|
HTML tag or attribute
|
Description
|
<basefont>
color=color
face=font face
|
Sets the color and/or font of the entire document when placed in the
<head> or for subsequent text when placed in
the flow of the body text
|
|
<bgsound>
|
Inserts an audio file that plays in the background
|
<body>
bgproperties=value
|
Determines whether background image scrolls with the background
|
<body>
leftmargin=n
rightmargin=n
|
Sets the margin between the browser window and the contents of the
page
|
<caption>
valign=position
|
Sets vertical alignment of table caption
|
|
<comment>
|
Inserts a comment in the HTML source that does not display in the
browser (same as <! -- and
-- >)
|
<form>
target=name
|
Specifies a target window or frame for the output of a form
|
<frameset>
framespacing=n
|
Sets the amount of space between frames
|
<img>
dynsrc=url
controls
loop=n
start=action
|
Uses the image tag to place video or audio clips
|
|
<marquee>
|
Places scrolling marquee text on the page
|
<table>
bordercolor=color
bordercolordark=color
bordercolorlight=color
|
Sets colors for 3-D table borders in the
<table>, <td>,
<th>, and <tr> tags
|
<table>
frame=value
|
Controls the display of the outer borders of a table in the
<table> tag
|