Class 1 HTML
Class 1 HTML
DOCTYPE html>
<html>
<head>
</head>
<body>
H<sub>2</sub> + O<sub>2</sub>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</u>
<ol type"1">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
<audio controls>
</audio><br><br>
<video controls>
</video>
<fieldset>
<legend>Registration Form</legend>
<form>
<label>Fname:</label>
<input type ="text" name ="fname" placeholder="first Name" required><br><br>
<label>Lname:</label>
<label>DoB:</label>
<label>Email::</label>
<label>Phone:</label>
<label>Department selection</label>
<select>
<option>cs</option>
<option>Is</option>
<option>Information s</option>
<option>IT</option>
</select><br><br>
<label>course selection</label><br><br>
<label>Gender:</label>
<label>File:</label>
<input type="file"><br><br>
</form>
</fieldset>
</body>
</html>