Join ExamsbookAnswer :
In HTML 5 we do not need DTD why?5
Q: In HTML 5 we do not need DTD why?
- Show Answer
- Workspace
Answer :
Explanation :
HTML 5 does not use SGML or XHTML it’s completely a new thing so you do not need to refer DTD. For HTML 5 you just need to put the below doctype code which makes the browser identify that this is a HTML 5 document.