HTML and CSS Reference
In-Depth Information
.
Output
FIGURE 17.4
yellow.html web
browser window
named
yellow_page .
After saving yellow.html , create another document called blue.html (see Figure 17.5)
by entering the following code:
Input
<!DOCTYPE html>
<html>
<head>
<title> Blue Page </title>
<style type=”text/css” media=”screen”>
body {
background-color: #99ccff;
}
</style>
</head>
<body>
<h1> Blue Page </h1>
<p> This is the second target page. Its target is <b> blue_page </b> . </p>
</body>
</html>
 
Search WWH ::




Custom Search