The following is the template for a basic "HTML" page!
<HTML>
<HEAD>
<TITLE>Web Site Title
</HEAD> <BODY>Contents of Web Site
</BODY>
</HTML>
<BODY> Tag Attributes
BACKGROUND="url " Background Image
BGCOLOR="#??????" Background Color
TEXT="#??????" Document Text Color
LINK="#??????" Link Color
VLINK="#??????" Visited Link Color
ALINK="#??????" Active Link Color
BGPROPERTIES="FIXED" Background Properties - "Fixed" to obtain a watermark type background
LEFTMARGIN="?" Side Margin Size in Pixels (Internet Explorer)
TOPMARGIN="?" Top Margin Size in Pixels (Internet Explorer)
MARGINWIDTH="?" Side Margin Size in Pixels (Netscape Navigator)
MARGINHEIGHT="?" Top and Bottom Margin Size in Pixels (Netscape Navigator)
<H?> Quick Header - Sizes 1 (largest) to 6 (smallest).
<B> Bold Text
<I> Italic Text
<U> Underline Text
<CENTER> </CENTER> Center
<STRIKE> Strikeout
<SUB> Subscript - Smaller text placed below normal text
<SUP> Superscript - Smaller text placed above normal text
<FONT> Tag Attributes
COLOR="#??????" Font Color - Use Hex color codes to replace question marks
SIZE="?" Font Size: 1 (smallest) to 7 (largest)
SIZE="+/-?" Font Size change - with respect to the text preceding it
POINT-SIZE="?" Font Point Size (Netscape Navigator)
FACE="***" Font Face (or just font) eg. Arial etc. <TT> Typewriter Text
<PRE> </PRE> Preformatted Text
<Block Quote> </blockquote>
<EM> Emphasis - Shown in italics on most browsers
<STRONG> Strong - Shown in bold on most browsers
<P> </P> Paragraph - Closing tag not usually required
<BR> Line Break - (Carriage Return)
<DIV> </DIV> Division/Section - Also Alignment: ALIGN="LEFT, CENTER, RIGHT,JUSTIFY"
<HR> Tag Attributes
SIZE="?" Line Thickness in pixels
WIDTH="?" Line Width in pixels
WIDTH="??%" Line Width as a percentage
COLOR="#??????" Line Color
NOSHADE No 3D Cut-out
ALIGN="***" Alignment: LEFT, CENTER, RIGHT
<NOBR> </NOBR> No Line breaks
<IMG> Tag Attributes
SRC="url." Name and url of image
ALIGN="***" Image Alignment
WIDTH="??" Image Width (in pixels or %)
HEIGHT="??" Image Height (in pixels of %)
ALT="text " Alternate Text
LOWSRC="url " Low Res Image name and url
BORDER="?" Border Thickness in pixels
VSPACE="?" Space above and below Image (in pixels)
HSPACE="?" Space on sides of Image (in pixels)
<A> Tag Attributes
HREF="url " Location of page to link to.
TARGET="***" Target for Link: _SELF, _PARENT, _BLANK, _TOP. Note: the _ (underscore) is needed!
NAME="name " Name of a specific section on the page
HREF="url#name" Link to a specific part in another Page
<OL> </OL> Ordered List
<LI> Ordered List Item
<OL> and <LI> Tag Attributes
TYPE="?" List Type: A, a, I, i, 1
OL - START="?" List Starting Value
LI - VALUE="?" List Item Value
<UL> </UL> Un-Ordered List
<LI> Un-Ordered List Item
<UL> and <LI> Tag Attributes
TYPE="?" List Type: DISC, CIRCLE, SQUARE
<TABLE> - Table - Tag Attributes
BORDER="?" Border Thickness in pixels
BORDERCOLOR="#??????" Border Color
CELLPADDING="?" Space between inside line of cell and text
CELLSPACING="?" Space between inside and outside line of 2 adjacent cell borders
WIDTH="?" Table width (pixels or %)
HEIGHT="?" Table Height (pixels or %)
BACKGROUND="url " Background Image
BGCOLOR="#??????" Background Color
TEXT="#??????" Document Text Color
LINK="#??????" Link Color
VLINK="#??????" Visited Link Color
ALINK="#??????" Active Link Color
ALIGN="?" Horizontal Alignment: LEFT, CENTER, RIGHT
<TR> - Table Row - Tag Attributes
ALIGN="?" Horizontal Alignment: LEFT, CENTER, RIGHT
VALIGN="?" Vertical Alignment: TOP, MIDDLE, BOTTOM
<TD> - Table Cell - Tag Attributes
WIDTH="?" Cell width (pixels or %)
HEIGHT="?" Cell height (pixels or %)
BACKGROUND="url " Background Image
BGCOLOR="#??????" Background Color
TEXT="#??????" Document Text Color
LINK="#??????" Link Color
VLINK="#??????" Visited Link Color
ALINK="#??????" Active Link Color
ALIGN="?" Horizontal Alignment: LEFT, CENTER, RIGHT
VALIGN="?" Vertical Alignment: TOP, MIDDLE, BOTTOM
COLSPAN="?" Number of columns the cell spans across
ROWSPAN="?" Number of rows a particular cell spans
NOWRAP No line breaks in that particular cell
<FRAMESET> Tag Attributes
ROWS="??,??,??..." Row Sizes (Number of Rows)
COLS="??,??,??..." Column Thicknesses
BORDER="?" Border Thickness (In Pixels)
FRAMEBORDER="?" Frame Border: 1, 0 (Yes or No)
FRAMESPACING="?" Spacing Between Frames
BORDERCOLOR="#??????" Color Of Border
<FRAME> - Individual Frame - Tag Attributes
SRC="url " Location of HTML File for a frame
NAME="***" Name of frame window
MARGINWIDTH="?" Horizontal Margin Spacing of Frame (In Pixels)
MARGINHEIGHT="?" Vertical Margin Thickness of Frame (In Pixels)
SCROLLING="?" Frame Scrolling: YES, NO, AUTO
NORESIZE Declare Frame to Be a Fixed Size
FRAMEBORDER="?" Frame Border: 1, 0 (Yes or No)
BORDERCOLOR="?" Border Color
<NOFRAMES> </NOFRAMES> Unframed Content
<FORM> Tag Attributes
ACTION="url " URL of Form Script
METHOD="***" Method of Form: GET, POST
ENCTYPE="***" For File Upload: ENCTYPE="multipart/form-data" <INPUT> Tag Attributes
TYPE="***" Input Field Type: TEXT, PASSWORD, CHECKBOX, RADIO, FILE, BUTTON, IMAGE, HIDDEN, SUBMIT, RESET
NAME="***" Form Field Name
VALUE="***" Value of Field
SIZE="?" Field Size
MAXLENGTH="?" Maximum Input Length of Field
CHECKED Check Checkbox or Radio Button
<BUTTON> Tag Attributes
TYPE="***" Button Type: SUBMIT, RESET, BUTTON
NAME="***" Button Name
VALUE="***" Label on Button
SIZE="?" Button Size
<SELECT> Tag Attributes
NAME="***" Drop Down Combo-Box Name
SIZE="?" No Of Selectable Options
MULTIPLE Allow Multiple Choice
<OPTION> Tag Attributes
SELECTED Default Selected Option
VALUE="***" Option Value
<TEXTAREA> Tag Attributes
ROWS="?" Number of Rows
COLS="?" Number of Columns (Characters per Row)
NAME="***" Text Area Name
WRAP="***" Word Wrapping: OFF, HARD, SOFT
Comment
<A HREF="mailto:[email protected]?SUBJECT=subject of email">
<META> Tag Attributes
NAME="***" META Name: description, keywords, author
HTTP-EQUIV="***" HTTP Equivalent Information: title, etc.
CONTENT="***" Contents of Meta Tag
<LINK> Tag Attributes
REL="***" Defines Forward Relationship
REV="***" Defines Reverse Relationship
HREF="url" Location of object or file being linked
TYPE="***" Type of Relationship object or file
TITLE="***" Name of Relationship (Not Neccessary)
<BLINK> </BLINK> Blinking text
DIR="?" Text Direction Attribute for most tags (LTR, RTL)
<!DOCTYPE HTML PUBLIC> Prologue (Description of File)
If you are thinking of having your own business webpage, instead of a personal webpage. Clink on my DOMAIN This link has tips and tricks on domain registration, sites where you can register a domain name
Visit my EXTRA MONEY site for some tricks of the trade and some links that I use and recommend and profit from!
HTML |
JAVASCRIPT |
HOME PAGE |
MAKING MONEY ONLINE | MAKING EXTRA MONEY | DOMAIN | WEBSITE | TRAFFIC | AUCTION | SURVEY | FLIRTING | JOKES |GETTING WEB TRAFFIC |DISCLAIMER |COMPLAINTS |PRIVACY | LAST | MAKING ONLY MONEY | 2 PLAYER CHESS| ONLINE CHECKERS | CASHCRATE REVIEW | QUICKLY LOSE WEIGHT