Head First HTML with CSS & XHTML
Posted by
samzenpus
on Fri Feb 03, 2006 02:25 PM
from the jump-in dept.
from the jump-in dept.
Graeme Williams writes "In the past, I've written the sort of poorly-structured non-compliant web pages that can only be produced by a combination of laziness and confusion, so I'm an ideal test subject for Head First HTML with CSS & XHTML, an introduction to building web pages which focuses on compliance with the most recent HTML 4.01 standard and XHTML 1.0 standard. The book starts with the simplest of web pages, and builds from there to a solid foundation for writing simple well-structured web sites. It's clear and thorough, and will be effective both for the complete beginner and in bringing stale skills up to date." Read on for the rest of Graeme's review.
| Head First HTML with CSS & XHTML | |
| author | Elisabeth Freeman & Eric Freeman |
| pages | xxxv + 658 |
| publisher | O'Reilly Media |
| rating | 10 |
| reviewer | Graeme Williams |
| ISBN | 0-596-10197-X |
| summary | A clear, effective and readable explanation of standards-compliant HTML, XHTML and CSS |
This is one of those cases where you can judge a book by its cover. In addition to the title and author, the cover of Head First HTML with CSS & HTML has seven tag lines, four photos and two drawings. One of the nuggets is, "A learner's guide to creating standards-based Web pages", which is a pretty good summary of the book and its intended audience.
Head First HTML is full of the sort of distractions that would normally make my skin crawl: people talking at me from the margins, mock conversations between inanimate objects (or in this case HTML tags), crosswords, quizzes and enough cute graphics to supply the kindergartens of a fair-sized city. It's clear that the authors realize that there might be some resistance to this style because they devote five pages of the introduction to explaining why they wrote the book this way – the summary of the summary is that novelty helps your brain learn. The example chapter you can download from the web site for the book is more than 50 pages, which might be enough for you to make up your own mind whether this works for you. My experience was that the method is so effective and the material so clearly presented that the issue disappeared for me after a chapter or two.
In the introduction, the authors also mention another goal: "a clean separation between the structure of your pages and the presentation of your pages". HTML or XHTML is used to provide the structure and content of a web page, and CSS (Cascading Style Sheets) are used to provide the style and layout. This means that the book doesn't include many HTML elements which are now discouraged or "deprecated", such as <B> for bold, <CENTER> for centered text, or <FONT> for specifying fonts within the web page. I guess the choice between frames and CSS might be classified as a religious one. In any case, this book is about CSS and doesn't mention frames except to note their omission in the appendix.
Most of the examples are based on a fictional coffee company called Starbuzz, and their trendy competitor, the Head First Lounge. It's a great framework for building up a web site from a few linked pages to a complete CSS layout. If you've never written a web page before, the book starts at the beginning, with the simplest web page followed by links from one page to another. If, like me, you've written a handful of web pages, reviewing the material will help focus on the essentials for a clean, compliant web page. All of the example HTML, CSS and accompanying images can be downloaded from the web site for the book, which also has the completed examples online, so you can quickly review them in your browser. If you're considering buying Head First HTML, the online examples are also a great way to see the scope of the book, from the simplest example to the most sophisticated.
There are a few prerequisites for getting the most out of Head First HTML. Adobe Photoshop Elements is used to show you how to prepare images for the web. As the book says, if you don't have it, you can download a free trial from Adobe, with the small quibble that this won't work if you've already run through your free trial before starting the book.
Understandably, Head First HTML doesn't tell you everything you might ever need to know about CSS. On the other hand, you learn a whole lot about using CSS both for appearance (such as colors and borders) and layout (positioning different parts of the page such as headers and sidebars). The book is particularly good at explaining at least some of the limitations of CSS, such as the different compromises of liquid, jello and frozen layouts. It's easily enough for you to be able to continue learning or experimentation on your own. With forgivable cuteness, the book also frequently mentions the availability of other O'Reilly publications with more information, such as HTML Pocket Reference and CSS Pocket Reference.
Similarly, the book gives a clear presentation of the different ways of setting text size, but doesn't provide the last word. If you're looking for Javascript to automatically size text based on screen resolution and browser width, you'll have to look elsewhere. In fact, Javascript is one of the ten things mentioned in the appendix, "The Top Ten Topics We Didn't Cover", leaving room for Head First Javascript to be published in 2006.
The last chapter provides a brief introduction to forms, including example designs both with and without tables. The goal of the chapter is to show you how to use CSS to style and layout forms, but you can't try out a form without something on a web server to process it, so the book's web site includes a simple-back end which will "process" (really just echo) the forms which are submitted to it.
Head First HTML deserves its score of 10, but that doesn't mean every word is perfect. I wasn't comfortable with the description of CSS borders, margin and padding until I'd gone back and re-read it. And it wasn't obvious to me that the background of a margin (such as a dashed margin) is the same as that of the content area it surrounds until I'd worked through some examples on my own. But that just underlines the fact that the book is so readable that I could tell when my understanding was slipping.
While Head First HTML never claims to be a reference, information is presented very clearly. If you forget the differences between HTML and XHTML, the book's excellent summary is easy to find, and includes a discussion of the W3C HTML and XHTML validator. That said, the index is short and idiosyncratic: there is a list of page references for the Q&A sections (under T for "There are no dumb questions") but transitional HTML is indexed only under "HTML, transitional", and jello, the layout, is found under "Design" but not "J" or "Layout".
I've said that I was initially very skeptical about the graphics-heavy Head First Labs house style. I'm pretty sure I've been thinking in prose all my life, but apparently verbal and graphical perception can be safely intermingled. I can't explain why, but this garden salad of words, pictures and diagrams of all kinds provides a easy-to-read and very effective introduction to a large amount of material."
You can purchase Head First HTML with CSS & XHTML from bn.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.
This discussion has been archived.
No new comments can be posted.
Head First HTML with CSS & XHTML
|
Log In/Create an Account
| Top
| 197 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.

More HTML books need to talk about CSS (Score:5, Interesting)
(http://powerlord.livejournal.com/)
I'm actually being forced to take a class in introductory web design. The books for this class are fairly new, yes seem to be stuck in the HTML 3.x days, with font tags, bgcolor properties, and a particular emphasis on the 216 (215?) web-safe colors.
I wish books like this one were used instead. Teaching the right way the first time is so much easier than having to tell someone that everything they learned was wrong.
Re:More HTML books need to talk about CSS (Score:4, Interesting)
(http://kavlon.org/ | Last Journal: Friday March 21 2003, @02:10PM)
Re:More HTML books need to talk about CSS (Score:4, Funny)
(http://www.chikli.com/)
Re:More HTML books need to talk about CSS (Score:5, Interesting)
(http://kavlon.org/ | Last Journal: Friday March 21 2003, @02:10PM)
No work around is easy. On a site with 50 different elements if it takes me ten minutes per element to figure out a work around I just spent 500 minutes making the site work in IE. That's pretty much a whole work day. If I have to do that for IE6 and IE7 now that means two work days. That is best case scenario too. Now and then I find an issue with IE that in itself takes me an entire day to work around. I'd say that for every website I produce I spend around a week just finding issues with non compliant browsers and finding work arounds. So figure it costs about $1200 per website to fix these problems. That is a lot of money when you figure I produce a dozen or more websites a year. Let's just say that in my work alone $15,000 a year is spent fixing problems with IE and that still doesn't make the websites look as good in IE as they do in Safari and Firefox. IE nearly doubles the amount of time it takes me to make a static website.
Uh-oh! (Score:4, Interesting)
(Last Journal: Tuesday November 13, @10:52AM)
Can somebody say lawsuit?
As to the book itself, I looked at the sample chapter and it's in the random, jumpy style that marks the modern MTV generation. It has some appeal, but I think trying to get through a whole book laid out like that is going to cause headaches. Still, I plan to buy it, just to see if I can learn anything new.
Re:Uh-oh! (Score:5, Insightful)
(http://slashdot.org/)
As to the book itself, I looked at the sample chapter and it's in the random, jumpy style that marks the modern MTV generation.
That's what I thought, too, until I read the preface to Head First Design Patterns. Turns out that the pictures, humor, etc., have actually been proven to improve learning and retention.
Re:Uh-oh! (Score:5, Interesting)
As someone who has read several in the "Head First" series, this is definitely true in my experience. Most books are designed to cover a subject with little emphasis on teaching it. Head First books are designed specifically to teach you, and they go to great effort to do so. Think about it: do you retain more per hour spent watching the History Channel, or reading a dry all-text history text-book? Remember, the book can take dozens of hours to read. The text-book may provide more complete content, but that doesn't matter much if you've forgotten much of it within a few months.
You will remember what a Head First book teaches you, and you won't need the book as a reference like most text-books.
If the grandparent wants to stick to all-text, old-world books, he can go right ahead. But he should try a "Head First" book before he criticizes it.
As for his reference to the MTV generation, that is simply misplaced. Children and young adults have despised reading boring text books since the invention of the alphabet. Don't let nostalgia The difference is that today they cannot live a high quality life without knowledge. I, for one, commend innovators like Bert Bates and Kathy Sierra for making sure that there are better options for learning that is rewarding for people of nearly all ages.
HTML is passe (Score:1, Interesting)
(http://linuxhelp.blogspot.com/ | Last Journal: Saturday October 01 2005, @02:28AM)
I think any book that teaches CSS and XHTML more than HTML will be widely embraced by the programming community.
Re:HTML is passe (Score:4, Insightful)
(http://lavincolindo.net/ | Last Journal: Friday January 20 2006, @05:50PM)
Re:HTML is passe (Score:5, Informative)
(http://www.xenoveritas.org/ | Last Journal: Monday September 24, @04:04PM)
Yeah, right. We've been hearing about how we should all be using XHTML and XML for ages. And yet... the web is still running on HTML 4.01.
Now, I suppose you could blame Internet Explorer for not properly supporting XHTML (it treats it as XML and displays the DOM if you try and do it properly, serving XHTML as "text/html" is wrong and broken). I haven't actually checked to see if the new IE7 supports XHTML properly, but, even if it does, XHTML doesn't really solve anything. It doesn't make data mining any easier. It's just HTML with end tags required.
What's really interesting, IMHO, is CSS3 and XML. You can style XML documents with CSS, which means you could conceivably have a document that describes the contents of the page in a fairly "semantic" manner (I think someone just won Buzzword Bingo here) and then is styled based on CSS for proper display.
You can already do something like that with XSLT, but XSLT has never seemed to really catch on, possibly because it's fairly complicated. With XML and CSS, it uses essentially the exact same semantics that HTML and CSS do (other than having no defaults), and you can apply most of the same styling knowledge from using CSS with HTML to using CSS with XML. The Content Creation section of CSS3 offers some really interesting possibilities.
Of course, without Internet Explorer support, this is basically useless, but it's still something that's fun to play around with, if not practical. But it does mean that we're still going to be using an HTML-based web for the forseeable future.
Re:HTML is passe (Score:4, Informative)
I think that if you look a little closer, you'll find that the web isn't "running on" XHTML or HTML 4.01, but rather a bizarre concoction of tag soup that happens to make popular browsers behave a certain way.
Perhaps according to you, but not according to RFC 2854 [ietf.org], which defines the text/html media type.
It doesn't.
It doesn't so long as it's a minority. When the overwhelming majority of the web uses XHTML, its draconian error handling that it inherits from XML will simplify browsers considerably. This has already happened to a certain extent with the mobile web.
That's completely wrong. Sure, you could make up your own semantics that you associate with the element types you use in your ad-hoc XML format, but nobody else would know about those semantics. That's why you use a common, specified XML format... like... XHTML, where the semantics are understood.
XML isn't a super-format that magically gives you semantics. XML solves the syntax problem and stays well away from the semantics problem. Semantics are addressed at a higher level.
Generic XML has essentially no semantics whatsoever. It certainly doesn't have the same semantics as HTML.
This book can't be good... (Score:4, Funny)
Head First! (Score:5, Insightful)
While I haven't read this particular Head First book, I have nothing but praise for the rest of the series.
The 'Learner's Guide' is exactly right; they explain everything they do clearly, they make the examples and exercises fun and easy to understand, not only on what to do, but why to do it. The books are graphically appealing and funny (and it's not just nerd humor), which makes them easy to read, but at the same time they don't sacrifice information, or simplify it beyond understanding.
Sight unseen, I would recommend this book, the same way I do their other ones.
choice between frames and CSS? (Score:2, Informative)
(http://www.thomthom.net/)
Head First doesn't cut it (Score:1, Interesting)
Amazon has it for $23.07 (Score:3, Informative)
(http://www.ensode.net/ | Last Journal: Wednesday August 10 2005, @09:18PM)
Re:Amazon has it for $23.07 (Score:4, Informative)
(http://slashdot.org/ | Last Journal: Sunday October 28, @09:07PM)
Great! This is EXACTLY what I need! (Score:1, Troll)
(http://alteviltech.com/)
WHY do people bother putting these out? A waste of paper AND money. Sorry, I just can;t see this being a worthwhile book to get.
You mean "laziness and ColdFusion" (Score:5, Funny)
Designing With Web Standards (Score:5, Interesting)
Zeldman is also teaming up with Eric Meyers, the CSS God for An Event Apart. [aneventapart.com]
Re:Designing With Web Standards (Score:4, Informative)
But this book is for beginners. I just finished reading it. I didn't learn a whole lot but I did pick up a few things I had either never known or forgotten about. I may give this book to my wife who'd like to write some pages for herself. She's a complete neophyte. But I think this book is really geared to people like her. I believe one of the blurbs on the book talks about how refreshing it is to see a book that will start off new html/css authors with a foundation in standards. That I think is the real appeal of the book. It shows beginning authors how to use html/css using standards. And it does it in an entertaining and instructive way.
I wasn't particularly fond of Head First Java but I love Head First Servlets and JSP. The humor in this is quite a bit tamer but it's still a very good book for someone either just beginning html/css or looking for a basic review.
Don't write XHTML - stick to HTML! (Score:1, Informative)
Or at least, don't write XHTML unless you really know what you're doing, and know to send real XHTML (application/xhtml+xml) to compliant browsers.)
Sending XHTML as text/html Considered Harmful [hixie.ch]. (Written by Ian Hickson, who's an editor of half a dozen CSS drafts, QA person for Mozilla, ex-QA for Opera, and nowadays works on 'HTML 5' (WHATWG web apps) for Google.)
Poorly-structured non-compliance laziness (Score:3, Funny)
Wait a minute, were you copying my style!?! [gmu.edu]
IMHO a MUCH better CSS/XHTML book... (Score:5, Interesting)
(http://goldspider.blogspot.com/ | Last Journal: Friday March 18 2005, @10:54AM)
And it's cheaper [amazon.com] .
Other markups (Score:3, Insightful)
(http://www.mrnaz.com/)
Given that the market at the moment is trying to squeeze as much functionality out of existing technologies and the increasing use of new markup languages such as SVG and MathML, I would have thought that more and more books would start teaching XHTML/CSS.
XHTML will allow far better flexibility when adding in new functionality provided by new markup languages as well as better machine readability for the purposes of migrating pages at a later date. Tools to assist in developing syntactically valid XHTML pages are easily available and easy to use (such as Firefox's Validator tool as well as the old trusty http://validator.w3.org/ [w3.org]), so the argument that novices may break XHTML pages by not writing valid code is not as potent as it once was.
The challenge now lies in teaching students to write semantically correct markup. This cannot be checked by a validator or any other machine tool, as semantically incorrect markup may still follow the rules of syntax. However, it can break a braille browser or a mobile device that degrades pages' layout for the purposes of displaying it on a small screen, rendering the information inaccessible to users of these devices.
XHTML's stricter syntax far more strongly encourages users to think in terms of content/presentation rather than just writing a blob of HTML to show a nicely formatted essay/blog/gallery. The more information is both syntactically and semantically correct, the more the web will be a friendly place for users of devices other than PCs, or users who are accessing the web from a device designed to aid a disability.
It is for these reasons, forward compatibility and accessibility, that I think that XHTML should start being taught. I always hear it argued, when I recommend XHTML to a would-be developer, that "XHTML is not understood" and "it breaks pages if used incorrectly". Well, help users to understand, and teach them to use it correctly.
I'm halfway through this book right now. (Score:4, Informative)
(http://www.larrymyers.com/ | Last Journal: Wednesday April 14 2004, @06:42PM)
After seeing the impressive amount of control you get from moving away from tables and tags to nothing but XHTML and CSS I was ready to make the jump.
The first half of this book won't be anything new to most people, but in the 2nd half of the book I've never seen the box model, div layout, and css explained so clearly. It's made adjusting my web design skills much much easier.
Highly recommended.
great book (Score:1, Interesting)
(http://www.footballfans.tv/)
i love all "Head First
Reviewerwho? (Score:3, Interesting)
(http://www.televisio...com/show.cgi?show=44)
Choice between WHAT? I think you mean between CSS and tables. Or CSS+XHTML vs. Whatever HTML-like Syntax Works.
But really, there is no need to choose. I use the deprecated b tag all the time, because it is SIMPLE, love to use tables, because they WORK for displaying on various screen sizes, plus (gasp) deploy the font tag from time to time for quick prototypes. And, guess what? I also use CSS. Fact is, Firefox and IE support CSS alongside HTML elements. And so the standards.
I could care less about what is "deprecated" by W3C, as though they are going to come over and scold me, and as though I would care.
too much typing (Score:2)
So, just use one of the many tools like Textile, or use a WYSIWYG editor.
out dated (Score:1)
The b-is-deprecated myth (Score:3, Informative)
http://www.w3.org/TR/xhtml-modularization/abstrac
CSS has to improve (Score:2)
Just having the footer at the bottom of the page, and not just behind the body is (AFAIK) impossible with CSS.
The easiest solution is often to go with fixed size and absolutely positioned divs, but then you reduce the accessibility of the page (if you change the font size, the div doesn't become larger). Once again, these problems don't exist with table layouts.
IMHO, CSS has failed in the areas of layout, size and positioning.
This book is not up to the standard of the series (Score:2)
IMO, this book is not even close to the other two. The other two have a nice flow, while this book feels jumpy and cobled together. It's like the other with the fun sidebars and graphics, but just not as well done. I'd like to offer some specifics but the book is on the shelf in my office and I'm home - I just know I wasn't impressed with it like the other two. I literally read the other two cover to cover, this one was worth a couple of chapters at best.
Re:The simplest standards compliant webpage EVAR (Score:1, Funny)
(http://bastardoperatorfromhell.org/)
Re:I still don't like CSS standards (Score:1)
Re:The simplest standards compliant webpage EVAR (Score:2)
(http://www.johngaughan.net/)
Re:The simplest standards compliant webpage EVAR (Score:3, Informative)
What version? The simplest HTML 4.01 document can omit the <html> tags entirely. The only required element that doesn't have optional start and end tags is the <title> element. Furthermore, if you don't care about browser compatibility, you can even use shorthand notation to reduce the document to:
The validator chokes on it, but I believe that's a bug in the validator, at least for Transitional (Strict requires at least one child for BODY, but Transitional doesn't).
Re:I still don't like CSS standards (Score:3, Insightful)
(http://brianallen.isagenix.com/)
In reality, FF has way better adherence to CSS standards than IE does. IE is crap. Intentionally broken crap. 5 years outdated, full of holes crap.
Re:I still don't like CSS standards (Score:2, Informative)
(http://skabb.se/)
Re:I still don't like CSS standards (Score:2)
I'm not sure placement of the remainder is layed out in the standard, but I may be wrong.
Oh, and you should build for Mozilla and then fix IE, it's hella easier to do it that way than the other way around.
It's a JOKE, you silly people! (Score:2)
(http://nojailforpot.com/)
Re:if (HTML_can_be_found_online) {then = save_ur_$ (Score:3, Insightful)
Re:if (HTML_can_be_found_online) {then = save_ur_$ (Score:2)
I thought the book was one of the most successful teaching tools I've read in years. There's a world of difference between Googling for bits of reference material, and reading a 400-page narrative built by people who know how to teach.
Reading reference material is not learning.