-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage16.html
39 lines (39 loc) · 1001 Bytes
/
page16.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Text</title>
</head>
<body>
<center>
<ins
><em
><h1>Chapter 2 <br />Text</h1></em
></ins
>
<hr />
<ins><h1>Author Details</h1></ins>
</center>
<hr />
<center>
<h1>SUMMARY</h1>
<ins><h3>TEXT</h3></ins>
<hr>
<ul>
<li>
HTML elements are used to describe the structure of the page (e.g. headings, subheadings, paragraphs).
</li>
<li>
They also provide semantic information (e.g. where emphasis should be placed, the definition of any acronyms used, when given text is a quotation).
</li>
</ul>
</center>
<hr>
<center>
<h3>16</h3>
<p><a href="page17.html">Next page</a></p>
</center>
<hr />
</body>
</html>