An XHTML document must have an XHTML <!DOCTYPE> declaration. The <html>, <head>, <title>, and <body> elements must also be present, and the xmlns attribute in <html> must specify the xml namespace for the document. |
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>
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 |
Example of XHTML - <!DOCTYPE> | HTML vs. XHTML |
Read Full: | HTML vs. XHTML |
Category: | Web Tutorial |
Sub Category: | HTML vs. XHTML |
Uploaded: | 9 months ago |
Uploaded by: | Admin |
Views: | 7 |
Ref on: | View |