You are on page 1of 2

<!

DOCTYPE html>
<html>
<head>
<title>
adding video and audio and table
</title>
<style>
table,th,td{border: 1pt solid royalblue;border-collapse: collapse;}
</style>
<body>
<audio controls>
<source src="audio_5cb759d81911.mp3" type=audio/mp3>
</audio>
<video controls width="200" height="200">
<source src="KL University - Aerial.mp4" type="video/mp4">
</video>
<ol>
<li>moniter</li>
<li>cpu</li>
</ol>
<ul>
<li>mouse</li>
<li>keyboard</li>
</ul>
<dl>
<dt>moniter</dt>]
<dd>to display </dd>
</dl>
<table>
<tr>
<th>SNO</th> <th>Student name</th> <th>Section no</th>
</tr>
<tr>
<td>1</td> <td>alex</td> <td>10</td>
</tr>
<tr>
<td>2</td> <td>pollard</td> <td>12</td>
</tr>
<tr>
<td>3</td> <td>panda</td> <td>14</td>
</tr>
</table>
</body>
</html>
</body>
</head>
</html>

You might also like