-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path5.html
More file actions
28 lines (27 loc) · 1013 Bytes
/
5.html
File metadata and controls
28 lines (27 loc) · 1013 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
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>6</title>
<style>
.work5{
background-color: grey;
width: 300px; margin-left: auto; margin-right: auto;
}
</style>
</head>
<body>
<div class="work5">
<font color="gold"> <H2 ALIGN=CENTER>Список литературы</H2></font>
<ol>
<li><font color="red">Л.Н.Толстой</font> "Война и мир"</li>
<li><font color="red">Л.Н.Толстой</font> "Анна Каренина"</li>
<li value="1"><font color="green">А.С.Пушкин</font> "Капитанская дочка"</li>
<li><font color="green">А.С.Пушкин</font> "Евгений Онегин"</li>
<li><font color="green">А.С.Пушкин</font> "Маленькие трагедии"</li>
<li value="1"><font color="blue">М.Ю.Лермонтов</font> "Мцыри"</li>
</ol>
</div>
</body>
</html>