Tools, FAQ, Tutorials:
Relation between HTML and DTD
What Is the relation between HTML and DTD?
✍: FYIcenter.com
DTD (Document Type Definition) is a language based on XML to you to
define a specific type of XML documents.
Since the XHTML serialization of an HTML document is a specific type of XML documents, you can use DTD to define the structure of XHTML. In fact, XHTML 1.0 Strict version is defined in DTD as shown at http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd.
For more information on DTD, please visit http://www.xmlfiles.com/dtd/default.asp.
⇒ Relation between HTML and SGML
2024-02-09, ∼2028🔥, 0💬
Popular Posts:
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
How to make application release build with Visual Studio 2017? If you want to make a final release b...
How to Instantiate Chaincode on BYFN Channel? You can follow this tutorial to Instantiate Chaincode ...
How To Break a File Path Name into Parts in PHP? If you have a file name, and want to get different ...
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that serv...