-
Notifications
You must be signed in to change notification settings - Fork 0
/
addanswer.html
26 lines (26 loc) · 1.08 KB
/
addanswer.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
<!DOCTYPE html>
<html>
<head>
<title>DISC Test</title>
</head>
<body>
<form action="addanswer.php" method="POST">
Judul: <input type="text" name="title"><br>
List1: <input type="text" name="list1"><br>
List2: <input type="text" name="list2"><br>
List3: <input type="text" name="list3"><br>
List4: <input type="text" name="list4"><br>
List5: <input type="text" name="list5"><br>
List6: <input type="text" name="list6"><br>
List7: <input type="text" name="list7"><br>
List8: <input type="text" name="list8"><br>
List9: <input type="text" name="list9"><br>
List10: <input type="text" name="list10"><br>
List11: <input type="text" name="list11"><br>
List12: <input type="text" name="list12"><br>
Jobs: <textarea type="textarea" name="jobs"></textarea><br>
Paragraph: <textarea type="textarea" name="paragraph"></textarea><br>
<input type="submit">
</form>
</body>
</html>