HTML Tag and Attribute Reference


<MAP>
<MAP> . . . </MAP>
Define the map containg hot spots in a client-side image map.

Attributes
name=string
Define the name of this map (required).



<MARQUEE>
<MARQUEE> . . . </MARQUEE>
IE* Create a scrolling-text marquee.

Attributes
...



<MENU>
<MENU> . . . </MENU>
Define a list containg <li> tags.

Attributes
compact
make the list more compact.

type=bullet
N* IE* Set the bullet type for this list to either circle, disc (default), or square.



<META>
<META>
Provides additional information about a document.

Attributes
...



<MULTICOL>
<MULTICOL> . . . </MULTICOL>
N* Format enclosed HTML and text in a multicolumn format. Text and elements will flow across specified numbers of columns to give them approximately equal length.

Attributes
class=name
Specify a style class controlling the appearnce of this tag.

cols=n
Specify the number of columns (required).

gutter=n
Specify the amount of space in pixels between columns. Default is 10 pixels.

style=style
Specify an inline style for this tag.

width=n
Specify the width of column in pixels.