Results 1 to 4 of 4

Thread: HTML basic lesson!!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2007
    Posts
    28

    Default HTML basic lesson!!

    I'll talk only about "Regular" HTML without any addons~~~
    OK here we go:O
    First of all, there is a basic form of an HTML document:


    <html>
    <head>
    <title>The site title</title>
    </head>
    <body>
    Contant of the site~~
    </body>
    </html>
    Betwin body and body's end you write what ever you need
    This is it, for specifyed question and topics just pm me, i'de like to help.

  2. #2
    Join Date
    May 2007
    Posts
    4

    Default few more tips

    Use

    paragraph </p>

    <h1> for bigger font </h1>

    <h2> bit smaller </h1>

    <h3> smaller </h3>

    and save file as index.html for making it the homepage.you can use notepad for typing and save and preview with browser

  3. #3
    Join Date
    May 2007
    Posts
    4

    Default few more tips

    Code:
    Use 
    
     paragraph </p>
    
    <h1> for bigger font </h1>
    
    <h2> bit smaller </h1>
    
    <h3> smaller </h3>
    and save file as index.html for making it the homepage.you can use notepad for typing and save and preview with browser

  4. #4
    Join Date
    May 2007
    Posts
    4

    Default color of text

    Code:
    for colour of your text
    
    <font color="red"> text </font>
    
    you can change red with other color or use hexanumerical colour codes.

Bookmarks

Posting Permissions

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