-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCheckpointHtml.html
More file actions
39 lines (34 loc) · 855 Bytes
/
CheckpointHtml.html
File metadata and controls
39 lines (34 loc) · 855 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>
<head>
<title> Courses </title>
</head>
<body>
<ul>
<li>Home</li>
<li>Contact</li>
<li>Courses</li>
</ul>
<p> <h1> Courses </h1> </p>
<form>
<h3> Feed Back </h3>
<input type="B" value ="B">
<input type="I" value ="I">
<input type="Underline" value ="underline">
<label> </label>
<select>
<option> 20px </option>
<option>30px </option>
<option>40px</option>
</select>
<label> </label>
<select>
<option> Arial </option>
<option> Verdana</option>
<option>Geneva</option>
</select>
<br>
<textarea cols ="50" row="20"></textarea>
</form>
</body>
</html>