Category: HTML
-
O’Reilly Media book: Head First HTML with CSS & XHTML
replaced by: Head First HTML and CSS this one is outdated!!! Head First HTML with CSS & XHTML – O’Reilly Media A Learner’s Companion to HTML, CSS, and XHTML By Elisabeth Robson, Eric T Freeman Publisher: O’Reilly Media Released: December 2005 (yes, it’s a little older, and it doesn’t cover HTML5 yet, but still!!!) Pages: 704 This is…
-
CSS: The Definitive Guide, Third Edition – O’Reilly Media
CSS: The Definitive Guide, Third Edition – O’Reilly Media Chapter 8: Padding, Borders, and Margins it has a nice picture (Figure 8-2) on the CSS box model – maybe every book on CSS has a picture like this, but this one is really quite nice.
-
“Net Renderer” creates screenshots of how pages look in IE
IE NetRenderer – Browser Compatibility Check
-
W3C QA – Recommended list of Doctype declarations you can use in your Web document (for HTML …)
W3C QA – Recommended list of Doctype declarations you can use in your Web document
-
o’Reilly School of Technology: HTML and CSS — CSS-P: Positioning with Style Sheets
Introduction to HTML and CSS — O’Reilly School of Technology I hope, I will complete this lesson this afternoon. Actually I would like to complete the entire course tomorrow.
-
CSS: Margin and Padding Shorthand
I asked myself: In which order are the 4 values listed, and it took me a while, to find a serious statement on this. From CSS: The Missing Manual, Second Edition. … You’ll frequently want to set all four sides of a style’s margin or padding. … … The order in which you specify the four…