93.0k views
2 votes
The doctype is used by ______, which are programs that examine document code to ensure that it meets all the syntax requirements of the specified language.

User GoGoris
by
5.4k points

1 Answer

2 votes

Answer:

validators

Step-by-step explanation:

The purpose of doctype is to inform the browser which version of markup language is being used. The doctype is used by validators which are programs that checks document code in order to make sure that it follows the correct syntax of the specified language. Markup Validator by W3C helps in determining the validity of the web documents. If doctype is omitted then browser will render the document in "quirks" mode rather than "standard" mode.

User Avaris
by
5.1k points