Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Search Engine Optimization (http://siteownersforums.com/forumdisplay.php?f=16)
-   -   What Is doctype In Html..? (http://siteownersforums.com/showthread.php?t=978091)

ruhikhan 07-21-2019 11:32 PM

What Is doctype In Html..?
 
Hello friends,

What Is doctype In Html..?

smith1 07-21-2019 11:51 PM

The declaration is not an HTML tag; it is an instruction to the web browser about what version of HTML the page is written in. In HTML 4.01, the declaration refers to a DTD, because HTML 4.01 was based on SGML. ... HTML5 is not based on SGML, and therefore does not require a reference to a DTD.

rankindia 07-22-2019 08:16 AM

A document type defines which version of HTML / XHTML your document uses. You want to use a learning system so that the validators know when you enter your code through validators, which version of HTML / XHTML to check. This page provides a good overview.

RH-Calvin 07-23-2019 06:12 AM

A document type declaration, or DOCTYPE, is an instruction that associates a particular SGML with a document type definition or XML document. In the serialized form of the document, it manifests as a short string of markup that conforms to a particular syntax.

Pillars 07-26-2019 11:08 PM

The declaration is not an HTML tag; it is an instruction to the web browser about what version of HTML the page is written in. In HTML 4.01, the declaration refers to a DTD, because HTML 4.01 was based on SGML. ... HTML5 is not based on SGML, and therefore does not require a reference to a DTD.

rajkiran 07-29-2019 12:08 AM

A document type declaration, or DOCTYPE, is an instruction that associates a particular SGML with a document type definition or XML document. In the serialized form of the document, it manifests as a short string of markup that conforms to a particular syntax.

vinukum 07-30-2019 01:00 AM

All HTML need to have a DOCTYPE declared. The DOCTYPE is not actually an element or HTML tag. It lets the browser know how the document should be interpreted, by indicating what version or standard of HTML (or other markup language) is being used.


All times are GMT -7. The time now is 11:07 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.