what happens if we dont <!DOCTYPE HTML> tag in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

what happens if we dont <!DOCTYPE HTML> tag in html?

10th Jan 2017, 9:08 PM
Naimish Vasoya
Naimish Vasoya - avatar
3 Answers
+ 8
Simple html is used instead of xhtml (search google… ~_~)
10th Jan 2017, 9:10 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
No, XTHML is a stricter version of HTML5 (all tags have to be closed, self-closing tags have to have a slash <br />). (Google search)
12th Jan 2017, 6:30 PM
Gopal Othayoth
- 3
It means that xhtml is html5?
10th Jan 2017, 9:20 PM
Naimish Vasoya
Naimish Vasoya - avatar