body tags on website?????

Discussion in 'All other topics' started by bombayboy, May 14, 2005.

  1. bombayboy

    bombayboy Regular member

    Joined:
    Feb 25, 2005
    Messages:
    1,218
    Likes Received:
    0
    Trophy Points:
    46
    "Copy the html code (which we provide below) for your favorite Kewlbox game and Paste between the body tags on your webpage."
    this is the messgae i got when i wanted to put a game on my wensite. i have the html code, but hwat is a bidy tag????? and how do i put the game between them....plz help. im an amateur making a website.
     
  2. fasfrank

    fasfrank Active member

    Joined:
    Oct 15, 2003
    Messages:
    3,675
    Likes Received:
    0
    Trophy Points:
    66
    Well if you know anything about websites, then you know that they all have a basic structure that looks like this:
    -----------------------------------------------
    <html>
    <head>
    <title>My friggin website</title>
    </head>
    <body>
    This text here is in between the body tags!!
    </body>
    </html>
    ------------------------------------------------

    Bear in mind that there is a lot of stuff in between the body tags so the first thing you need to do is locate the opening body tag which looks like this:
    <body>
    Just put your code below the tag and you will be OK.

    Make sure the closing body tag is below your added in code.
    Closing body tag:
    </body>


    To install the code simply copy and paste the provided code into your code. I asume you have a copy of the page you want the code in on your computer. Right click your page, select "View Source" and your webpage code will appear. This is where you will find the body tags.

    http://www.w3schools.com/html/html_intro.asp
     
    Last edited: May 14, 2005
  3. bombayboy

    bombayboy Regular member

    Joined:
    Feb 25, 2005
    Messages:
    1,218
    Likes Received:
    0
    Trophy Points:
    46
    Thanks a lot. Brilliant information. Have a nice day.
    Deepak.
     

Share This Page