martes, 14 de mayo de 2019

Trabajo de Página WEB con etiquetas HTML

Guía o Rúbrica de Trabajo...clic aquí

Etiquetas HTML 
  Etiqueta Imagen
<img src="nombreimagen.jpg" width="140" height="100"/>

  Etiqueta Hipervínculo
<a href="http://google.com">Enlace a Google </a>

  Etiqueta Video
<iframe width="300" height="350" src="http://www.youtube.com/embed/LEgx0xXl5B0?rel=0">
</iframe>


  Etiqueta Tabla
      <table border=2>
      <tr>
         <td>Crea una celda</td>
         <td>Crea una celda</td>
         <td>Crea una celda</td>
      </tr>
     <tr>
        <td>Crea una celda</td>
        <td>Crea una celda</td>
        <td>Crea una celda</td>
     </tr>
     <tr>
       <td>Crea una celda</td>
       <td>Crea una celda</td>
       <td>Crea una celda</td>
     </tr>
   </table>


Planilla de Datos https://docs.google.com/spreadsheets/d/10F_kBfPmWhcU_0eT312OziJHkwC0BkGKci2xnmV7vIw/edit?usp=sharing