Horje

Example of XHTML - <!DOCTYPE>

Here is an XHTML document with a minimum of required tags:
index.html
Example: HTML
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>Title of document</title>
</head>
<body>

  some content here...

</body>
</html> 




Single Articles
Example of XHTML - <!DOCTYPE>HTML vs. XHTML


Related Articles
What is HTML Versus XHTML HTML vs. XHTML
What is XHTML? HTML vs. XHTML
Why XHTML? HTML vs. XHTML
What is The Most Important Differences from HTML HTML vs. XHTML
Why XHTML - <!DOCTYPE> Is Mandatory HTML vs. XHTML
Why XHTML Elements Must be Properly Nested HTML vs. XHTML
Why XHTML Elements Must Always be Closed HTML vs. XHTML
Why XHTML Empty Elements Must Always be Closed HTML vs. XHTML
Why XHTML Elements Must be in Lowercase HTML vs. XHTML
Why XHTML Attribute Names Must be in Lowercase HTML vs. XHTML
Why XHTML Attribute Values Must be Quoted HTML vs. XHTML
Why XHTML Attribute Minimization is Forbidden HTML vs. XHTML
How to Validate HTML With The W3C Validator HTML vs. XHTML

Type:
Html
Category:
Web Tutorial
Sub Category:
HTML vs. XHTML
Uploaded by:
Admin



Share on: