-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path4.html
More file actions
46 lines (45 loc) · 1.53 KB
/
4.html
File metadata and controls
46 lines (45 loc) · 1.53 KB
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
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4</title>
</head>
<body>
<div style="width: 180px; margin-left: auto; margin-right: auto; background-color: #FFDB8B;"></divstyle>
<div style="width: 100px; margin-left: auto; margin-right: auto; background-color: #FFDB8B;">
<font color="red"> <H1 ALIGN=CENTER>Города Беларуси</H1></font>
<font color="blue"> <H2 ALIGN=CENTER>Витебская область</H2></font>
<ol type="A">
<li>Витебск</li>
<li>Полоцк</li>
</ol>
<font color="blue"> <H2 ALIGN=CENTER>Минская область</H2></font>
<ol type="I">
<li>Минск</li>
<li>Борисов</li>
</ol>
<font color="blue"> <H2 ALIGN=CENTER>Гродневская область</H2></font>
<ol type="a">
<li>Гродно</li>
<li>Лида</li>
</ol>
<font color="blue"> <H2 ALIGN=CENTER>Могилевская область</H2></font>
<ol>
<li>Могилев</li>
<li>Горки</li>
</ol>
<font color="blue"> <H2 ALIGN=CENTER>Брестская область</H2></font>
<ol type="i">
<li>Брест</li>
<li>Пинск</li>
</ol>
<font color="blue"> <H2 ALIGN=CENTER>Гомельская область</H2></font>
<ul type="SQUARE">
<li>Гомель</li>
<li>Мозырь</li>
</ul>
</div>
</div>
</body>
</html>