HTML Tutorials

HTML – !DOCTYPE

The HTML <!DOCTYPE> is used for specifying which version of HTML the document is using. All HTML documents must start with a <!DOCTYPE> declaration.

HTML Tutorials

HTML – Comments

The HTML comment tag is used to insert comments in the source code of the page. Anything placed in the space between the two opening and closing tag is considered a comment and is not displayed in the browser.

HTML Tutorials

HTML – Headings

Headings in HTML come in the form of <h1>, <h2>, <h3>, <h4>, <h5>, and <h6> tags. They are used to break up the text on your page into grouping for easier reading and better SEO.