-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimage.html
More file actions
49 lines (41 loc) · 1.05 KB
/
Copy pathimage.html
File metadata and controls
49 lines (41 loc) · 1.05 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
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Image page</title>
</head>
<body>
<img
src="https://free-png.ru/wp-content/uploads/2020/07/logo-you-tube-2.png"
alt="Логотип YouTube"
width="200"
/>
<br />
<br />
<img
src="https://timeweb.com/ru/community/article/ff/ff0770833a0026f1b62813408cf5bfb6.jpg"
alt="Какие-то штуки из кода"
width="200"
/>
<br />
<br />
<img
src="https://thumbs.gfycat.com/LargeVigilantCardinal-size_restricted.gif"
alt="Gif с ожиданием"
width="200"
/>
<br />
<br />
<img
src="https://cdn-icons-png.flaticon.com/512/1287/1287115.png"
alt="svg-картинка"
width="200"
/>
<br />
<br />
<p>Картинка для перехода на YouTube:</p>
<a href="https://www.youtube.com" target="_blank"
><img src="youtubu icon.png" alt="" width="200"
/></a>
</body>
</html>