InterviewSolution
| 1. |
What Do You Understand About Doctype In Html? |
|
Answer» DOCTYPE is stands for Document Type Declaration.In an HTML every HTML document is STARTED with DOCTYPE declaration.It may be DIFFER for different VERSIONS of HTML.DOCTYPE is used only bySGML tools like as HTML validator. DOCTYPE is stands for Document Type Declaration.In an HTML every HTML document is started with DOCTYPE declaration.It may be differ for different versions of HTML.DOCTYPE is used only bySGML tools like as HTML validator. |
|