-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (96 loc) · 2.74 KB
/
index.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>dom</title>
</head>
<body>
<!-- задание 1
<input type="text">
<p>mi v turme v kmb pomogite glebu i vove</p> -->
<!-- задание 2 -->
<!-- <input class="aaa" type="text">
<input class="aaa" type="text">
<input class="aaa" type="text">
<p> 0 </p>
<input id="button" type="submit"> -->
<!-- задание 3 -->
<!-- <input type="text"> -->
<!-- задание 4 -->
<!-- <input type="text"> -->
<!-- задание 5 -->
<!-- <input id="fio" type="text">
<input id="name" type="text">
<input id="surname" type="text">
<input id="otch" type="text"> -->
<!-- задание 6 -->
<!-- <input type="text"> -->
<!-- задание 7 -->
<!-- <input type="text">
<p>0</p> -->
<!-- задание 8 -->
<!-- <input type="text"> -->
<!-- задание 9 -->
<!-- <input id="elem" type="text" >
<input id="btn" type="submit"> -->
<!-- задание 10 -->
<!-- <input type="text"> -->
<!-- задание 11 -->
<!-- <p>text1</p>
<p>text2</p>
<p>text3</p>
<input id="btn" type="submit"> -->
<!-- задание 12 -->
<!-- <a href="https://kmb-4.mskobr.ru/"> ссылка1</a>
<a href="https://kmb-4.mskobr.ru/"> ссылка2</a>
<input id="btn" type="submit"> -->
<!-- задание 13 -->
<!-- <a href="http://google.com">ссылка1</a>
<a href="333">ссылка2</a>
<a href="752">ссылка3</a> -->
<!-- задание 14 -->
<!-- <p>2</p>
<p>3</p>
<p>4</p> -->
<!-- задание 15 -->
<!-- <input type="text"> -->
<!-- задание 16 -->
<!-- <input id="elem" type="text" value="5">
<input id="btn1" type="submit" value= "+1">
<input id="btn2" type="submit" value= "-1"> -->
<!-- задание 17 -->
<!-- <p>a</p>
<p>ab</p>
<p>abc</p>
<input type="text" value="0"> -->
<!-- задание 18 -->
<!-- <div> Lorem ipsum dolor, sit amet consectetur adipisicing elit. Porro, repudiandae?</div>
<div> Lorem ipsum dolor sit amet.</div> -->
<!-- задание 19 -->
<!-- <input type="text"> -->
<!-- задание 20 -->
<!-- <input id="elem" type="text">
<input id="btn" type="submit"> -->
<!-- задание 21 -->
<!-- <input id="elem" type="text">
<input id="btn" type="submit"> -->
<!-- задание 22 -->
<!-- <input id="elem" type="text">
<input id="btn" type="submit">
<p>0</p> -->
<!-- задание 23 -->
<!-- <input id="elem" type="text">
<input id="btn" type="submit">
<p>0</p> -->
<!-- задание 24 -->
<input id="a" type="text">
<input id="b" type="text">
<input id="c" type="text">
<input id="btn" type="submit">
<p>0</p>
<script src="script.js"></script>
</body>
</html>