9. Write a programme using <table>

<html>

<head>

<title>First Programme</title>
</head></title>
<body bgcolor="lightblue">
<table>
<tr><th>NAME OF LANGUAGE</th><th>USED IN</th></tr>
<tr> <td> HTML</td> <td>WEB DEVOLPMENT</td></tr></table><br><br>
<table border="2">
<tr><th>NAME OF LANGUAGE</th><th>USED IN</th></tr>
<tr> <td> HTML</td> <td>WEB DEVOLPMENT</td></tr></table><br><br>
<table bgcolor=" yellow">
<tr><th>NAME OF LANGUAGE</th><th>USED IN</th></tr>
<tr> <td> HTML</td> <td>WEB DEVOLPMENT</td></tr></table><br><br>
<table border="2" bgcolor="yellow">
<tr><th>NAME OF LANGUAGE</th><th>USED IN</th></tr>
<tr> <td> HTML</td> <td>WEB DEVOLPMENT</td></tr></table><br><br>
</body>
     </html>

10.Write a programme using &nbsp;

<html>
<head>
<title> First programme</title>
</head>
<body>
H &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; T   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; M  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; L<br><br><br><br><br><br><br><br><br><br><br><br>
<img src="html.jpg"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="html.jpg">
</body>
</html>