-
Notifications
You must be signed in to change notification settings - Fork 0
/
Learn from us.html
30 lines (28 loc) · 1.09 KB
/
Learn from us.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
28
29
30
<!doctype html>
<head>
<title> Learn from us </title>
<link href="Learn from us.css" rel="stylesheet" type="text/css"> </a>
</head>
<body>
<video autoplay muted loop id="mylearnfromusVideo">
<source src="Background video.mp4"> </video>
<div class="content">
<b>
<p> <li> <a href="index.html"> Home page </a> </li>
<p> <li> <a href="Contact us.html"> Contact us </a> </li>
<p> <li> <a href="Acknowledgement.html"> Acknowledgement </a> </li>
</b>
<p> <center> <ins> <b> IF YOU WISH TO LEARN FROM US PLEASE FILL OUT THIS FORM </b> </ins> </center>
<form>
<p>First Name: <input type= "text" name= "First Name"/>
<P>Last Name: <input type= "text" name= "Last Name"/>
<P>Phone Number: <input type= "text" name= "phone number"/>
<P>Adress: <input type= "text" name= "Adress"/>
<P>Date Of Birth: <input type= "text" name= "Date Of Birth"/>
<P>Age: <input type= "text" name= "Age"/>
<p>Gender: <input type= "text" name= "Gender"/>
<p> <input type= "submit" name= "submit" value= "submit"/>
</form>
</div>
</body>
</html>