Web Content Composer Question:

Download Job Interview Questions and Answers PDF

Please explain what does DOCTYPE mean?

Web Content Composer Interview Question
Web Content Composer Interview Question

Answer:

The term DOCTYPE tells the browser which type of HTML is used on a webpage. In turn, the browsers use DOCTYPE to determine how to render a page. Failing to use DOCTYPE or using a wrong DOCTYPE may load your page in Quirks Mode. See example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">.

Download Web Content Composer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what is the coolest thing you ever coded? Do you have any personal projects you are working on?Tell us how many HTML tags are should be used for the most simple of web pages?