books for learning HTML language

16 replies
  • WEB DESIGN
  • |
I am a beginner. I want to learn HTML language. Could somebody recommend some books on that?
#books #html #language #learning
  • Profile picture of the author Jason Ong
    Originally Posted by DGillard View Post

    I am a beginner. I want to learn HTML language. Could somebody recommend some books on that?
    Hi DGillard,

    This is not a book but I think you can learn a lot from this site:

    HTML Tutorial

    Good luck!
    {{ DiscussionBoard.errors[1401903].message }}
  • Profile picture of the author llamafier
    Yeah, don't waste any money on books. That w3schools website is all you need to learn HTML.
    {{ DiscussionBoard.errors[1401948].message }}
  • Profile picture of the author automated_atty
    w3schools is great! There is html editor in it that allows you to try the codes and view the result. And it's free!
    {{ DiscussionBoard.errors[1402759].message }}
  • Profile picture of the author hally0301
    i would definitely look at the w3schools site as a great way to learn html.

    if you are looking for books on web design i find sitepoint.com a great spot. i find it pretty cheap cause you can just download a book in its pdf form if u want to do this.
    Signature
    {{ DiscussionBoard.errors[1402817].message }}
    • Profile picture of the author Forest_Parks
      I second Hally.... Learn basic HTML with online tutorials and when you get to CSS, design and more then turn to Sitepoint.

      Their CSS books helped me understand a lot when i was new to the game a few years back.
      {{ DiscussionBoard.errors[1402879].message }}
  • Profile picture of the author Lloyd Buchinski
    The best book I've seen is 'html, xhtml, and css' by Elizabeth Castro.
    It is really well organized and starts with the complete basics, but
    covers a lot up from there. You don't need to read it, just start
    putting up a page with as much as you know, and whenever you are
    stuck, look it up in the book. Like maybe how to get the header or the
    bar of color across the top. There isn't much difference between html
    and xhtml so the title might sound worse than it is. It is still
    usually the first one I pick up to look for info that I need. It isn't
    expensive, just about 15$ and Amazon has it, not sure about the
    bookstores. It is divided up into 2 columns, one has the code and
    comments, the other has screen shots of what the code looks like in a
    browser. It is just really nicely done.

    One of my first problems was "After you get your html on the notepad
    sheet, how do you see it as a web page?" Everybody assumes that
    everybody knows that so it usually isn't even mentioned, and it took
    awhile to find the answer which is: If your sheet is named mysite.txt,
    change the txt to html, ignore the dire warnings about changing a file
    extension, and then after you have changed it just double click on the
    new file name, mysite.html, and your default browser will open it as a
    web page.

    After I got her book I checked and sure enough she covered that step.

    best wishes, lloyd
    .......__o
    .......\<,
    ....( )/ ( )...
    Signature

    Do something spectacular; be fulfilled. Then you can be your own hero. Prem Rawat

    The KimW WSO

    {{ DiscussionBoard.errors[1403584].message }}
  • Profile picture of the author josspam
    You'll find all you need on google...

    Make a search free HTML tutorials.. and search for examples if, by any chance, why you read you don't quiet get it, oin google like: "how to do 'something' in html"

    You'll find a lot there.

    Jocy
    Signature
    Celuadictos
    X-Box Peru - Fitbox and Martial Training
    {{ DiscussionBoard.errors[1403752].message }}
  • Profile picture of the author Ben Clemons
    Look for Head First HTML w/ CSS. Its a great book for beginners, and very easy to follow.

    Heres a direct link to Amazon (no aff) Amazon.com: Head First HTML with CSS & XHTML...Amazon.com: Head First HTML with CSS & XHTML...
    you can also probably find a copy on ebay as well.
    {{ DiscussionBoard.errors[1403781].message }}
  • Profile picture of the author Ardit
    The book Ben Clemons gave is your best bet, seeing as your completely new to html and css. Then once you get the hang of it go get https://www.amazon.com/gp/product/05...ss_T15_product
    {{ DiscussionBoard.errors[1413431].message }}
  • Profile picture of the author Peter.Anthony
    I agree with everyone here. There some great tutorials online. I do like to have books handy as reference manuals. You can't beat grabbing your book, looking at the index and finding what you need.
    Signature

    Great eBooks at a great price! Email me for a quote or work samples. peter@bridge-city-marketing.com

    Peter Anthony

    {{ DiscussionBoard.errors[1413483].message }}
  • Profile picture of the author Loren Woirhaye
    I bought "Head First HTML" when I was starting out... but the
    book didn't, as I recall, inform me of the availability of free
    WYSIWYG editors like Composer, so for months I struggled
    and wrote a lot of bad HTML by hand on a very good program
    called HTML-Kit: which is not a WYSIWYG editor.

    HTML is something that's helpful to know for troubleshooting
    sites and doing cool things, so you can look at code and know
    what it's supposed to do and spot errors. But as a practical
    matter something like XSitePro will have you making good-looking
    websites a lot faster than an HTML book.
    {{ DiscussionBoard.errors[1414872].message }}
    • Profile picture of the author Fred_Acker
      Hi DGillard,

      I can't help with any books but I can tell you that the way I learned was to grab some free templates (basic html, css, php and so on) and get inside them to see how they work.

      W3Schools Online Web Tutorials is a great resource for learning about tags and their functions.

      Just do a search for "free templates" "free css templates" or whatever you're interested in and you'll have the world of html at your fingertips.

      I'd recommend learning css along with your html right from the start. With css you can do some pretty amazing things like boxes and test formatting. Stay away from table-less themes for now (they can be very frustrating even for those who know how to do them).

      Good luck with your learning.

      Fred
      Signature

      Right Now. What a wonderful time to start!

      {{ DiscussionBoard.errors[1414923].message }}
  • Profile picture of the author css
    The book I recommend is the "HTML Black Book, by Steve Holzner" I see them for .89 cent used. Covers HTML, CSS, Java, and most anything website related. And as others have stated, you must put this into practice. Start looking at a lot of source code and figure out what is going on. I recommend Crimson Editor for working with files. It is free and killer at the same time. I have been using the book and the editor I mentioned for 6 years solid. Great book, great editor!
    {{ DiscussionBoard.errors[1414955].message }}
  • Profile picture of the author nuwav
    I learnt HTML and CSS in a classroom for free...Like Fred_Acker said the best way to learn is to grab free simple templates and figure out how it works, make sure you take notes as you go along. Below are some of the resources that we used in the classroom.

    W3Schools Online Web Tutorials , CSS Zen Garden , Zen Garden/resources
    {{ DiscussionBoard.errors[1414976].message }}
  • Profile picture of the author arnoldsmithh
    Originally Posted by DGillard View Post

    I am a beginner. I want to learn HTML language. Could somebody recommend some books on that?
    Well i recommend quackit website for learning HTML. It's very good for beginners.
    {{ DiscussionBoard.errors[1417476].message }}

Trending Topics