<html>
 <head>
  <title>Tabela</title>
      </head>
     <body background="123.jpg"></body>
     <center>
    <h1> Gigantes da informatica </h1>
     <p>
     <table border=10>
    <tr>
      <td><a href="lugar1.htm"> <img src="microsoft.jpg" width=250 height=250></a></td>
     <td><a href="lugar2.html"><img src="apple.jpg"width=250 height=250></a></td>
     <td><a href="lugar3.html"><img src="hp.jpg" width=250 height=250></a></td>
    </tr>
</table>
</center>
</body>
</html>