-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCapabilityTest.html
More file actions
60 lines (39 loc) · 1.12 KB
/
CapabilityTest.html
File metadata and controls
60 lines (39 loc) · 1.12 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
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Сайт визитка Романа Извекова</title>
</head>
<body>
<style>
.special_button{
background-color: rgb(126, 137, 146);
}
</style>
<script>
</script>
<button class="special_button" id="common_button">Специальная Кнопка</button>
<br>
<br>
you wanna play game??!!)
<h1>
HAY <strike>:))</strike>
</h1>
<img src="https://static.wikia.nocookie.net/koshaki/images/6/6c/%D0%95%D0%B4%D0%B0.png/revision/latest?cb=20150209142752&path-prefix=ru"
alt="Пушин" />
<h2>
hehe
</h2>
<a href="">ссылка</a>
<button class="btn-red" id="btn1" style="-color: red">Кнопка 1</button>
<button class="btn-red" id="btn2" style="">Кнопка 2</button>
<button class="btn-green" id="btn3" style="">Кнопка 2</button>
<div style="display: block;">
Блок
</div>
<span style="display: inline;">
Строка
</span>
</body>
</html>