Namespace: http://www.w3.org/1999/xhtml Schema Document: xhtml1-strict.xsd | Properties: Global, Qualified Type: Anonymous |
Content- Sequence
[1..1]
- head [1..1]
content model is "head.misc" combined with a single
title and an optional base element in any order
- body [1..1]
Attributes| Name | Occ | Type | Description | Notes |
|---|
| lang | [0..1] | LanguageCode | | from group i18n | | xml:lang | [0..1] | Anonymous | denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. | from group i18n | | dir | [0..1] | Anonymous | | from group i18n | | id | [0..1] | xsd:ID | | |
Sample Instance
<html>
<head>
<script type="string">Any text</script>
<title>Any text</title>
<script type="string">Any text</script>
<base href="http://www.example.com/"/>
<script type="string">Any text</script>
</head>
<body>
<p>Any text, intermingled with:
<a href="http://www.example.com/">Any text, intermingled with:...
</a>
</p>
</body>
</html> | Recommended Reading: 
|