Tagging Along with HTML
Web pages are built primarily by writing instructions in HyperText Markup Language (HTML). HTML is a simple programming language; its main aim is to tell a Web browser, such as Microsoft Internet Explorer, how a Web page should look on-screen. What I cover in this chapter is the bare minimum that you need to know to create Web pages and link them to make a Web site. If you’re interested in going deeper into HTML, check out HTML 4 For Dummies, 5th edition, by Ed Tittel and Mary Burmeister (Wiley Publishing).

You can find the HTML 4.01 specification at www.w3.org/TR/html401.
HTML is composed of elements. A paragraph or an image, for example, is an element. Elements, in turn, are composed of tags, attributes, and — sometimes — content. Here’s a little more information about each of those:
| ✓ | Tags: A tag is a simple descriptive term that tells a Web browser what element it’s dealing with.
|
| ✓ | Attributes: An attribute is ... |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access