-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhobby.html
More file actions
45 lines (36 loc) · 1.27 KB
/
Copy pathhobby.html
File metadata and controls
45 lines (36 loc) · 1.27 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
<!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">
<title>Моё хобби</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<h1>Всем привет!<br>
Приветствую всех на сайте <span class="cursive">"Моё хобби"</span>
</h1>
<h2>
Здесь вы увидите мои работы вышитые крестиком
</h2>
<p>Приятного просмотра</p>
<div class="main_container">
<img class="img_220" src="./дом в лесу.jpg">
<img class="img_220" src="./корабль.jpg" alt>
<img class="img_220" src="./лошади.jpg" alt>
</div>
<ol>
<li>Дом в лесу</li>
<li>Корабль</li>
<li>Лошади</li>
</ol>
<ul>
<li>Дом в лесу</li>
<li>Корабль</li>
<li>Лошади</li>
</ul>
<p>На этом сайте вы можете более подробно узнать о <span class="strong">вышивке крестом</span></p>
<a href="https://stitch.su">stitch.su</a>
</body>
</html>