I use this book when I have forgotten the exact construct of certain tags, or when the pages are rendered in several browser products [like IE or Netscape]. If your beginning to think about designing web pages, this is only one of several books you'll own. There are plenty of "how-to" books that cover the syntax and tag construction in a more reader-centric format. I must state that this is a reference book and is probably not intended to begin your exposure to web development services [only the authors will disagree]. However, this book is truly a gem and worth every cent of the price, and like fine wine, will hold its value well into the future.
Rating: 
Summary: A reference for the advanced HTML programmer
Review: Like the title says it IS a reference book, so if you arelooking for a tutorial, this is NOT the book for you. On the otherhand however, if you are experienced in HTML then this can be an invaluable reference tool.For example, the major part of the book is an alphabetical listing of all the HTML tags supported up to and including version 4. So, if you know the tags it is an excellent reference to ensure that you use them correctly, with cross browser support.
For me, the books main strength as a reference aid was its excellent coverage of what is/is not supported by the different browsers (Netscape and IE), and which version of the browser was first to support it. I find that this part is essential as it allows me to decide what to include with reference to my intended audience. I have also used the color reference provided fairly frequently, although you could probably get this info else where.
If you are looking for a little help also with JavaScript, you won't find much here, but you are probably better off looking for a dedicated JavaScript reference anyway.
All in all, it is always my first line of HTML reference, and rarely, if ever have I needed to go further afield for HTML information. If you are working with HTML professionally this book (or something very similar) is an essential tool and for under $15 is worth anyone's money.
Rating: 
Summary: A reference for the advanced HTML programmer
Review: Like the title says it IS a reference book, so if you arelooking for a tutorial, this is NOT the book for you. On the otherhand however, if you are experienced in HTML then this can be an invaluable reference tool.
For example, the major part of the book is an alphabetical listing of all the HTML tags supported up to and including version 4. So, if you know the tags it is an excellent reference to ensure that you use them correctly, with cross browser support.
For me, the books main strength as a reference aid was its excellent coverage of what is/is not supported by the different browsers (Netscape and IE), and which version of the browser was first to support it. I find that this part is essential as it allows me to decide what to include with reference to my intended audience. I have also used the color reference provided fairly frequently, although you could probably get this info else where.
If you are looking for a little help also with JavaScript, you won't find much here, but you are probably better off looking for a dedicated JavaScript reference anyway.
All in all, it is always my first line of HTML reference, and rarely, if ever have I needed to go further afield for HTML information. If you are working with HTML professionally this book (or something very similar) is an essential tool and for under $15 is worth anyone's money.
Rating: 
Summary: Great Reference!
Review: This book is a great reference! I've been looking for some time for a book where I can flip through the pages, find the tag I need, and get its attributes, w/o having to dig through tutorials, looking up basic in one part of the book, and advanced items in another part. I will definitely get a lot of use out of this one.
Rating: 
Summary: Must have tool for the by-the-seat-of-your-pants programmer!
Review: This book is not for the newbie-wanna-be programmer. You would be better served with another tool. For those who have a basic understanding of system concepts and design -- this is a must have item! Quickly understood -- readily useful examples -- illustrates all of the basic HTML instructions and commands. This IS a reference book -- what a surprise?
Rating: 
Summary: Excellent book for referencing HTML, with XHTML extensions
Review: This book is, just as it claims, the most authoritative quick reference for HTML programmers. This is an excellent book!
The authors list each HTML tag in alphabetical order and give each legal attribute and actually explains what each one is and does. They give you browser compatibility information for each tag as well as all of the browser-specific attributes and event support.
The book is finished out with an indispensable special character and color reference - giving all information about it as possible as well as browser compatibility.
This book is wonderful! Excellent! Indispensable! And anyone who would say otherwise is as ignorant as they come.
Rating: 
Summary: Excellent Book!
Review: This book is, just as it claims, the most authoritative quick reference for HTML programmers. This is an excellent book!
The authors list each HTML tag in alphabetical order and give each legal attribute and actually explains what each one is and does. They give you browser compatibility information for each tag as well as all of the browser-specific attributes and event support.
The book is finished out with an indispensable special character and color reference - giving all information about it as possible as well as browser compatibility.
This book is wonderful! Excellent! Indispensable! And anyone who would say otherwise is as ignorant as they come.
Rating: 
Summary: Best HTML *reference* I have seen.
Review: This is a really useful book. It may look a little technical at first with the 10-20 line syntax summary beginning each entry, but don't be put off!
The entry for each element (TD, P, BODY, FRAME, etc.) explains the applicable attributes (size, type, width, etc.) and the applicable values ("80%", "red", "text/css") for each attribute. It tells you which browser supports what, what is legal, what is discouraged but expedient ;-).
There are tables of colors (names, hex values, rgb decimal values), character entities (always telling you which work with which browsers).
Each entry explains the use of the element and its related attributes and values.
Appendix A is an excellent 20 page discussion of URLs.
Appendix B is 2 pages of carefully selected web resources.
This is not at all a Begin To Learn HTML book. But to check syntax or to see what exactly you can put in a <TABLE> tag, it's just great. It is an excellent supplement to something more in the tutorial line.
Unfortunately, the subject is strictly HTML, so no information on Cascading Style Sheets is included.
Oh, there is a 10 page summary of events (onclick, etc) and which elements (& browsers) support them for the dynamic HTML crowd.
This book references browsers only by their main version number (i.e., Navigator 4, not 4.5 versus 4.01) and it predates Internet Explorer 5.
I prefer this book, as a reference, to the O'Reilly HTML book or their DHTML book and to the big fat HTML The Complete Reference (same author & publisher). The last one, I think, in fact contains the book I am reviewing as its appendix A, but it is so heavy and cumbersome it stays on the bookcase in favor of this smaller one.
Rating: 
Summary: Best HTML *reference* I have seen.
Review: This is a really useful book. It may look a little technical at first with the 10-20 line syntax summary beginning each entry, but don't be put off!
The entry for each element (TD, P, BODY, FRAME, etc.) explains the applicable attributes (size, type, width, etc.) and the applicable values ("80%", "red", "text/css") for each attribute. It tells you which browser supports what, what is legal, what is discouraged but expedient ;-).
There are tables of colors (names, hex values, rgb decimal values), character entities (always telling you which work with which browsers).
Each entry explains the use of the element and its related attributes and values.
Appendix A is an excellent 20 page discussion of URLs.
Appendix B is 2 pages of carefully selected web resources.
This is not at all a Begin To Learn HTML book. But to check syntax or to see what exactly you can put in a