InterviewSolution
Saved Bookmarks
| 1. |
What are the different types of are available in HTML5? |
|
Answer» It is used to create a reference to a Document TYPE Definition. In HTML 5, Doctype declaration is only needed to enable a standard MODE for documents which are WRITTEN with the HTML syntax. Hence, the Doctype for HTML 5 is SHORT and case-insensitive.
|
|