Results 1 to 6 of 6
  1. #1
    Unix Ninja Gabe's Avatar
    Join Date
    Apr 1998
    Location
    A, A
    Age
    36
    Posts
    2,814
    Post Thanks / WTG / Hug
    Blog Entries
    12
    Rep Power
    10

    Default Step 3: Learning the Basic format for html

    We will look at the main tags of the page that we created.

    The < html > tag indicates the beginning of an HTML file.
    The < /html > indicates the end of an HTML file. And this tag is at the end of your document.

    Basically what the < html > and < /html> does is the following:

    -When a browser requests your page it tells the browser "Hey, I'm an html document you can read me and please interpret the code in my document as HTML code"

    -When the closing tag < /html > is shown it says to the browser "Hey that's it, no more html for you the document is done"

    ---------------

    The next tag is the < header > tag. In this section you can add special instructions to describe your website or add keywords so it is friendly to search engines. We will view in more details the HEADER tag in a future lesson.

    The HEADER tag introduces the < title >. This tag is pretty much self-explanatory. You title your webpage here. Anything between < title > and < /title> will be the title of your website.

    Then after this we have the closing < /header> tag. This basically tells the browser that the HEADER instructions are over.

    ----------------

    Next we have the < body > tag. This is where your content will go. This is where you will spend most of your time when creating a webpage. And the ending < /body > indicates the end of the body of your page.

    ----------------

    This is the skeleton of all html documents.
    Whenever you see a tag with a slash in it, it is the ending of a previous tag. Some tags need to be closed others not we will see this in our next lesson.

    All of tags mentionned in here need to be closed if they are not an error message will be displayed in the browser of the visitors of your website.

    If you have any questions please ask....
    It is important to understand this before going further because it gets trickier as we move along!
    Follow us on Twitter:


    Become a Fan of Frugalvillage on Facebook!

  2. #2
    Master Dollar Stretcher dz_blonde_girl's Avatar
    Join Date
    Apr 2002
    Location
    SW Iowa
    Age
    49
    Posts
    4,216
    Post Thanks / WTG / Hug
    Rep Power
    15

    Default

    Got it! You do such a good job of explaining this stuff! Thanks!

  3. #3
    Registered User voodidit's Avatar
    Join Date
    Aug 2002
    Location
    North Carolina
    Age
    45
    Posts
    5,664
    Post Thanks / WTG / Hug
    Rep Power
    15

    Default

    I printed this out and have it ready to go.

  4. #4
    Registered User heavensent_7's Avatar
    Join Date
    Dec 2002
    Location
    UK
    Age
    46
    Posts
    2,594
    Post Thanks / WTG / Hug
    Rep Power
    12

    Default

    I can actually understand this because I'm brave enough to do this one thing on my eBay auctions

    ROFL.

    I just HAD to get this in because I don't seem to understand anything else without major help LOL

  5. #5
    Registered User heavensent_7's Avatar
    Join Date
    Dec 2002
    Location
    UK
    Age
    46
    Posts
    2,594
    Post Thanks / WTG / Hug
    Rep Power
    12

    Default

    LMAO!! Ok so I did it so well it just worked So obviously that was < p > < / p > - I'm SO glad I can do something!

  6. #6
    Registered User MrsGixxer's Avatar
    Join Date
    May 2004
    Location
    Wisconsin
    Age
    44
    Posts
    16
    Post Thanks / WTG / Hug
    Rep Power
    0

    Default

    You have great instructions. I taught myself basic/intermediate HTML and really enjoy it. I prefer it over the programs. I'll keep checking back to see if I can learn anything more.

Similar Threads

  1. Step by Step: Moving Towards Prevention of Type 2 Diabetes
    By pollypurebred39 in forum Freebies
    Replies: 0
    Last Post: 03-10-2012, 06:39 PM
  2. have to format
    By miss_thrifty in forum Computers
    Replies: 1
    Last Post: 11-19-2007, 07:58 AM
  3. HTML tutorials
    By voodidit in forum Computers
    Replies: 1
    Last Post: 10-19-2004, 05:56 PM
  4. Step 4 - html tags (paired)
    By Gabe in forum Web Design Tutorial
    Replies: 0
    Last Post: 08-21-2003, 09:24 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •