HTML and CSS Reference
In-Depth Information
Table 5-3 HTML Code to Define Web Page Structure
Line
HTML Tag and Text
<!DOCTYPE HTML>
1
2
3
<html>
<head>
4
<meta charset="utf-8" />
5
<title>Lake Tahanna Tourism</title>
6
7
8
<link rel="stylesheet" type="text/css" href="stylesch5.css" />
9
10
</head>
11
12
<body>
13
14
15
</body>
</html>
16
1
Enter the HTML code shown in Table 5-3. Press e n t e r at the end of each line.
2
Position the insertion point on the blank line 14 and compare what you typed to
Figure 5-22. Correct any errors if necessary.
link statement included
for external style sheet
stylesch5.css
insertion point
on line 14
Figure 5-22
 
Search WWH ::




Custom Search