HTML Headings RAFIQUE 8:49:00 AM Add Comment Headings are important in HTML Pages. HTML Headings Headings are defined with the <h1> to <h6> tags. <h1> defines the most important...
HTML Attributes RAFIQUE 12:37:00 AM Add Comment Attributes provide additional information about HTML elements. HTML Attributes HTML elements can have attributes Attributes provide...
HTML Elements RAFIQUE 11:28:00 PM 1 Comment HTML documents are made up by HTML elements. HTML elements are written with a start tag, with an end tag, with the content in between: <tagname>content</tagname> The...
HTML Basic Examples RAFIQUE 10:12:00 PM 1 Comment You will learn about these examples in the next chapters. HTML Documents All HTML documents must start with a type declaration: <!DOCTYPE...
HTML Editors RAFIQUE 5:44:00 PM Add Comment Write HTML Using Notepad HTML can be edited by using professional HTML editors like: Microsoft WebMatrix Sublime Text However, for learning HTML...
HTML Introduction RAFIQUE 2:48:00 AM 1 Comment What is HTML? HTML is a markup language for describing web documents (web pages). HTML stands for Hyper Text Markup Language A markup language...