Text related items


    Go Make text bold <B>xxxxx</B>

    Go Make italics <I>xxxxx</I>

    Go Underlining <U>xxxxx</U>

    Go Monospaced font <TT>xxxxx</TT>

    Go Change font size (sizes:1-7) <FONT SIZE=5>xxxxx</FONT>

    Go Change the font name (face) <FONT FACE="arial">xxxxx</FONT>

    Go Change the font color <FONT COLOR="#0000FF">xxxxx</FONT>

    Go The rollercoaster!

    Go The Handy Dandy Font Viewer

    Go Color Picker

    Go Background colors <BODY BGCOLOR="#xxxxxx">

    Go Change text, link, etc color for whole page <BODY BGCOLOR="#xxxxxx" TEXT="#xxxxxx" LINK="#xxxxxx" VLINK="#xxxxxx" ALINK="#xxxxxx">

    Go Line breaks <BR>

    Go New Paragraph <P>

    Go Space code (special character for a space) &nbsp;

    Go Six common special characters

    Go A whole bucketful of special characters

    Go Multiple blank lines &nbsp;<BR>

    Go Tags in combination- Overlapping vs Nested tags

    Go More about Overlapping vs Nested tags

 

Images


    Go Background images <BODY BACKGROUND="xxxxx.gif"> (or .jpg)

    Go Save an image off of a page

    Go Inserting images <IMG SRC="xxxxx.gif" WIDTH=123 HEIGHT=456>

    Go Image sources (SRC) explained in detail

    Go Making an image a link <A HREF="http://xxxxx"><IMG SRC="xxxxx.gif" WIDTH=123 HEIGHT=456></A>

    Go The ALT attribute <IMG SRC="xxxxx.gif" WIDTH=123 HEIGHT=456 ALT="Big Pic">

    Go Get rid of the blue border around an image link <A HREF="http://xxxxx"><IMG SRC="xxxxx.gif" WIDTH=123 HEIGHT=456 BORDER=O></A>

    Go About image sizes

    Go Using thumbnails

    Go Make lines out of a 1x1 dot

    Go The incredible GIF Optimizer!

    Go 1536 color chart (page) 

Links


    Go Add a link <A HREF="http://xxxxx">abcdefg</A>

    Go Add an email link <A HREF="mailto:xxxxx@xxx.xxx"> abcdefg</A>

    Go Making an image a link <A HREF="http://xxxxx"><IMG SRC="xxxxx.gif" WIDTH=123 HEIGHT=456></A>

    Go Get rid of the blue border around an image link <A HREF="http://xxxxx"><IMG SRC="xxxxx.gif" WIDTH=123 HEIGHT=456 BORDER=O></A>

    Go Using thumbnail images

    Go Link to a particular section of a page <A HREF="http://xxxxx#cheesewiz">About Cheese Wiz</A>

 

Formatting tools


    Go Centering stuff <CENTER>xxxxx</CENTER>

    Go Line breaks <BR>

    Go New Paragraph <P>

    Go Pull in your margins with <BLOCKQUOTE>

    Go Ordered and Unordered lists
    <UL> (or OL)
    <LI>List item
    </UL>

    Go Definition list
    <DL>
    <DT>Definition title
    <DD>Definition item
    </DL>

    Go Horizontal Rule <HR ALIGN=left|right|center WIDTH=80% SIZE=3 NOSHADE>

    Go The <PRE> formatting tag

 

Miscellaneous


    Go Skeleton HTML document- minimum tags required
    <HTML>
    <HEAD>
    <TITLE>My big ole bad page!</TITLE>
    </HEAD>
    <BODY>
    Hello Joe!
    </BODY>
    </HTML>

    Go Background colors <BODY BGCOLOR="#xxxxxx">

    Go Document Title <TITLE>My Big ole bad page!</TITLE>

    Go Background images BACKGROUND="xxxxx.gif" (or .jpg)

    Go Tags in combination- Overlapping vs Nested tags

    Go More about Overlapping vs Nested tags

    Go Space code (special character for a space) &nbsp;

    Go Six main special characters

    Go A whole bucketful of special characters

    Go Centering stuff <CENTER>xxxxx</CENTER>

    Go Multiple blank lines &nbsp;<BR>

    Go Absolute vs Relative URLs

    Go About screen resolution

    Go Comment tag <!--This is a comment-->

    Go Save document as an HTML file

    Go Save an image off of a page

    Go About files & file extensions

    Go Color Picker

Lessons
Intro - 1 - 2 - 3 - 4 - 5