-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask6.html
50 lines (49 loc) · 897 Bytes
/
task6.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
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<title>Задача 6 www.itmathrepetitor.ru</title>
<meta charset="utf-8">
<style type="text/css">
.myList {
line-height: 1.2em;
}
</style>
</head>
<body>
<h2>Генераторы</h2>
<div class="myList">
<ul>
<li>Цвета
<ul type="circle">
<li>Color Mixers</li>
<li>Color Tester</li>
<li>Color Pallete</li>
</ul>
</li>
<li>Фавиконы
<ol>
<li>Favicon.cc
<ul type="square">
<li>Скачать</li>
<li>Демо</li>
</ul>
</li>
<li>WebLab Favicon</li>
</ol>
</li>
<li>Фоны</li>
<ul type="circle">
<li>BgMaker</li>
<li>StripeGenerator</li>
</ul>
<li>Изображения
<ol>
<li>Buttonator</li>
<li>AjaxLoad</li>
</ol>
</li>
</ul>
</div>
</body>
</html>
<!--02.09.2017 Oleg Dubrovsky-->