What is a DOCTYPE? Which one do I use?
Submitted by: AdministratorAccording 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.
Submitted by: Administrator
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.
Submitted by: Administrator
Read Online HTML Job Interview Questions And Answers
Top HTML Questions
| ☺ | Explain Posting Copy and Paste HTML? |
| ☺ | What is a DOCTYPE? Which one do I use? |
| ☺ | How can I include comments in HTML? |
| ☺ | What is everyone using to write HTML? |
| ☺ | Do search engines dislike frames? |
Top Top World Wide Web Categories
| ☺ | Cascading Style Sheet CSS Interview Questions. |
| ☺ | HTML5 Interview Questions. |
| ☺ | Basic Internet Interview Questions. |
| ☺ | Domain Name System (DNS) Interview Questions. |
| ☺ | JavaScript Interview Questions. |
