-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharray_rolik.html
32 lines (29 loc) · 1008 Bytes
/
array_rolik.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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<title>AAA Capital</title>
<script src="js/rolik_array.js"></script>
</head>
<body>
<div class="background">
<div class="main">
<div class="container">
<p style="margin-left: 10px;">Введіть кількість елементів масиву:</p>
<input type="text" id="length" style="margin-left: 10px;">
<input type="submit" onclick="main()" value="Відправити">
<p id="result">
<div id="result1"></div>
<div id="result2"></div>
<div id="result3"></div>
<div id="result4"></div>
<div id="result5"></div>
<div id="result6"></div>
</p>
</div>
</div>
</div>
</body>
</html>