html
The root element that specifies that the content of the document is HTML. The opening tag immediately follows the DOCTYPE declaration and the closing tag is the last thing in the document. The html element must contain the headand the body elements.
Attributes
- xmlns is used to define the XML namespace. The value must be http://www.w3.org/1999/xhtml.
Example
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
[stuff]
</head>
<body>
[stuff]
</body>
</html>
Other Topics
HTML
: EM ,HTML
: DT ,HTML : FIELDSET ,HTML
: HTML ,HTML
: FORM ,HTML
: IMG ,HTML
: INS ,HTML : INPUT ,HTML
: KBD ,HTML : LEGEND ,HTML : BR,CSS : Class selector,CSS : Sticky Footer Layout,CSS::STYLING FORMS, mechanical Engineering, English books,Photoshop tutorials,Harry potter,Best 100 english books,Mechanical-old-question-paper,CSS : Id Selector
No comments:
Post a Comment