HTML <html> xmlns Attribute
HTML <html> tag
Example
A simple XHTML document, with the minimum of required tags:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>
|
Try it yourself » |
Definition and Usage
The xmlns attribute specifies the xml namespace for a document.
Note: The xmlns attribute is required in XHTML but it is invalid in
HTML!
However, the HTML validator at w3.org does not complain when the xmlns attribute is missing in an XHTML document. This is because
the namespace "xmlns=http://www.w3.org/1999/xhtml" is default, and will be added to the <html> tag even if you do not include it.
Browser Support

The xmlns attribute is supported in all major browsers.
Syntax
Attribute Values
| Value |
Description |
| http://www.w3.org/1999/xhtml |
The namespace to use (for XHTML documents) |
HTML <html> tag
Start Creating a stunning, Flash website. It's easy and free!
Wix is a revolutionary web design tool that provides you with a free, simple,
drag & drop editing platform to create your own professional and beautiful website.
Over 2 Million users have created their website with Wix.
Now create yours!
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 4000 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|