-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2 Number copy.html
More file actions
30 lines (30 loc) · 956 Bytes
/
2 Number copy.html
File metadata and controls
30 lines (30 loc) · 956 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
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2 Number</title>
<style>
.work2{
background-color: #27b6c0;
width: 300px; margin-left: auto; margin-right: auto;
}
</style>
</head>
<body>
<div class="work2">
<ul type="DISC">
<h3><p align="center" style="color: navy;">Разделы математики</p></h3>
<H1 ALIGN=CENTER>алгебра</H1>
<ul align="center">
<li>Тригонометрия</li>
<li>Логприфмы</li>
<li>дрогби</li>
</ul>
<h3><p align="center" style="color: red;">Геометрия</p></h3>
<ul align="center">
<li>плантиетрия </li>
<li>стереометрия </li>
</ul>
<!-- <font color="purple"> Некоторые</font></H1> -->
</html>