STARTING the WEB PAGE
Starting Tags.....
-Heading
-Body
-Ending Tags

Basic HTML.....
-Text
-Images
-Links
-Tables
-Borders
-Backrounds
-Fancy Decorations

.::Heading::.

To start the web page you need a heading tag to give the browser some information about you webpage. The parts in dark red are the parts that you have to fill in. First is the tag that tells the computer that the page is done in HTML.

<HTML>

Next is the tag that signifies that the following information is stuff about the webpage, the Heading tag.

<HEAD>

The next tag is the title . It is displayed at the top of the internet explorer window:



<TITLE>YOUR TITLE GOES HERE</TITLE>

Now for the METAtags. These are a series of tags telling the name of the author, keywords(words someone can type in to find your webpage), and a description of the page. Please remember that it is imparitive that you leave the META codes in their exact order and include all of them. ****NOTE: if you want to stay anonomyous instead of putting your name leave space blank****

<META NAME="GENERATOR">
<META NAME="YOUR NAME">
<META NAME="KEYWORDS">
<META NAME="DESCRIPTION">

The last thing you need to know about the heading is how to end it! :) The ending tag, like all closing tags is simply </the name of the tag> So....the tag to end the HEADis:

</HEAD>


.::Body::.

  • top

    The body of your webpage is where all the visible information is. There is one short tag starting the body of the page.

    <BODY>


    .::END YOUR PAGE::.
  • top

    Youv'e finnished your page, with everything you need for the body...now what?

    Once you've finnished your page you need the tags to end it. Remember, if you wnat to add on to you page after you put the ending tags in you need to put the new code inbetween the BODY tags and the ending tags.

    First, there's the code to end the BODY.

    </BODY>

    And, last, there is the code to end the whole page.

    </HTML>


  • Home Space Science Web Design Electronics Crafts Photoshop