-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsarili.html
More file actions
39 lines (39 loc) · 811 Bytes
/
Copy pathsarili.html
File metadata and controls
39 lines (39 loc) · 811 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body style="background-color: rgb(77, 73, 73);">
Input 1:<input
type="number"
id="value1"
class="value"
placeholder="Value 1"
/>
<br />
Input 2:<input
type="number"
id="value1"
class="value"
placeholder="Value 1"
/>
<br />
Input 3:<input
type="number"
id="value1"
class="value"
placeholder="Value 1"
/>
<br />
<input
style="margin-left: 11vh;"
type="submit"
id="submit"
placeholder="Submit"
/>
<p id="sum" class="sum">s</p>
</body>
<script src="sarili.js"></script>
</html>