Description: This tag Puts an Image on your webpage.
src: Sets the source page for the image.
Border: Sets margin in pixels around a given Image
Height: Sets the picture's Height in pixels
Width: Sets the picture's Width in pixels
Description: This tag Will place a Horizontal Rule (Bar) Across your webpage to help Partition different areas of your Webpage.
Align: May be aligned on the page to either, Right, Left, or Center.
Size: sets the Height of the Horizontal Rule" & Det & "Width: Sets the Width of the Horizontal Rule
Text
Description: This tag will Set the TitleBar of a browser to whatever is contained within the "TITLE" tag.
Description: This tag lets you add commented HTML Code to your webpage and will not show up when users visit it the page.
Click Me!
Description: This tag lets you add a Clickable Weblink to your Website.
Text
Description: Displays text as normal, but is normaly used by search engines when a user types in a word to search for.
Description: Used to instert custom made Java applets and Webpage based programs.
CODEBASE="base": What "base" should be used when resolving source relative URLs.
CODE="code": The URL of the applet to be run.
NAME="applet name": The name of the applet.
ALIGN="alignment": Here "alignment" should be one of LEFT, RIGHT, TOP, MIDDLE, or BOTTOM.
ALT="text": Here "text" is the text to be displayed by a browser that does not support applets.
HEIGHT=number: The height of the applet display area in pixels.
WIDTH=number: The width of the applet display area in pixels.
HSPACE=number: The space, in pixels, to leave to the left and right of the applet display area.
VSPACE=number: The space, in pixels, to leave above and below the applet display area.
DOWNLOAD=number: This specifies the order in which they are downloaded.
HEIGHT=pixels: Specifies the height of the applet display area.
HSPACE=pixels: Specifies the horizontal space in which the applet displays.
NAME=name: Identifies an applet to other applets within the HTML page.
TITLE=text: Specifies an advisory title string.
Description: Sets the base url that all images or other url referencing tags will use. This tag must be put within the Tag.
Description: Defines the base that relative font changes are based on. "number" usualy equaling 3 by default.
Text
Description: Displays text larger then usual
Description: Makes the proceeding text Blink. Works with Netscape 1.1+. Not compatible with any current versions of Internet Explorer.
Description: This makes up the Body of the document. It should be placed within the tag. This tag defines such things as: Background color, Background Image, Default text color, Link color, Background properties.
Description: This sets the background to a solid color by Either colorname or by the Hexadecimal equivalent of a color.
Description: This sets a tiling image for the background of your webpage.
Description: Sets the default font color of the proceeding text unless color is otherwise defined by a font tag.
Description: Sets the color of any links placed on your webpage.
Text
Description: Used for quoting passages from books and other sources.
Description: Used to lock the Background Image on a webpage So when a user scrolls down the page the background does not move. A "Watermark" Effect.
Text
Description: Defines text that should be shown in a Fixed width Font
content
Description: Used in conjunction with the Table tag, and Should not be used with "
" as it defines Collums in a table one at a time.
Text
Description: Defines the caption of a figure or table. This tag should only be used in conjunction with the Fig &/Or Table tag.
Description: Used to divide a document into seperate parts
Align: This determines where the text following the DIV tag should be placed on the document.
NOWRAP: This can be added after Align, ex;
. This attribute will tell the browser not to wrap the text.
column data
Column data
Column data
Column data
Column data
Column Data
Description: Sets the properties of one or more columns in a table.
HALIGN: Specifies the horizontal alignment of a column.
VALIGN: Specifies the Vertical alignment of a column.
WIDTH: Specifies the width of each column in the colgroup.
SPAN: Determines the number of Consecutive columns in the group.
Text
Description: Defines text that should be "Emphasized". This tag usualy presents text in the "Itallic" Format.