Set a URL as Homepage: <a href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.domain.com/');">Set as Homepage</a> The Table Element: <table width="100%" border="0" cellspacing="0" cellpadding="0"> <caption align="left|right|top|bottom"></caption> <tr> <th></th> <td></td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0"> border - the width of the border around the table. background - address of an image to be tiled as background.(IE) bgcolor - The background color of the table. bordercolor - The border color of the table. width - The width of the table on the page. height - The height of the table on the page. cellspacing - The amount of space between cells in the table. cellpadding - The amount of space between edges of cells and contents. <caption align="left|right|top|bottom"></caption> <tr align="left|right|center" valign="top|bottom|middle|baseline"> bgcolor - The background color for the row. bordercolor - The border color of the row. align - The horizontal alignment of the row contents. valign - The vertical alignment of the row contents. height - The height of the cell. <th align="left|right|center" valign="top|bottom|middle|baseline">Makes the Cell a Table Heading</th> bgcolor - The background color for the cell. background - The src of an image to be tiled as background (ie). bordercolor - The border color of the cell. width - The width of the cell. height - The height of the cell. align - The horizontal alignment of the cell contents. valign - The vertical alignment of the cell contents. rowspan - The number of rows the cell will span. colspan - The number of columns the cell will span. nowrap - Prevents word wrapping within the cell. <td>This is a cell of the table</td> bgcolor - The background color of the cell. background - address of an image to be tiled as background.(IE) bordercolor - The border color of the cell. width - The width of the cell. height - The height of the cell. align - The horizontal alignment of the cell contents. valign - The vertical alignment of the cell contents. rowspan - The number of rows the cell will span. colspan - The number of columns the cell will span. nowrap - Prevents word wrapping within the cell. </tr> </table> <!--------------------------------------------------------------------------> The Anchor Tag: <a href="" [target="name|_blank|_self|_parent|_top"] [title="text"]> other arguments: name="name_of_anchor" rel="relative_relation" rev="reverse_relation" <!--------------------------------------------------------------------------> Block Elements: BODY, BLOCKQUOTE, DL, DT, DD, DIV, H(n), HR, HTML, LI, OBJECT, OL, UL, P, PRE Think of these elements as boxes. box style: content - your paragraph, heading or list padding - the area immediately surrounding the content box border - the line around the outside of the content and padding margin - the white space that surrounds it all .boxplain { margin: 0em 2em 0em 9em; padding: 1em 2em; } <!--------------------------------------------------------------------------> List Elements: <dir></dir> <menu></menu> <ol [start="1"] [type="a|A|1|i|I"] [compact]> <ul [type="a|circle|disk|square"] [compact]> <li [value="8"]>This is start value 08. </> OL.withroman {list-style-type: lower-roman;} Definition Lists: <dl> <dt><b>Definition Term</b> <dd>Definition Definition </dl> <dl> <dt><b>Center</b> <dt><b>Centre</b> <dd>A point equidistance from all points on the surface of a sphere. <dd>In some sports, a player who holds the middle position of the field. </dl> <multicol [cols="2"] [width="480"] [gutter="1"]></multicol> Displays text in columns. gutter - The number of pixels between each column. width - The width of the columns as a whole. <!--------------------------------------------------------------------------> <embed src="http://abc.com/abc.mpeg" [name="name"] [height="100|90%"] [width="100|90%"] [autostart="true|false"] [loop="true|false"]> </embed> Inserts an embedded multimedia object, such as a sound file or video, into the page. In the future, when the OBJECT tag becomes finalized and well supported, this tag will be obsolete. <!--------------------------------------------------------------------------> Plaintext Tags: <pre></pre> <plaintext>Obsolete</plaintext> <xmp>Obsolete/xmp> <!--------------------------------------------------------------------------> <base target="_blank"> <basefont [color="#FF0000"] [name="arial"] [size="2"]> <address>Encloses the signature file of the author of the page. Text is displayed in italics.</address> <b>This is BOLD text</b> <big>This is BIG text</big> <big><big>This is BIG BIG text</big></big> <blink>Makes the enclosed text blink continually.</blink> <font [color="#FF0000"] [face="arial"] [size="2"]>Hello</font> <small>This is SMALL text</small> <small><small>This is SMALL SMALL text</small></small> <blockquote>Encloses a long quote. Both the left and right margins are indented.</blockquote> <center>This is CENTERed text.</center> <cite>Encloses a citation such as the title of a book or paper.</cite> <code>Encloses a sample of code. The text is rendered in small font.</code> <dfn>Encloses a definition. Formatted to look like a definition.</dfn> <marquee height="67" scrolldelay="26" width="600" border="0" align="middle">Scrolling</marquee> <p>This is a Paragraph.</p> <br [clear="left|right|all"]> <hr [size="1"] [color="#000000"] [width="90%"] [align="left|right|center"] [noshade]> <nobr>Causes the enclosed text to not wrap to fit the screen.</nobr>