HTML, XHTML, and CSS Bible and over one million other books are available for Amazon Kindle. Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Very Good See details
$5.98 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Kindle Edition
 
   
More Buying Choices
Have one to sell? Sell yours here
HTML, XHTML, and CSS Bible
 
 
Start reading HTML, XHTML, and CSS Bible on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

HTML, XHTML, and CSS Bible [Paperback]

Steven M. Schafer (Author)
3.5 out of 5 stars  See all reviews (10 customer reviews)

List Price: $39.99
Price: $31.95 & this item ships for FREE with Super Saver Shipping. Details
You Save: $8.04 (20%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 4 left in stock--order soon.
Want it delivered Wednesday, May 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $14.29  
Paperback $30.39  
Paperback, March 17, 2008 $31.95  
There is a newer edition of this item:
HTML, XHTML, and CSS Bible HTML, XHTML, and CSS Bible 3.5 out of 5 stars (10)
$30.39
In Stock.

Book Description

March 17, 2008 0470128615 978-0470128619 4
Decipher the code, use the right tools, and conquer the online world of the World Wide Web. This comprehensive guide demystifies HyperText Markup Language (HTML) and Cascading Style Sheets (CSS) so you can create sophisticated and interactive Web pages, robust applications, and as many other ways of interacting on the Web as you can think of. You'll even learn to code cool content for many mobile devices that include a browser. Inside, find all the tools, tips, and techniques you need to succeed.

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $2 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Customers buy this book with Creating Web Sites Bible $26.52

HTML, XHTML, and CSS Bible + Creating Web Sites Bible
  • This item: HTML, XHTML, and CSS Bible

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Creating Web Sites Bible

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought


Editorial Reviews

From the Back Cover

Speak the right language and the Web is yours

Decipher the code, use the right tools, and conquer the online world of the World Wide Web. This comprehensive guide demystifies HyperText Markup Language (HTML) and Cascading Style Sheets (CSS) so you can create sophisticated and interactive Web pages, robust applications, and as many other ways of interacting on the Web as you can think of. You'll even learn to code cool content for many mobile devices that include a browser. Inside, find all the tools, tips, and techniques you need to succeed.

  • Explore the underlying structure of all Web pages

  • Learn the basics of text structure, meta tags, links, and more

  • Write scripts, master dynamic HTML, and use CSS editing tools

  • Create Web pages for mobile devices with XHTML Basic

  • Harness new Web 2.0 features with microformats

  • Add colors, backgrounds, multimedia, and interactivity

  • Clean up, test, and validate your code

Companion Web Site
Code samples from the book are available for download at www.wiley.com/go/htmlxhtmlandcssbible4e

About the Author

Steven M. Schafer is a Linux, open source, and open standards advocate. He served as director of certification and development for the Free Standards Group and as CTO of a Linux-based software company specializing in Linux and open-source–based, enterprise-level software and services. He is fluent in many programming languages, including PHP, Java, JavaScript, C, and shell scripting as well as Web technologies HTML and CSS. He is the author of several books, ranging from game strategy guides to books about HTML, CSS, JavaScript, LAMP technologies, and others.

Product Details

  • Paperback: 720 pages
  • Publisher: Wiley; 4 edition (March 17, 2008)
  • Language: English
  • ISBN-10: 0470128615
  • ISBN-13: 978-0470128619
  • Product Dimensions: 9.2 x 7.3 x 1.7 inches
  • Shipping Weight: 2.2 pounds (View shipping rates and policies)
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #1,093,856 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

Most Helpful Customer Reviews
96 of 113 people found the following review helpful
Disappointed December 29, 2004
Format:Paperback
The title is misguiding. It's everything but an HTML, XHTML & CSS Bible. Title should read "Become a webmaster in a month". I expected to have:
- The full HTML Specification with an example for each definition
- Same for XHTML (DTD, rules to respect, validation, etc...)
- Same for CSS and *PLEASE*, at least the basics of tableless CSS layout
If the book were to expose the aforementioned information, it would exceed the 800 pages, and the author wouldn't have had to put some more information that is useful, I agree, but it's off-topic, sorry. The author should stress a lot more on standards. Standards are important, and one can't call a book a "Bible" if it only covers 75% of HTML, 50% of XHTML and hardly covers basics of CSS.
It lacks information on the PNG file format (open source). Mention of the Opera Browser is almost non-existent, even if it's the most standard-compliant browser. Using tables to create a layout is old-fashioned and many good books (by Dan Cederholm, Jeffrey Zeldman or Eric Meyer) proove that one should *NOT* use tables for layout so that structure and content are clearly seperated from presentation. Without this discipline, the web won't be able to evolve toward XML.
The book talks about image retouching, which again is off-topic, pretty much like SMIL, multimedia, FTP, maintainance, databases, weblogs, PHP & MySQL.
I noticed several errors, and then I stopped writing them down. These are some of them:
- p.93 PNG, is stored without being compressed doesn't loose color or image quality, and does support transparency. At least this can be achieved in Photoshop CS.
- p.108 I find it sad that the author doesn't show how image maps are done with circles and polygons
- chap.9 "Special characters" should show a sample for every single entity
- p.184 The author puts the e-mail address into the code. How is it possible?! With all the spam problems people keep complaining, how come the author doesn't display the e-mail address thanks to a javascript to hide it from spambots?
- p.188 in Part III instead of in Part II
- p.210 He forgot that the label tag can nest the radio button and the text without ID.
- p.284 div.div1 table should read div.div1>table
- All examples are shown in IE or Netscape 4. Why not show modern browsers (Opera 7.8, Mozilla 1.8, Firefox 1.0)
- p.379 user agent is not Opera but Firebird
This is not a bad book, it has a lot of useful information, but what drove me nuts is that I wanted a "Bible" for these 3 languages. I had to buy other books. I hope now people who buy this book know it's a general-purpose book on web design.
Was this review helpful to you?
18 of 19 people found the following review helpful
Not a Reference August 23, 2007
Format:Paperback|Amazon Verified Purchase
If you are an experienced coder looking for an strict HTML, XHTML, or CSS reference, I suggest you move on to another title. If you are a novice in HTML using a WYSIWYG editor and want to start getting into the HTML code itself, then this is a good book for you. I bought this book to refresh myself in HTML, and CSS being away from it for several years. I program in VB and VC++ and have many programming references that are excellent and very concise. Unfortunately this book is neither. The writers persistently wander off on long winded tangents that seem to ramble on and on.... and on! The analogies had me scratching my head wondering just what exactly the comparative <sp> was? There are many small chapters in the last half of the book that are nothing but fluff and offer no real information.
In closing, there is useful information in this book for the novice. However it is not complete or in any particular order. Happy hunting.
Comment | 
Was this review helpful to you?
18 of 22 people found the following review helpful
Format:Paperback
I have used this book as a textbook for an "Introduction to HTML" class I taught. I looked at several references prior to choosing on one, and this was by far the best formatted and most appropriate for those with little to no existing knowledge of HTML.

The previous reviewer's complaints are mostly unfounded, in my opinion. The appendix contains a more or less comprehensive listing of all HTML tags and their usage, etc. The chapters are well organized, easy to read, and comprehensive. If this book spreads itself a little thin at times trying to cover so much ground, it is necessary due to the inherently connected nature of HTML, XHTML, and CSS. Covering only HTML would not be useful for beginners who want to gain a basic understanding of these technologies. I assume the "HTML 4 Bible" by the same publisher is more what the previous reviewer was probably looking for.

I highly recomend this book to anyone wishing to learn HTML.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
Great HTML information
This up to date HTML coding book is a good one. It gives you an inside look at HTML4 and also goes into some of the key elements that HTML 5 will hold. Read more
Published 22 months ago by Pamela Steele
disappointing
I bought a dutch translation of this book, and was rather disappointed. I wanted to learn more about xhtml, to be able to work on my own website, and not having to ask a friend for... Read more
Published on August 7, 2009 by P.W.
Need a Web Site Building Companion You Can Grow With?
If you are a complete novice at building web sites and you feel a little frightened about even beginning to learn, there are several more basic books available to help get you... Read more
Published on March 28, 2009 by Bishop Hadley
Must Have for Web Developers
We've been in the web development business for over 11 years and have watched so much change in that time. Read more
Published on November 5, 2008 by Lori Smart
This book rocks my socks off
It's easy to read, full of useful information, and up to date. It is well written and has great examples.

I don't know what more to say. Read more
Published on August 30, 2008 by Jenn
Beginners Bible
This is a bible for beginners, written in clean and simple language. For me, it has been the ideal reference. Read more
Published on August 15, 2007 by T. Butler
DO NOT BUY!
This book is not worth your money. It is poorly written, does not explain code, and is very incomplete. Bible in its title is very misleading...
Published on July 22, 2006 by J. Schwartz
Search Customer Reviews
Only search this product's reviews

Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
creating content, font properties, data connectivity, hair maintenance, pull quotes, text frame, valet parking, nested tables, other indulgent treatments, many combination packages, user agent window, use our search function, hair salon guests, own personalized package, small usage fee, contain content suitable, hair salon prices, skincare technicians, special seasonal discounts, most user agents, older user agents, many spa services, box formatting model, three saunas, consectetur adipisicing elit
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Controlling Presentation, Windows Internet Explorer, File Edit View Favorites Tools Help, The Oasis, Live Search, Windows Media Player, Page Tools, Rodent Studios, Gopher Hunt, Text Formatting, World Wide Web, Badger Brigade, Decimal Entity Mnemonic Entity Character, Give the Gift of Tranquility, Basic Latin, Jill Hennessy, Getting Started, Wendy Weatherbee, Salon Services Focusing, Elizabeth Cooper, Mozilla Firefox, Ronnie Lodge, Rabbit Run Racing, Driving Range, Role Playing
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(168)
(157)
(119)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject