This is a list of the most commonly used HTML tags that there are and what they do. If you have any suggestions or if I left something out that you feel I should mention, let me know. Basic Tags and Structure
Text Tags
<B></B> - Makes the text bold Images & rulers
<IMG SRC="imagename"> - Inserts an image Links
<A HREF="URL"></A> - Creates a link. Tables
<TABLE></TABLE> - Creates a table.
<table WIDTH=?> - Sets width of table in exact pixel value or percentage of page.
<tr ALIGN=?> or <td ALIGN=?> - Sets alignment for cell or row (left, center, right).
<td COLSPAN=#> - Sets the number of columns a cell should span (1 is default). Forms Note that this is just for the appearance of a form, for it to work you'll need to run a cgi script or some other program such as cold fusion.
<FORM></FORM> - Creates the form. <TEXTAREA NAME="name" COLS=# ROWS=#></TEXTAREA> - Creates a text box area, cols set the width, rows set the height. <INPUT TYPE="text" SIZE=# NAME="name"> - Creates a one line text field, Size number determines the length in pixels. <INPUT TYPE="radio" NAME="name" VALUE="what"> - Creates a radio button. Text goes after the tag for it's value. To make a radio checked by default, put "checked" at the end of its tag. <INPUT TYPE="checkbox" NAME="name" VALUE="what"> - Creates a radio button. Text goes after the tag for it's value, in the tag, value is usually the same. <INPUT TYPE="image" BORDER=0 NAME="submit" SRC="imagename.gif"></FORM> - Uses an image for the submit button.
<INPUT TYPE="submit" VALUE="name"> - Creates a Submit button. Frames
Frames are tricky and I'm too tired to explain them right now.... I'll add them soon.
Other
<P> - Creates a new paragraph. *Note that tags are NOT case sensitive. You can also learning a lot by looking at other site's page source, just don't copy it directly. :) home - tips - tutorials - articles - free images - link back - contact - misc. - offers - advertising © 1997-98 APEX Studio, Co. LinkExchange Member | ||||