% Option Explicit %> <% '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' ' Main ' ' Purpose: ' ' Christ knows - something to stick up there. Build it and they will .com? ' ' Revisions: ' ' [TDB 12.Jan.2001] Code written. ' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Sub Main() Call WriteStandardHeader("XHTML 1.0 Strict", _ "A minimal conforming document with all legal elements present", _ "XHTML") %>
This document contains all the legal XHTML 1.0 Strict tags. You might prefer a list of all usable tags with notes
html then head. Elements that go in head: base (with attribute href), title
a abbr acronym
addressmap and area: b bdo big
body*
| thead, tr, td |
| thead, tr, th |
|---|
| tfoot, tr, td |
| tbody, tr, td |
cite
code
dfn
em
Form:
hr:
i
img:
input:
kbd noscript:
ol:
p
pre
q
samp
script:
small span strong sub sup tt
ul:
var
<% Call WriteStandardFooter() End Sub Call Main() %>