HTML5 Doctype Tutorial – HTML5 Doctype Reference

Last Updated on: April 17, 2020   Posted By: Web Design Reference

HTML5 Doctype Tutorial: Learn HTML5 Doctype basic concept, HTML5 Doctype Reference Guide, Know what are HTML5 Doctype, HTML5 Doctype Examples. In this page to learn the HTML5 Doctype definition, the Purpose of using HTML5 Doctype, and how to use HTML5 Doctype on a web page with examples. Follow and Like us on Facebook, Twitter, LinkedIn, Pinterest for the latest posts.

HTML5 Doctype Tutorial: What is HTML Doctype?

HTML Doctype: <!DOCTYPE html> is used for creating a HTML5 document, It is easy to use other from Xhtml.

Example of Doctype in HTML5 Document.
< !DOCTYPE html > /* Doctype Definition*/
< html >
< body >
< h1 > My First Heading < /h1 >
< /body >
< /html >
 
 
 

Web Design Reference Guide Android App for Website Developers

Web Design Reference Guide Android App: Web Design Tutorial App is a tutorial and reference-based app. It provides Web Design Tutorial and Reference to Web Designers or Web Developers to grow their Web Development skills.

Also Related to This Page

 

Leave a Reply