What is the difference between html and !doctype html? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

What is the difference between html and !doctype html?

20th Jan 2017, 1:13 AM
aravindmk
aravindmk - avatar
2 Respostas
+ 3
<!doctype html> tells the browser, what html version to use http://www.w3schools.com/tags/tag_doctype.asp <html> ist the root point of the html markup in the document... http://www.w3schools.com/tags/tag_html.asp
20th Jan 2017, 1:23 AM
KiX
0
thank you kix
20th Jan 2017, 1:25 AM
aravindmk
aravindmk - avatar