Está en la página 1de 2

<html>

 <head>
        <title> Mi Web Pc </title> 
         </head>

 <body>
     <table border=1 width=100%>
         <tr>
             <td width=20% align=center>DISPOSITIVOS DE ENTRADA</td>
             <td width=20% align=center>DISPOSITIVOS DE PROCESO</td>
             <td width=20% align=center>DISPOSITIVOS DE SALIDA</td>
             <td width=20% align=center>VIDEOS</td>
             <td width=20% align=center> LOGOS</td>
         </tr>
     </table>
 </body>
</html>
Paso 2

<html>
 <head>
        <title> Mi Web Pc </title> 
         </head>

 <body>
     <table border=1 width=100%>
         <tr>
             <td width=20% align=center>
                 <a href=PaginasHTML/DispositivosEntrada.html>DISPOSITIVO
S DE ENTRADA</a>  
                </td>
             <td width=20% align=center>
                 <a href= PaginasHTML/DispositivosProceso.html>DISPOSITIV
OS DE PROCESO</a> 
                </td>
             <td width=20% align=center>
                 <a href=PaginasHTML/DispositivosSalida.html>DISPOSITIVOS 
DE SALIDA</a> 
                </td>
             <td width=20% align=center>
                 <a href=PaginasHTML/Videos.html>VIDEOS</a>  
                </td>
             <td width=20% align=center>
                 <img src="Logos/Logo Computacion.jpg">
                </td>
         </tr>
     </table>
 </body>
</html>

También podría gustarte