Where can i learn HTML from basic to advance?

Discussion in 'HTML & Website Design' started by thinkgood, Oct 11, 2009.

  1. #1
    hi

    Where can i learn HTML from basic to advance?

    and

    which one is best learn HTML or CSS?
     
    thinkgood, Oct 11, 2009 IP
  2. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #2
    "Build Your Own Web Site The Right Way Using HTML & CSS, 2nd Edition" by Ian Lloyd.

    The "X/HTML Coding Best Practices" link in my signature will also help you get started.
     
    Dan Schulz, Oct 11, 2009 IP
  3. abrilward

    abrilward Peon

    Messages:
    321
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    abrilward, Oct 11, 2009 IP
  4. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #4
    w3schools.com (and tizag.com and others like it) sucks hard. It has absolutely nothing to do with the W3C, nor are most of its code examples/lessons/tutorials any good (seriously, they were obsolete when the site first went live, and that was years ago)
     
    Dan Schulz, Oct 11, 2009 IP
  5. Nerv

    Nerv Active Member

    Messages:
    568
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    70
    #5
    I would say HTML for Dummies ebook for the beginning and w3schools.com.
     
    Nerv, Oct 11, 2009 IP
  6. ChadSkinny

    ChadSkinny Peon

    Messages:
    45
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    ChadSkinny, Oct 11, 2009 IP
  7. jamesicus

    jamesicus Peon

    Messages:
    477
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #7
    In my opinion the W3C's Getting started with HTML (which also includes "Advanced HTML" & "Adding a touch of style") is still an excellent introduction to learning HTML. The author, Dave Raggett, was one of the primary W3C developers of HTML 3.2, 4.0 and 4.01. He is also the creator of HTML Tidy.

    Included in the tutorials are handy tabulations of Special Character entities and Browser safe colors.

    James
     
    Last edited: Oct 11, 2009
    jamesicus, Oct 11, 2009 IP
  8. averyz

    averyz Well-Known Member

    Messages:
    1,228
    Likes Received:
    167
    Best Answers:
    2
    Trophy Points:
    115
    #8
    averyz, Oct 11, 2009 IP
  9. forextrendalerts

    forextrendalerts Guest

    Messages:
    132
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    If you ever wanted to learn advanced html, there is no better program than Web Page Teacher to teach you advanced html.
    To learn advanced html usually involves reading a book, then applying what you have just learnt. This is not the best way to learn advanced html.
    Web Page Teacher, on the other hand, will help you learn advanced html such as tables, forms, etc, because the program tells you which keys to press, so you learn advanced html instantly.
     
    forextrendalerts, Oct 12, 2009 IP
  10. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Oh really? Does this program teach you how to make your HTML accessible to alternate devices such as mobile phones, screen readers and the like? Does the coding practices it teaches allow you to make your Web pages accessible to those users as well as people who browse via the keyboard?

    The point I'm trying to make is there is no such thing as "advanced HTML". Only HTML coded to the specification that is accessible to all devices and (legitimate) users, and garbage that needs to be thrown out and replaced with markup.
     
    Dan Schulz, Oct 12, 2009 IP
  11. My220x

    My220x Member

    Messages:
    624
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    35
    #11
    I also reccomend Ian Lloyds' book.

    I never understood why everyone said they suck until I read the bit about using tables for layouts which is a complete no no. Why? Well they are harder to mantain, not very friendly for people using screen readers and lock in your design as don't get as much positioning control as you do with CSS.

    Never been a fan of the Dummies books and I think I brought this and I don't reccomend it.

    Again w3schools is rubbish.

    If you don't want to get a book then use that site.
     
    My220x, Oct 12, 2009 IP
  12. Ashley1

    Ashley1 Peon

    Messages:
    205
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Here is a tutorial which help you to learn HTML , might be helpful to you ,
    HTML Tutorial
     
    Ashley1, Oct 12, 2009 IP
  13. thinkgood

    thinkgood Peon

    Messages:
    129
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #13
    thanks for all your valuable suggestions friends. really fantastic. now i will start to learn now.
     
    thinkgood, Oct 12, 2009 IP
  14. Indisain

    Indisain Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Indisain, Oct 12, 2009 IP
  15. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #15
    No, it's not. It doesn't advocate best practices, it doesn't actually teach anything, and the code examples are horrendous in a standards compliant accessibility-oriented environment.
     
    Dan Schulz, Oct 12, 2009 IP
  16. My220x

    My220x Member

    Messages:
    624
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    35
    #16
    My220x, Oct 21, 2009 IP