-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 988 Bytes
/
index.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
27
<html>
<head></head>
<body>
<fieldset>
<legend>
The First Section
</legend> <br>
<fieldset>
<legend>The First subscription</legend>
<label>Field1:<input type="text" name="Field 1"></label>
</fieldset> <br>
<label>Field1:<input type="text" name="field1"></label>
</fieldset> <br>
<fieldset>
<legend>Section II</legend> <br>
<fieldset>
<legend>Section II-A</legend>
<label>Field1<input type="text" name="field1"></label>
</fieldset> <br>
<fieldset>
<legend>Section II-B</legend>
<label>field1 <input type="text" neme="field1"></label>
</fieldset>
</fieldset>
<p><input type="button" name="go" value="Go! Go! Go!"></input></p>
</body>
</html>