<% 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") %>

All valid XHTML 1.0 Strict Tags

This document contains all the legal XHTML 1.0 Strict tags. You might prefer a list of all usable tags with notes

Document

html then head. Elements that go in head: base (with attribute href), title

a abbr acronym

address

map and area: alt b bdo big

body*

caption
thead, tr, td
thead, tr, th
tfoot, tr, td
tbody, tr, td

cite code

dt
dd
del

dfn

div

em

Form:

">
legend fieldset

h1

h2

h3

h4

h5
h6

hr:


i img: alt input:

ins

kbd noscript: object param:

ol:

  1. li

p

pre

q samp

script:

small span strong sub sup tt

ul:

var

<% Call WriteStandardFooter() End Sub Call Main() %>