Tools, FAQ, Tutorials:
Top Level Structure of XHTML 1.0 Documents
What is the Top Level Structure of an XHTML 1.0 Document?
✍: FYIcenter.com
The top level structure of a XHTML 1.0 document consists of three parts:
The following tutorial sample shows you how the XHTML top level structure looks like:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> (Second level structure) </html>
Â
⇒⇒HTML Tutorials
2017-02-20, 942👍, 0💬
Popular Posts:
Where to get a JSON.stringify() Example Code in JavaScript? Here is a good JSON.stringify() example ...
Where to find tutorials on RSS specifications? I want to learn it to describe my API services. Here ...
How to use the "send-request" Policy statement to call an extra web service for an Azure API service...
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...