Creating A Simple Page - HTML Overview
Creating A Simple Page - HTML Overview
sImPle Page
(HTML Overview)
Part I provided a general overview of the web design environment. Now that IN THIs CHAPTER
we’ve covered the big concepts, it’s time to roll up our sleeves and start cre-
ating a real web page. It will be an extremely simple page, but even the most An introduction to
elements and attributes
complicated pages are based on the principles described here.
A step-by-step demo
In this chapter, we’ll create a web page step by step so you can get a feel for
of marking up
what it’s like to mark up a document with HTML tags. The exercises allow a simple web page
you to work along.
The elements that provide
This is what I want you to get out of this chapter: document structure
• Get a feel for how markup works, including an understanding of ele- A simple stylesheet
ments and attributes.
Troubleshooting
• See how browsers interpret HTML documents. broken web pages
• Learn the basic structure of an HTML document.
• Get a first glimpse of a style sheet in action.
Don’t worry about learning the specific text elements or style sheet rules
at this point; we’ll get to those in the following chapters. For now, just pay
attention to the process, the overall structure of the document, and the new
terminology.