Skip to content

Commit b0065a1

Browse files
committed
Experiment 11_2
1 parent 418e597 commit b0065a1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Insert title here</title>
6+
</head>
7+
<body>
8+
<!-- having get method -->
9+
<form action="multiply" method="get">
10+
Enter first number : <input type="text" name="num1"><br>
11+
Enter second number : <input type="text" name="num2"><br>
12+
<!-- having submit button-->
13+
<input type="submit">
14+
</form>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)