html
Element information
Namespace: http://www.w3.org/1999/xhtml
Schema document: xhtml1-frameset.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
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 |
Sample instance
<html> <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> <frameset> <frameset> <frameset>... </frameset> </frameset> </frameset> </html>