HTML ==== htc css : information in this tag used by search engines : displayed in the Windows title bar : remark Go to Home Page : link anchor : anchor (link and target in same page) target for an anchor text : bold : italic : underline : strike out text one size larger : increaces font size by one (supports up to 7 tags at once)
: line break of a size equal to the current line-height
: centers whatever
: paging

: heading styles (1 is the largest, 6 is the smallest)

: encloses the , <base>, <style>, and <link> tags <HR /> : Horizontal Rule <HR SIZE="" /> : size in pixels <HR WIDTH="%" /> : width in percentage relativly to page size <HR ALIGN="left" /> : left, right, center <IMG SRC="Monalisa.gif"> : image <FORM> Name: <INPUT Type="Text"> : Control <INPUT Type="Submit"> : Control </FORM> <OL> : numbered list <LI> </LI> <LI> </LI> </OL> <P> first paragraph </P> <P> second paragraph </P> : each paragraph has line break at the end <PRE> </PRE> : preserves all the white spaces and turnes the font to monospace <SCRIPT EVENT="onclick" LANGUAGE="JavaScript" TYPE="text/js"> <![CDATA[alert('Java Script')]]> </SCRIPT> <SUB> </SUB> <SUP> </SUP> <TABLE> : attributes - align, bgcolor, border, cellpadding, cellspacing, class, id, lang, style, width <CAPTION> table caption </CAPTION> <TBODY> <TR> : row <TH> </TH> : header <TD rowspan="2"> </TD> : column </TR> </TBODY> </TABLE> <VAR> </VAR> : used as placeholder for user input <FRAMESET cols="10%, 150, *"> <FRAME SRC="frame1.htm" scrolling="no", noresize /> <FRAME SRC="frame2.htm" frameborder="no" /> <FRAME SRC="frame3.htm" name="default" /> </FRAMESET> <A HREF="some.htm" target="default"> loading some.htm into the frame3.htm frame </A> expire =