HTML Programming

One of the goals of Web page designers is to make pages uniform no matter what kind of computer (or, more accurately, which platform) is used. The Hypertext Markup Language (HTML) is a machine-independent language that Web developers use to design Web pages. A page's HTML listing is actually a set of text commands that, when viewed with a Web browser, produces a Web page that conforms to the look the author intended.

Listing 16.1 contains some of the HTML commands that produced the Web page in Figure 16.2.

Code Listing 16.1. HTML Commands to Produce the Web Page in Figure 16.2
<html>
<head>
<title>Macmillan USA</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel=stylesheet href="includes/corp/corp_style.css" ...

Get Absolute Beginner's Guide to Programming, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.