InterviewSolution
Saved Bookmarks
| 1. |
What is doctype declaration |
|
Answer» A document type declaration, or DOCTYPE, is an INSTRUCTION that associates a particular SGML or XML document with a document type definition. In the serialized form of the document, it manifests as a short string of markup that conforms to a particular syntax. |
|