Head First HTML with CSS & XHTML and over one million other books are available for Amazon Kindle. Learn more

Due Date: Sep 29, 2013

FREE return shipping at the end of the semester
 
   
Sell Us Your Item
For a $2.00 Gift Card
Trade in
Have one to sell? Sell yours here
Start reading Head First HTML with CSS & XHTML on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Head First HTML with CSS & XHTML [Paperback]

Eric T Freeman , Elisabeth Freeman , Elisabeth Robson
4.6 out of 5 stars  See all reviews (421 customer reviews)

Rent
$21.06
In Stock.
Rented by RentU and Fulfilled by Amazon.
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $17.59  
Paperback --  
Unknown Binding --  
This Book Features a "Lay-Flat" Binding
In books with lay-flat bindings, pages are attached to a strip of flexible material separate from the book's spine, rather than to the inside of the spine itself. The result is a durable, "floating" spine that allows the book to remain open without support, and is often used in reference books, cookbooks, textbooks, and computer manuals.
There is a newer edition of this item:
Head First HTML and CSS Head First HTML and CSS 4.6 out of 5 stars (40)
$22.31
In stock but may require an extra 1-2 days to process.

Book Description

December 15, 2005 059610197X 978-0596101978 First Edition
Tired of reading HTML books that only make sense after you're an expert? Then it's about time you picked up Head First HTML with CSS & XHTML and really learned HTML. You want to learn HTML so you can finally create those web pages you've always wanted, so you can communicate more effectively with friends, family, fans, and fanatic customers. You also want to do it right so you can actually maintain and expand your Web pages over time, and so your web pages work in all the browsers and mobile devices out there. Oh, and if you've never heard of CSS, that's okay--we won't tell anyone you're still partying like it's 1999--but if you're going to create Web pages in the 21st century then you'll want to know and understand CSS.

Learn the real secrets of creating Web pages, and why everything your boss told you about HTML tables is probably wrong (and what to do instead). Most importantly, hold your own with your co-worker (and impress cocktail party guests) when he casually mentions how his HTML is now strict, and his CSS is in an external style sheet.

With Head First HTML with CSS & XHTML, you'll avoid the embarrassment of thinking web-safe colors still matter, and the foolishness of slipping a font tag into your pages. Best of all, you'll learn HTML and CSS in a way that won't put you to sleep. If you've read a Head First book, you know what to expect: a visually-rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, this book will load HTML, CSS, and XHTML into your brain in a way that sticks.

So what are you waiting for? Leave those other dusty books behind and come join us in Webville. Your tour is about to begin.


Praise
"Elegant design is at the core of every chapter here, each concept conveyed with equal doses of pragmatism and wit."
--Ken Goldstein, Executive Vice President, Disney Online

"This book is a thoroughly modern introduction to forward-looking practices in web page markup and presentation."
--Danny Goodman, author of Dynamic HTML: The Definitive Guide

"What used to be a long trial and error learning process has now been reduced neatly into an engaging paperback."
--Mike Davidson, CEO, Newsvine, Inc.

"I love Head First HTML with CSS & XHTML--it teaches you everything you need to learn in a 'fun coated' format!" -
-Sally Applin, UI Designer and Artist

"I haven't had as much fun reading a book (other than Harry Potter) in years. And your book finally helped me break out of my hapless so-last-century way of creating web pages."
--Professor David M. Arnow, Department of Computer and Information Science, Brooklyn College

"If you've ever had a family member who wanted you to design a website for them, buy them Head First HTML with CSS and XHTML. If you've ever asked a family member to design you a web site, buy this book. If you've ever bought an HTML book and ended up using it to level your desk, or for kindling on a cold winter day, buy this book. This is the book you've been waiting for. This is the learning system you've been waiting for."
--Warren Kelly, Blogcritics.org



Editorial Reviews

Amazon.com Review

Today, serious Web pages use HTML and XHTML to structure their content and CSS for style and presentation. You need a book that understands how to incorporate everything correctly. Head First HTML with CSS & XHTML explains the fundamentals of HTML, XHTML, topics like web color, and CSS properties. In this book, pictures and step-by-step instructions explain how to build great-looking, standards-compliant web sites.

The Road to Programming is Sometimes Paved with Web Pages
By Elisabeth Robson

I am often asked how I first got started in programming. Recently, I was interviewed by Girls Gone Geek, a weekly podcast on technology from a women's perspective, and they asked if I got started by creating web sites. The Girls clearly have no idea how old I am! (Shhh...) I actually started programming long before the Web was a twinkle in Tim Berners-Lee's eye, but their question got me thinking, and I realized that creating a web site is a good way to get started on your way to programming.

Now, you might be thinking, "Writing HTML and CSS is not the same thing as programming", and that's technically true. But once you've put together a basic web page, you'll have learned a lot about how the web works under the covers, and you'll be able to tackle some simple programming concepts. The next logical step is to learn a bit of JavaScript, so you can create some cool effects on your web page. Before you know it, you'll be learning Ajax, and then a server side programming language like PHP or Java, and then you'll need a database, so you'll learn some SQL... and ta da! You're a web programmer. I work with several people who have taken an interesting path to programming. One friend has an advanced degree in music and is now a business data analysis expert; another started out wanting to be a farmer, became a web application programmer, and is now a serious Java programmer.

For those of you who have no interest in the mechanics of web pages, there are lots of programs out there, like Adobe Dreamweaver and Microsoft Expression, that will help you create a web page without having to know how HTML and CSS really work. But if you want to know what's happening under the covers so you can learn about how web pages really work, and eventually write some JavaScript and do more advanced programming, I definitely recommend writing your own HTML and CSS from scratch. You can use a simple editor like TextEdit (on the Mac) or TextPad (on Windows). No need for anything fancy.

Another advantage to writing HTML and CSS yourself is that you can always write your web pages using the most current standards. When we wrote Head First HTML with CSS & XHTML, HTML 4.01, CSS 2, and XHTML 1.0 were the most current and best supported versions of these technologies, and in fact they still are. But standards development is inching along and before too long, HTML 5, CSS 3 and XHTML 2.0 will be launched and supported by browsers. If you stay up to date with these standards, you're likely to be writing far better code than programs like Dreamweaver or Expression do.

Once the new standards for HTML, CSS and XHTML are nailed down a bit more, we'll update Head First HTML with CSS & XHTML to include some of the cool new features. HTML 5 will be more strict than HTML 4 was, but it's designed to be backwards compatible with older browsers, so you will be able to convert your HTML 4 pages to HTML 5 web pages without worrying too much about breaking them in older browsers. (However, always keep in mind that there is no substitute for lots of testing!)

In the meantime, you can write HTML 4.01, CSS 2 and XHTML 1 knowing that these standards will be the most current and the best supported for quite a while. When the new standards are released and supported by browsers, we'll help you sort through it all so you can focus on creating great web pages and building up your web skills. And once you get the hang of some of these web page skills, you might very well find yourself wanting to move from creating web pages to programming.

About the Author

Elisabeth Robson (formerly Freeman) is coauthor of O'Reilly's Head First Design Patterns and Head First HTML with CSS & XHTML. She is currently Special Projects Director at O'Reilly where she is developing new brain-friendly learning ideas and products.

Eric Freeman is a computer scientist with a passion for media and software architectures and coauthor of Head First Design Patterns. He just wrapped up four years at a dream job-- directing internet broadband and wireless efforts at Disney--and is now back to writing, creating cool software, and hacking Java and Macs. Eric spent a lot of the '90s working on alternatives to the desktop metaphor with David Gelernter (and they're both still asking the question, "Why do I have to give a file a name?"). Based on this work, Eric landed a Ph.D. at Yale University in 1997. He also co-founded Mirror Worlds Technologies (now acquired) to create a commercial version of his thesis work, Lifestreams.

In a previous life, Eric built software for networks and supercomputers. You might know him from such books as JavaSpaces Principles Patterns and Practice. Eric has fond memories of implementing tuple-space systems on Thinking Machine CM-5s and creating some of the first internet information systems for NASA in the late 1980s.

When he's not writing text or code you'll find him spending more time tweaking than watching his home theater and trying to restore a circa 1980s Dragon's Lair video game. He also wouldn't mind moonlighting as an electronica DJ.

Write to him at eric at wickedlysmart dot com or visit him at http://www.ericfreeman.com .


Product Details

  • Paperback: 658 pages
  • Publisher: O'Reilly Media; First Edition edition (December 15, 2005)
  • Language: English
  • ISBN-10: 059610197X
  • ISBN-13: 978-0596101978
  • Product Dimensions: 8.1 x 1.2 x 9.2 inches
  • Shipping Weight: 3.4 pounds
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (421 customer reviews)
  • Amazon Best Sellers Rank: #24,710 in Books (See Top 100 in Books)

More About the Authors

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

Customer Reviews

Most Helpful Customer Reviews
182 of 196 people found the following review helpful
5.0 out of 5 stars Best book for learning HTML and CSS February 5, 2006
Format:Paperback|Amazon Verified Purchase
The "Head First" series by O'Reilly does it again. This book manages to take the conceptually easy yet complicated task of learning HTML, XHTML, and CSS and breaks it down so that anyone can figure out what is going on and what needs to be done in web page design using these technologies. Plus, if you learned HTML several years ago and you would like to update your skills to current technology, this is a great choice for a textbook.
The book starts out with the basics of HTML -text, webpage form via HTML, putting your webpage on the Internet and linking to other web resources, and adding images and thumbnails. Next the author tackles XHTML, starting by answering the questions What is XHTML? and Why would I want to use XHTML? The author composes three simple steps to take you from strict HTML to XHTML:
1. Change your DOCTYPE to XHTML 1.0 Strict.
2. Add the xmins, lang, and xml:lang attributes to your <html> element.
3. All empty tags should end in "/>" not ">".
Next, CSS is introduced, along with the properties that can be controlled via CSS. When you read the CSS chapters you'll find yourself asking "Why don't other books just SAY this plainly like THIS book does?". Eventually, the author has you doing advanced layout and control using all the tools available to you without you ever noticing that you've been "studying". The book concludes with lessons on interactivity and tables. I think it is most interesting that the author saves the subject of tables for the end of the book versus other texts that usually introduce them early on. This is because the author is using the more advanced lessons on CSS to help make the subject of tabular data less confusing. The book's final chapter is entitled "The Top Ten Topics We Didn't Cover", thus acknowledging that this is not an advanced book on webpage design. Each chapter has a "There Are No Dumb Questions" section that answers common questions that may be a source of confusion to the reader.
Since this book is designed to be a textbook and not a reference, you might find it handy to have a copy of O'Reilly's "HTML & XHTML: The Definitive Guide" as a reference since it lists virtually all of the HTML tags and their properties.
Was this review helpful to you?
56 of 60 people found the following review helpful
5.0 out of 5 stars The 1st HTML/CSS you should get December 6, 2005
Format:Paperback
I've been involved with the Head First series as a reviewer from the beginning and, as such, my review might be biased, but I will regret not telling you how good this book is.

The Internet is fast becoming a means of sharing one's life with friends, colleagues and anybody out there who is prepared to listen. Some start by telling their story using a blog; the more adventurous create their own web sites, and it is that category of person that this book is aimed at. Don't make the mistake of thinking that this book, and the whole series, seems too upbeat and too young for you. This book is for all ages, The Head First series is designed to make learning fun, and though it was originally aimed at the younger generation, I personally think that old age pensioners will be able to learn HMTL the correct way just as easily as their grand children if they use this book - and you will be sooo cool if you have this book on your shelf when they, the grand kids, visit again next time.

The emphasis in this book is on creating web pages the correct way, to make pages that will work correctly in any browser. If you work through Elisabeth and Eric's book, you will end up with a web site that can withstand anything the W3C's Markup Validation Service can throw at it. And when your web pages pass the validation, you can put the W3C's cool "passed validation" logo on your site. A sign of recognition that you know what you are doing.

This book does not require you to have prior HTML knowledge; it takes you by the hand and teaches you everything you need from scratch. But don't be fooled, I was the review manager for this book and even some of the reviewers with years of HTML knowledge under their belt learnt new things from it. Sure, it isn't a complete HTML reference book, and it does not intend being one, but it lays the foundations for a solid start to becoming a true HTML/CSS expert.

I think this book should become the standard text book in HTML/CSS courses in schools, colleges and even professional training centers.

I highly recommend it to all. It will make the perfect Christmas gift for your family, all ages !!!, friends and even colleagues who are thinking about or are doing something with a web site of their own.

Have fun.

Like I said, I might be biased, but I am sure an independent reviewer will confirm what I said.
Comment | 
Was this review helpful to you?
67 of 75 people found the following review helpful
3.0 out of 5 stars Fantastic book, Lousy index, full of blather November 16, 2007
Format:Paperback
We're using this book in a college course I'm taking. This book contains a massive amount of REALLY good information, which has been buried in a landslide of unnecessary blather. Add to this the complete lack of a sensible, extensive index, and this book leaves me so frustrated, I am nearly ready to drop the class. (see below..)

The vast amount of useful information in the book makes it difficult to remember it all at one time. But it's impossible to refer back and find something a week after I've read it without leafing through an entire chapter or more, page by page, because the index is so brief and incomplete.

With a good, complete index, I'd give this book 4.5 stars for it's excellent content (withholding 1/2 star for all the blather). Without a usable index, the book is nearly worthless to me.

GOOD NEWS UPDATE!! The O'Reilly people have replied to my complaint about the index. They're compiling, and will be uploading a complete, extensive index online in January 2008! Too late for my class, but hey! Someone really does listen. Thanks, O'Reilly!
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars A Great Introduction to HTML5 and CSS
This is a brilliant, easy-to-work-with book for teaching yourself HTML5 and CSS. I haven't done any by-hand webdesigning since HTML3 first came on the stage, and it was no problem... Read more
Published 1 month ago by Fiona Druce
5.0 out of 5 stars We love it!
My students have interrupted class to say "We love this book!" I am using this as the text for a Web Design class for girls in grades 10-12 in a college prep school for a semester... Read more
Published 1 month ago by BeckyB
5.0 out of 5 stars Well written.
If you want to know more about, or learn HTML and CSS, this makes it pretty easy. Worth the price.
Published 2 months ago by cavu
5.0 out of 5 stars Awesome Brain Food!
This was an awesome book. It was more like an exciting adventure. These people really know how to help you learn, and make it stick. I completely enjoyed it. Read more
Published 2 months ago by Tony
5.0 out of 5 stars Awesome
Great intro to HTML and CSS. I knew little and it opened my eyes. Recommend to any HTML or CSS novice.
Published 2 months ago by Matt
5.0 out of 5 stars A great book for a beginner
This book was written beautifully for a beginner. This truly takes into consideration that the reader has no prior knowledge of history of the subject. Great read
Published 2 months ago by Terry
5.0 out of 5 stars This book rocks
Walks you through with solid examples from A-Z on the history and fundamentals to the latest developments in HTML - IN ENGLISH. Love the little icons and side tips too.
Published 2 months ago by ROBERT A COX
1.0 out of 5 stars Skips page locations in Kindle edition
Is the Kindle edition supposed to skip from location 1624 to 1636? I can only get to location 1625 by manually keying in the digits after selecting "Go to" from the menu. Read more
Published 2 months ago by S. Oluku
5.0 out of 5 stars Well...
I accidentally put my brand new book in my pile of books that I returned to the library. Hurt my heart as I had just received it and never really got a chance to look inside. Read more
Published 3 months ago by Myra Weston
5.0 out of 5 stars I enjoyed the Book
It was a great step by step experience. I would suggest it for anyone interested in learning with no experience.
Published 4 months ago by Gene
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

Have something you'd like to share about this product?
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Search Customer Discussions
Search all Amazon discussions




Look for Similar Items by Category