HTML html xmlns Attribute
HTML <html> tag
Definition and Usage
The xmlns attribute specifies the xml namespace for the document.
The xmlns attribute is required in XHTML but not in HTML.
However, the validator on w3.org does not complain when this attribute is missing from the
<html> tag in an XHTML document. This is because "xmlns=http://www.w3.org/1999/xhtml"
is a fixed value and will be added to the <html> tag even if you do not include
it.
Syntax
<html xmlns="http://www.w3.org/1999/xhtml">
|
Support
W3C: The "W3C" column indicates whether or not the
attribute is defined in the W3C HTML/XHTML recommendation.
Internet Explorer |
Firefox |
Opera |
Safari |
W3C |
YES |
YES |
YES |
YES |
XHTML only |
Example
<html xmlns="http://www.w3.org/1999/xhtml">
</html>
|
Try-It-Yourself Demos
xmlns example
How set the xmlns attribute.
HTML <html> tag
Learn how your website performs under various load conditions
 |
|
WAPT
is a load, stress and performance testing tool for websites and web-based applications.
In contrast to "800-pound gorilla" load testing tools, it is designed to minimize the learning
curve and give you an ability to create a heavy load from a regular workstation.
WAPT is able to generate up to 3000 simultaneously acting virtual users using standard hardware configuration.
Virtual users in each profile are fully customizable. Basic and NTLM authentication methods are supported.
Graphs and reports are shown in real-time at different levels of detail, thus helping to manage the testing process.
Download the free 30-day trial!
|
|