-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirst_web_page.html
More file actions
34 lines (31 loc) · 1.19 KB
/
first_web_page.html
File metadata and controls
34 lines (31 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<title>
ЭТО НАСТОЯЩАЯ СТРАНИЦА
</title>
<meta charset="utf-8">
</head>
<body>
<h1>ВОТ ЕТО ДА</h1>
<p>
<u1>
<li>Мама,</li>
<li>я</li>
<li>в</li>
<li>Интернете!</li>
<li>!!</li>
<li>ещё один 1</li>
</u1>
</p>
<dl>
<dt>Гаспачо</dt><dd>лёгкий холодный суп из перетёртых в пюре свежих овощей</dd>
<dt>Том-ям</dt><dd>кисло-острый суп на основе куриного бульона с креветками, курицей, рыбой или другими морепродуктами</dd>
<dt>Борщ</dt><dd>разновидность супа на основе свёклы, которая придаёт борщу характерный красный цвет</dd>
</dl>
<img class="fit-picture"
src="https://interactive-examples.mdn.mozilla.net/media/cc0-images/grapefruit-slice-332-332.jpg"
title="Оп, сочный грейфрут"
alt="Grapefruit slice atop a pile of other slices">
</body>
</html>