-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path03_paragraphs.html
More file actions
25 lines (22 loc) · 813 Bytes
/
03_paragraphs.html
File metadata and controls
25 lines (22 loc) · 813 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Aim of lesson" content="Learning paragraphs">
<title>Use of paragraphs</title>
</head>
<body>
<h1>
<center>*<u>American activists</u>*</center>
</h1>
<p>This is a paragraph about activists. Martin Luther King aimed at integration while Malcolm X wanted separation
but later in life he travelled and changed his beliefs about separation</p>
<p>
Another paragraph though a closing one, :-).
In the 19th century, Frederick Douglass and John Brown aimed at the same though John was radical in his
implementation.
</p>
</body>
</html>