April 2001
Beginner
432 pages
10h 27m
English
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.
<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" ... |
Read now
Unlock full access