You are on page 1of 1

<html

<head>
<title>challenge3</title>
</head>
<body>
<table>
<tr>
<th>Name</th>
<th>Age</th>
<th>Job<th>
</tr>

<tr>
<td>Rohan</td>
<td>25</td>
<td>Web Developer</td>
</tr>

<tr>
<td>Rahul</td>
<td>28</td>
<td>App Developer</td>
</tr>

<hr>

<form>
<label>Name</label>
<input type="text">
<br><br>

<label>Email</label>
<input type="email">
<br><br>

<label>Password</label>
<input type="password">
<br><br>

<input type="submit" value="login">


<input type="reset" value="cancel">

<hr>

<p>&copy2016</p>
<hr>

<iframe width="560" height="315" src="https://www.youtube.com/embed/z0m9O39IRPE"


frameborder="0" allowfullscreen></iframe>

</form>
</table>
</body>
</html>

You might also like