Schema Central > XHTML 1.0 Transitional > xhtml1-transitional.xsd > html
Advanced search

Recommended Reading:

Definitive XML Schema

 

html

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
lang [0..1]LanguageCodefrom group i18n
xml:lang [0..1]Anonymousfrom group i18n
dir [0..1]Anonymousfrom 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>
   <body>Any text, intermingled with:
      <p>Any text, intermingled with:
         <a>Any text, intermingled with:...
         </a>
      </p>
   </body>
</html>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com