Hyper Text Markup Language (HTML) Question:
Download Questions PDF

What is a DOCTYPE? Which one do I use?

Answer:

According to HTML standards, each HTML document begins with a DOCTYPE declaration that specifies which version of HTML the document uses. Originally, the DOCTYPE declaration was used only by SGML-based tools like HTML validators, which needed to determine which version of HTML a document used (or claimed to use).
Today, many browsers use the document's DOCTYPE declaration to determine whether to use a stricter, more standards-oriented layout mode, or to use a "quirks" layout mode that attempts to emulate older, buggy browsers.

Download HTML Interview Questions And Answers PDF

Previous QuestionNext Question
How comfortable are you with writing HTML entirely by hand?How do I align a table to the right (or left)?