HTML Headings

HTML Headings

Headings are important in HTML Pages. HTML Headings Headings are defined with the <h1> to <h6> tags. <h1> defines the most important...
HTML Elements

HTML Elements

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

HTML Basic Examples

You will learn about these examples in the next chapters. HTML Documents All HTML documents must start with a type declaration: <!DOCTYPE...
HTML Editors

HTML Editors

Write HTML Using Notepad HTML can be edited by using professional HTML editors like: Microsoft WebMatrix Sublime Text However, for learning HTML...