Advance XHTML Programming Question:
Download Job Interview Questions and Answers PDF
What Is the Relation between XHTML and DTD?
Answer:
DTD (Document Type Definition) is a language based on XML to you to define a specific type of XML documents.
Since XHTML 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.
Since XHTML 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.
Download XHTML Interview Questions And Answers
PDF
Previous Question | Next Question |
What Is the Relation between XHTML and CSS? | Who Developed XHTML? |