MEGAN'S GUIDE TO HTML

Warning: If you're using Mozilla this isn't going to look quite right...

HTML is used to create hypertext markup language files, composed of text. These files can be written using a program like Notepad, which is on pretty much every computer running Windows. In DOS the three character extention is .htm. These files can be viewed through a browser such as Netscape.

BASIC HTML DOCUMENT:

<HTML>
<HEAD>
<TITLE>My Web Page</TITLE>
</HEAD>
<BODY>
<P>Hi, how are you?</P>
</BODY>
</HTML>

TO LOOK AT A FILE IN NETSCAPE:

To look at a file in Netscape that is online use http:// To look at a file in Netscape that is on disk use file://

COMMON PAGE TAGS:


BACKGROUND, TEXT, LINK, AND VISITED LINK COLOR:


TEXT:


MAKING LISTS:

There are three types of lists:

  • A definition list:
    term
    definition
  • You can create a definition list using this format:
         <dl>
    
    <dt>term</dd>
    <dd>definition</dd>
    </dl>


    MAKING TABLES:


    IMAGES:

    The tag to display an image is:

    IMAGE MAPS

    The tags look like this:



    LINKING DOCUMENTS:


    ADDRESS:


    FOR FREE CLIPART AND BACKGROUNDS:

    Randy'sIconand Image Bazaar
    AAA Free Backgrounds and Textures
    Fairy's Free And Easy To Download Icons
    ICONZ... The Ultimate Free Icons Collection
    Wallpaper Heaven!
    Free downloads - TrueType core fonts for the Web


    FOR HELP:

    NCSA-A Beginner's Guide to HTML
    Chris's HTML Help Tutorial Section 4- Advanced HTML
    How do they do that with HTML?
    Dynamic Drive DHTML(dynamic html) code library!
    Sharky's Netscape Frames Tutorial
    Web Workshop - Cascading Style Sheets in Internet Explorer 4
    Andy's Introductory JavaScript Tutorials
    Website Abstraction General JavaScript Tutorials
    JavaScript for the Total Non-Programmer - A Tutorial
    DevEdge Online - Online JavaScript Reference Manual
    Welcome to Website Abstraction, THE JavaScript technology center!
    PERL/CGI-Running "Hello, world!" from the command line