Tech Quarto
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Computer Science » SitePoint » The Ultimate HTML Reference  
Categories
Computer Science
The Internet
For Dummies
Web Browsers
Windows
Digital Culture
Multimedia
Mobile & Wireless
Related Categories
• SitePoint
By Publisher
Custom Stores
Specialty Stores
Books
• Web Browsers
Internet
Home Computing
Computers & Internet
Subjects
• Privacy
Business & Culture
Computers & Internet
Subjects
Books
• General AAS
Hardware
Computers & Internet
Subjects
Books
• Network Security
Networking
Computers & Internet
Subjects
Books
• XHTML
Languages & Tools
Programming
Computers & Internet
Subjects
• General
Languages & Tools
Programming
Computers & Internet
Subjects
• General AAS
Languages & Tools
Programming
Computers & Internet
Subjects
• General
Programming
Computers & Internet
Subjects
Books
• General AAS
Programming
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• General AAS
Software
Computers & Internet
Subjects
Books
• General
Programming
Web Development
Computers & Internet
Subjects
• General AAS
Programming
Web Development
Computers & Internet
Subjects
• General
Computers & Internet
Subjects
Books
• General AAS
Computers & Internet
Subjects
Books
• Directories
Catalogs & Directories
Reference
Subjects
Books
• Illustrated
Edition (format)
Refinements
Books
• Hardcover
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Visit Laptop Nirvana for the best Cheap Discount Laptops

The Ultimate HTML Reference

The Ultimate HTML Reference

zoom enlarge 
Author: Ian Lloyd
Publisher: SitePoint
Category: Book

List Price: $44.95
Buy New: $25.94
You Save: $19.01 (42%)



New (32) Used (7) from $25.94

Avg. Customer Rating: 5.0 out of 5 stars 9 reviews
Sales Rank: 32096

Format: Illustrated
Media: Hardcover
Number Of Items: 1
Pages: 552
Shipping Weight (lbs): 2.3
Dimensions (in): 9.1 x 7.2 x 1.3

ISBN: 0980285887
Dewey Decimal Number: 005
EAN: 9780980285888
ASIN: 0980285887

Publication Date: May 19, 2008
Availability: Usually ships in 1-2 business days
Shipping: International shipping available
Condition: Brand new item. Over 4 million customers served. Order now. Selling online since 1995. Few left in stock - order soon. Code: I20081115031746S

Similar Items:

  • The Ultimate CSS Reference
  • The Essential Guide to CSS and HTML Web Design (Essential Guide)
  • JavaScript: The Good Parts
  • Build Your Own Website The Right Way Using HTML & CSS
  • Pro CSS and HTML Design Patterns

Editorial Reviews:

Product Description
Sitting at the foundation of every site is HTML. It's the only language that's essential to a web site's very existence. On the surface HTML may seem simple but there's much more to it that meets the eye. With different versions, many infrequently used elements and attributes, and varying ways that browsers interpret the language, only a comprehensive and up-to-date reference, like this book, has it completely covered.

The Ultimate HTML Reference is your definitive resource for mastering HTML. The entire language is clearly and concisely covered, along with browser compatibility details, working examples, and easy-to-read descriptions. Authored by one of the world's most renowned HTML experts, this is a comprehensive reference that you'll come back to time and time again.

This cross-referenced, easy-to-use book covers:

  • Every element and attribute in the HTML and XHTML Specifications, including an example of its correct use
  • Coverage of deprecated and proprietary elements
  • Detailed browser compatibility information will save you hours of painful debugging and frustration


  • Customer Reviews:   Read 4 more reviews...

    5 out of 5 stars The Ultimate HTML Reference   October 9, 2008
    Years ago, I created my own website from scratch using HTML. It was an extremely simple format with no bells or whistles. Over the years, I have tried to keep up with all the new options in HTML and XHTML. The ability to do more with the code has given me far more options. Now I can use code to do what I envision my website rather than work within strict parameters of what the text will allow.

    With this said, I am not a professional website designer by any stretch of the imagination. I'm not sure if I'm following proper HMTL (or XHMTL) protocol or if I'm using a lot of code that is just confusing my viewers' browsers.

    The Ultimate HTML Reference can be used in a variety of ways. The first chapter explains the differences and uses of HTML versus XHTML. The rest of the book is separated into intuitive sections so that those new to HTML can learn step by step. Finally, the author has added a variety of extremely useful appendixes: for code that is rarely used anymore (and often no longer supported by common browsers), for non-standard elements, and code in alphabetical order for easy reference.



    4 out of 5 stars Great Reference   October 4, 2008
    Great reference as I'm using HTML on our website and with job postings. I needed something a little more in depth so that I can do fun things with them and this has been great. Some of it's a little over my head which is why I purchased a second reference. What can I say, I'm kind of a techie, office geek and I like to learn. :^)


    5 out of 5 stars Larry Grinell's MyMac.com Review   September 16, 2008
     3 out of 4 found this review helpful

    For over ten years, I have enthusiastically promoted Dave Taylor's "Creating Cool HTML 4 Web Pages" book as my favorite HTML reference book. Its organization, code examples, and writing style are first-rate. I think I may have found a worthy replacement in Ian Lloyd's new "The Ultimate HTML Reference", though I say this with the understanding that this book is really intended for the hard-core HTML coder who needs a handy reference for one of those weird commands that didn't come immediately to mind. This can be a really useful reference for the super-advanced coder, though beginners can get a lot out of this book, too.

    Unlike Taylor's book which was laid out in a format that permitted the user to start with simple tasks and build on them, The Ultimate HTML Reference is organized by HTML elements (Structural Elements, Head Elements, List Elements, Text Formatting Elements, Form Elements, Image and Media Elements, Table Elements, Frame and Window Elements, and Common Attributes) and the attributes within the elements (for example, Chapter 4, List Elements, is divided into the various attributes like dl, dd, dt, dir, li, menu, ol, and ul). It even provides a little instruction for basic Javascript commands like onkeydown, onmousedown, ondblclick, and others.

    One of the appendices covers deprecated elements - that is, those elements and attributes that are no longer supported by the newest HTML and XHTML standards (but most browsers still permit their use, just the same). Another covers some of those special (read that annoying) proprietary and nonstandard elements (remember the "blink" command in Netscape--that only worked in Netscape?).

    The organization of the book makes it very easy for individuals with at least some HTML coding experience to locate the elements and attributes they need, and describes in just enough detail how to apply them. While there aren't as many examples as I might like, there seem to be enough for most users. What I do like is the compatibility chart that goes with each attribute. The chart displays compatibility (Full, Partial, and None) of the attribute against several versions of the most currently popular browsers: Internet Explorer, Firefox, Safari, and Opera.

    Within the book's first 25 pages, readers receive preparation for upcoming changes to the HTML standards, as XHTML (eXtensible HyperText Markup Language, a hybrid of HTML and XML--eXtensible Markup Language--a highly structured, rules-based markup language) begins to take over. XHTML tightens up some of the structuring that was missing in HTML, which makes the code much more readable and easier to modify as needed, and if you need to transition to full XML (for things like content management systems), much of the work has already been done. HTML 4.0 and earlier code, in comparison, can be really sloppy, but it still renders just fine in most browsers. For example, in HTML 4.0, capitalization is optional, and line endings don't need to be terminated in a formatting attribute, like "".

    XHTML also imposes more stringent rules on quoting. Every attribute value must be quoted. For example, quoted attributes like class="gallery" are mandatory in HTML 5.0 and newer. HTML 4.0 code permits code like class=gallery.

    The author takes pains to differentiate the older HTML vs the new XHTML, and if you haven't started coding in XHTML, be prepared to break newer browsers on their way to a computer near you. Not today, but maybe a year or two (or three) from now, the older HTML formats will begin to disappear as XHTML becomes the new standard. If you want to read more about the differences between HTML and XHTML, check this page out. But I digress...

    What surprised me were the number of new attributes and elements that I had not used before that are a part of XHTML as well as newer releases of the HTML specification. It turned out to be very useful in a recent office project where we converted one of our product manuals to HTML--a project that had plenty of tricky points to deal with.

    What this book only briefly touches is Cascading StyleSheets (CSS), which are used to apply more advanced and creative formatting to web pages. That said, CSS is completely out of scope to this discussion, though it may be good to know that the same publisher, Sitepoint, has a companion volume, "The Ultimate CSS Reference", by Tommy Olsson and Paul O'Brien, also $44.95. I was so impressed, I bought a copy for myself. I've already discovered that The Ultimate CSS Reference is equally valuable to a web programmer's arsenal of reference materials. A Javascript book from Sitepoint is also in the works.

    A companion website contains everything in the book, fully hyperlinked and searchable, as an additional valuable resource. It's free, to boot. The free companion site to the CSS reference book can be accessed at http://reference.sitepoint.com/css.

    What can I say? This book replaced Taylor's book as my primary HTML reference at home and at the office. It's well worth the 45 dollar price-tag. I can only find fault with the fact that it doesn't have enough chunks of sample HTML and illustrations of how the HTML will render. Most of my loyal readers (?) know that I'm pretty tough with my ratings, but taking that really small negative into account, I give this book the MyMac Magazine rating of 4.5 out of 5.



    5 out of 5 stars A key source for any who would master HTML programming   September 11, 2008
     0 out of 1 found this review helpful

    HTML is the root and powerhouse of every site, and the only language key to every web site's existence. So THE ULTIMATE HTML REFERENCE is also a key source for any who would master HTML programming. One of the world's experts in HTML produces a comprehensive reference on the topic, packing scripting notes with explanations and examples. Any library catering to programmers - and any working Web programmer - as well as many seeking a clear reference introduction need THE ULTIMATE HTML REFERENCE.

    Diane C. Donovan
    California Bookwatch



    5 out of 5 stars The best (X)HTML reference   September 7, 2008
    I'm a old fan of the Sitepoint books (and sitepoint web site). Generally speaking, the books of Sitepoint are truly "delicatessen" books because the quality of illustrations, typography and richest content. This book is the best fully reference about HTML and XHTML that I know. I believe that is an indispensable book for anything interested in web standards.

    Powered by Associate-O-Matic