Datasheet

1 2 3 4 5 6 7 8 9 10
Chapter 1
The Least You Need to Know about
HTML, CSS, and the Web
In This Chapter
Creating HTML in text files
Serving and browsing Web pages
Understanding links and URLs
Understanding basic HTML syntax
Understanding basic CSS
W
elcome to the wonderful world of the Web, (X)HTML, and CSS. With
just a little knowledge, some practice, and something to say, you can
build your own little piece of cyberspace or improve on existing work.
You’ll notice we use (X)HTML throughout this book. This is an acronym we
made up to stand for “either HTML or XHTML,” where HTML is Hypertext
Markup Language, and XHTML is Extensible Hypertext Markup Language.
Although HTML and XHTML aren’t exactly identical, they’re enough like each
other for this reference to make sense.
This book is your down-and-dirty guide to understanding Web documents,
sprucing up an existing page, or creating complex and exciting pages that
integrate intricate designs, multimedia, and scripting.
The best way to start working with HTML is to jump right in, so that’s what
this chapter does: It brings you up to speed on the basics of how (X)HTML
and CSS work behind the scenes inside Web pages, introducing you to their
underlying building blocks. When you’re done with this chapter, you’ll know
how (X)HTML and CSS work so you can start creating or editing Web pages
right away.
06_9780470916599-ch01.indd 906_9780470916599-ch01.indd 9 11/30/10 12:23 AM11/30/10 12:23 AM
COPYRIGHTED MATERIAL

Summary of content (22 pages)