-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.html
More file actions
24 lines (24 loc) · 767 Bytes
/
1.html
File metadata and controls
24 lines (24 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html leng="ru">
<head>
<meta charset="utf-8">
<title> сайт 2 </title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<p>Ведь в языке Javascript можно использовать математические операции:+ - *</p>
<form class ="event-form">
<div class="two-inputs">
<h1 id = "header-event">Кодики</h1>
</div>
<div class="numl">
<input id="first_num" class="nun-imput" placeholder='4' type='text'>
</div>
<div class="num2">
<input id="second_num" class="num-input" placeholder='7' type='text'>
</div>
<input class="button1" type="button" value="Поехали!" onclick='function_summa()'>
</form>
</body>
</html>