Knowledge Walls
Gopal Rao
Mumbai, Maharashtra, India
Passcode:
Doctype declaration in html5 in HTML5 Basics of HTML5 & CSS3 Examples
2772 Views
Doctype declaration 
Doctype declaration defines that the document page belongs to which version of html. In HTML5 Doctype declaration is very simple.

Browser Versions Doctype declarations
HTML5 <!DOCTYPE html>
XHTML 1.0 Strict <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
HTML 4.0 Strict <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                                    "http://www.w3.org/TR/html4/strict.dtd">
Previous Topics
Previous lessons of current book.
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details