represents a generic document or application section, a thematic grouping of content, typically with a header, possibly with a footer. Examples of sections would be chapters, the various tabbed pages in a tabbed dialog box, or the numbered sections of a thesis.
A Web site's home page could be split into sections for an introduction, news items, contact information
URI for relative links. in HEAD section
ex: base href=http://www.w3.org/TR
once a base is included in the document,
there is no way to reference a fragment in the document ie: <base href=http://originalDocument> <a href=#myfootnote>local</a> won't work
type=
text
password
checkbox
radio
submit
reset
file
hidden *(it's hidden)
image
button Web Forms 2.0:
As of 12/14/08 only opera renders all these special , safari does range. Nobody validates them.
datetime†
date†
month†week† time†
number†
range†
min, max and step attributes
email url
multi-line text field <textarea name=t1 id=tx1 rows=5 cols=70 disabled readonly bgcolor=yellow(no)>
[ blah blah ] </textarea> disabled supresses scrolling arrows and does not send
floating multiple IMGs
use same color for border as background makes border appear as margin border=20
style=border-color:lightCyan;
border-style:solid
Unordered list
before
( style=margin:top:1em;margin-left:15;padding:10 default? )
margin-left less than 15 truncates symbol
Seems margins top and bottom are only at hightest level
<ul> beginning of list (indented but no symbol)
(note style type changes automaticlly (not opera! as of 3/5/11 11.01))
<li>first li (disc)
<ul><li>next level (circle)
<ul><li>deeper (square)
<ul><li> even deeper
</ul><li>back to deeper
</ul><li>same level
</ul><li>second li
</ul>line with
(style=margin-bottom:1em line auto inserted before /ul)
after LAST LI
conveys relationship (to search engins)
rel=fwd | index | next | prev ... rev=reverse,
only allowed in <head>
not used by ie (?)
( Did you want ServerSideIncludes )