head
content model is "head.misc" combined with a single title and an optional base element in any order
Element information
Namespace: http://www.w3.org/1999/xhtml
Schema document: xhtml1-frameset.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- Choice [0..*]
- script script statements, which may include CDATA sections
- style style info, which may include CDATA sections
- meta generic metainformation
- link Relationship values can be used in principle: a) for document specific toolbars/menus when used with the link element in document head e.g. start, contents, previous, next, index, end, help b) to link to a separate style sheet (rel="stylesheet") c) to make a link to a script (rel="script") d) by stylesheets to control how collections of html nodes are rendered into printed documents e) to make a link to a printable version of this document e.g. a PostScript or PDF version (rel="alternate" media="print")
- object
- isindex single-line text input control (DEPRECATED)
- Choice [1..1]
- Sequence [1..1]
- title [1..1] The title element is not considered part of the flow of text. It should be displayed, for example as the page header or window title. Exactly one title is required per document.
- Choice [0..*]
- script script statements, which may include CDATA sections
- style style info, which may include CDATA sections
- meta generic metainformation
- link Relationship values can be used in principle: a) for document specific toolbars/menus when used with the link element in document head e.g. start, contents, previous, next, index, end, help b) to link to a separate style sheet (rel="stylesheet") c) to make a link to a script (rel="script") d) by stylesheets to control how collections of html nodes are rendered into printed documents e) to make a link to a printable version of this document e.g. a PostScript or PDF version (rel="alternate" media="print")
- object
- isindex single-line text input control (DEPRECATED)
- Sequence [0..1]
- base [1..1] document base URI
- Choice [0..*]
- script script statements, which may include CDATA sections
- style style info, which may include CDATA sections
- meta generic metainformation
- link Relationship values can be used in principle: a) for document specific toolbars/menus when used with the link element in document head e.g. start, contents, previous, next, index, end, help b) to link to a separate style sheet (rel="stylesheet") c) to make a link to a script (rel="script") d) by stylesheets to control how collections of html nodes are rendered into printed documents e) to make a link to a printable version of this document e.g. a PostScript or PDF version (rel="alternate" media="print")
- object
- isindex single-line text input control (DEPRECATED)
from group head.misc
from group head.misc - Sequence [1..1]
- base [1..1] document base URI
- Choice [0..*]
- script script statements, which may include CDATA sections
- style style info, which may include CDATA sections
- meta generic metainformation
- link Relationship values can be used in principle: a) for document specific toolbars/menus when used with the link element in document head e.g. start, contents, previous, next, index, end, help b) to link to a separate style sheet (rel="stylesheet") c) to make a link to a script (rel="script") d) by stylesheets to control how collections of html nodes are rendered into printed documents e) to make a link to a printable version of this document e.g. a PostScript or PDF version (rel="alternate" media="print")
- object
- isindex single-line text input control (DEPRECATED)
- title [1..1] The title element is not considered part of the flow of text. It should be displayed, for example as the page header or window title. Exactly one title is required per document.
- Choice [0..*]
- script script statements, which may include CDATA sections
- style style info, which may include CDATA sections
- meta generic metainformation
- link Relationship values can be used in principle: a) for document specific toolbars/menus when used with the link element in document head e.g. start, contents, previous, next, index, end, help b) to link to a separate style sheet (rel="stylesheet") c) to make a link to a script (rel="script") d) by stylesheets to control how collections of html nodes are rendered into printed documents e) to make a link to a printable version of this document e.g. a PostScript or PDF version (rel="alternate" media="print")
- object
- isindex single-line text input control (DEPRECATED)
from group head.miscfrom group head.misc
- Sequence [1..1]
from group head.misc - Choice [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
lang | [0..1] | LanguageCode | from group i18n | |
xml:lang | [0..1] | Anonymous | from group i18n | |
dir | [0..1] | Anonymous | from group i18n | |
id | [0..1] | xsd:ID | ||
profile | [0..1] | URI |
Used in
- Anonymous type of element html
Sample instance
<head> <script type="string">Any text</script> <title>Any text</title> <script type="string">Any text</script> <base/> <script type="string">Any text</script> </head>