Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 68483b5

Browse files
Experiment 11_4
1 parent c3a28fd commit 68483b5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Insert title here</title>
6+
</head>
7+
<body>
8+
<form action="calculating" method="get">
9+
Enter first number: <input name="num1" type="text"><br>
10+
Enter Second number: <input name="num2" type="text"><br>
11+
<select name="op">
12+
<option value="Addition">Addition</option>
13+
<option value="Subtraction">Subtraction</option>
14+
<option value="Multiplication">Multiplication</option>
15+
<option value="Division">Division</option>
16+
</select>
17+
<input type="submit" value="Submit">
18+
</form>
19+
</body>
20+
</html>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /