New HTML learner

Discussion in 'HTML & Website Design' started by ontest100, Jul 25, 2009.

  1. #1
    Hi all
    Good day to all.I am new and want to learnig html.I want creat a website myself.my question is which book is easy to learn or give me some fee ebooks/websites add here please.I wrote a html code in a text pad.how i show this code in my browser.so my question is:
    1.which book is the best for primary learner.(html)
    2.how I show html code is a browser.
    waiting for a response form anyone.

    regards-
    Ontest100
     
    ontest100, Jul 25, 2009 IP
  2. CRASS

    CRASS Active Member

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #2
    w3schools.com is probably the best website to learn HTML from! To open code you made in notepad make sure you saved it as .html instead of .txt! When you are saving click were it says "Save as type" and change it from text document to all files then name the file like index.html!
     
    CRASS, Jul 25, 2009 IP
  3. ontest100

    ontest100 Well-Known Member

    Messages:
    365
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    123
    #3
    Thank you CRASS for the information.
     
    ontest100, Jul 25, 2009 IP
  4. Sheikh Ahsan

    Sheikh Ahsan Peon

    Messages:
    101
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I will prefer you to go through tutorials from youtube... it will be a great help to you!! Hope this helps and also play with dreamweaver it will be very useful to you as its easy way to build up your site without knowing HTML or PHP.
     
    Sheikh Ahsan, Jul 26, 2009 IP
  5. ghkgk

    ghkgk Active Member

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #5
    In Google when you search for HTML tutorials there are a lot of results.

    I have learnt HTML 3-4 years ago thanks to Dreamweaver. I started making some sites thanks to the design vew, but I then read the html code... Also I read few lessons for HTML which I found in google...

    At all HTML is easy to learn ;)
     
    ghkgk, Jul 26, 2009 IP
  6. Rodder7

    Rodder7 Active Member

    Messages:
    451
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    88
    #6
    html for dummies is one of the simplest and best books.
     
    Rodder7, Jul 26, 2009 IP
  7. ontest100

    ontest100 Well-Known Member

    Messages:
    365
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    123
    #7
    Thanks all for there nice comment.
     
    ontest100, Jul 28, 2009 IP
  8. tajio

    tajio Peon

    Messages:
    159
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You should learn HTML and then CSS, never use tables, use Divs! the best site I can think of is w3schools.com :)
     
    tajio, Jul 28, 2009 IP
  9. mrpaisa

    mrpaisa Guest

    Messages:
    741
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Start with html, <title> my first document</title>
    add headings & paragraphs
    <h1>An important heading</h1>
    <h2>An important heading</h2>
    .......<h6>An important heading</h6>
    <p>this is first paragraph tag</p>
    <img src="location.jpg">
    <a href=" "></a>
    </body>
    </html>
     
    mrpaisa, Jan 14, 2010 IP
  10. bretparker

    bretparker Peon

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Hi
    Html took me a couple of years to learn [part time]

    w3schools.com I use to refresh the brain

    but its a great feeling after you have made your first web site.

    bret
     
    bretparker, Jan 14, 2010 IP
  11. D4rk357

    D4rk357 Peon

    Messages:
    82
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    W3schools is best for learning HTML
     
    D4rk357, Jan 14, 2010 IP
  12. bagas

    bagas Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    you better to W3 school, there is to learn HTML and CSS and PHP, javascript .. if you can learn everything you'll instantly be a good web design.
     
    bagas, Jan 15, 2010 IP
  13. Lucky1214

    Lucky1214 Peon

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I think you should learn HTML and CSS~~
     
    Lucky1214, Jan 17, 2010 IP
  14. Applications developer

    Applications developer Peon

    Messages:
    163
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    You can visit w3school and youtube video lectures and Google the article.
    But always try to study the selected topic and try to go from initial topic to advance, not directly go to advance topics.
    :)
    Wish you Good Luck
     
    Applications developer, Jan 18, 2010 IP
  15. neovision

    neovision Peon

    Messages:
    141
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I recommend you to read Head First HTML with CSS. This is one of the best book for HTML and is written in a very innovative way. You will know how innovative if you read the book. Just Google it. :) Also you can try w3schools tutorials which are very simply written
     
    neovision, Jan 18, 2010 IP
  16. awhgemma

    awhgemma Peon

    Messages:
    18
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #16
    One should always go to w3 schools to both learn and to use as a future reference. Best tip I can give you is to stay away from Tables and use Div tags.

    Good Luck :)
     
    awhgemma, Jan 18, 2010 IP
  17. jaguarsdesign

    jaguarsdesign Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Im a self learner myself... Anyway all the tip on this page are good... anyway here my tip.. maybe you can learn by reverse engineering ....

    Heres my process for how I built a whole website from scratch.
    1. gather all requirements of a website..(ex how many pages..etc..)
    2 design the initial interface design
    3 start HTML code... then CSS
    4 Going further, integrate code into CMS, add javascript..etc..

    Anyway as you can see, the coding part is along the line... I showed you this because..lets face it...along the line you will want to be a web designer ..right? Hope this helps...good luck:)
     
    jaguarsdesign, Jan 18, 2010 IP
  18. josephwaldman1984

    josephwaldman1984 Peon

    Messages:
    306
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #18
    For learning html website w3schools.com is the best.
    Use the software "Macromedia Dreamweaver" to practice all html codes.
     
    josephwaldman1984, Jan 18, 2010 IP
  19. mrpaisa

    mrpaisa Guest

    Messages:
    741
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    <html>
    <head>
    <title>
    <body>
    <src img="location.jpg">
    here you can also add internal or external links
    <p>
    add text
    </p>
    </head>
    </body>
    </html>
     
    mrpaisa, Jan 19, 2010 IP
  20. johagulo

    johagulo Peon

    Messages:
    879
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #20
    Try the dummies site or go to esharebooks.net and download
     
    johagulo, Jan 19, 2010 IP