What Is the Relation between XHTML and DTD?
Submitted by: AdministratorDTD (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.
Submitted by: Administrator
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.
Submitted by: Administrator
Read Online XHTML Job Interview Questions And Answers
Top XHTML Questions
☺ | How To Write the Opening Tag of an XHTML Element? |
☺ | What Is the Relation between XHTML and HTML? |
☺ | What Is an XHTML Element Attribute? |
☺ | What Is XHTML? |
☺ | How To Enter Element Content? |
Top Coding/Programming Categories
☺ | Python Interview Questions. |
☺ | OOP Interview Questions. |
☺ | Software engineering Interview Questions. |
☺ | PHP Interview Questions. |
☺ | VBA (Visual Basic for Applications) Interview Questions. |