HTML 

HTML tutorial series - 1

  • 7Nov
  • 2012
  • 5
    4.6k
    hi friends , today am starting a new series called HTML TUTORIAL SERIES


    First of all what is Html ?

    HTML - HYPER TEXT MARKUP LANGUAGE
    and its used for Designing the web and it was invented by Sir Tim Berners-Lee
    now in this series , i will try to teach basics of html
    Tools needed


    A text editor - i recommend Notepad ++ - which you can Attachment from here - http://www.notepad-plus-plus.org

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


    Setting up the environment


    1. open up notepad ++
    2. go to File>New
    3. go to Language > HTML
    ---------------------------------------------------------------------------------------------------

    BASIC SETUP
    -------------


    First things first type in this code to start up with



    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>




    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>


    </head>


    <body>








    </body>




    </html>






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

    ok friends , this is it for this tutorial Smile

    Part 2 on HTML Tags
    [Image: An9XX.gif]
    Cool... Superb bro,. +1 repute to u..,
    New&nbsp;Share your Study Materials with us :&nbsp;Click Here
    thanks
    PHILOMINE SELVARANI, proud to be a member of Vidyarthiplus.com (V+) - Online Students Community since Feb 2013.