Actividades de Reforzamiento

Descargar como pdf o txt
Descargar como pdf o txt
Está en la página 1de 2

ACTIVIDAD 1.

DE REFORZAMIENTO

Instrucciones: Escribe el código en SublimeText HTML, y en lo hoja de

estilos CSS, para la obtener la siguiente imagen.

HTML(tabla.html) HOJA DE ESTILOS CSS (tabla.css)


. tabla .modo2 {
<table border=”0″ cellpadding=”0″ font-size: 12px;
cellspacing=”0″ class=”tabla”> font-weight:bold;
background-color: #fdfdf1;
<tr> background-image: url(fondo_tr02.png);
<th>Fecha</td> background-repeat: repeat-x;
<th>Unidades Vendidas </td> color: #990000;
<th>Precio por unidad </td> font-family: “Trebuchet MS”, Arial;
<th>IVA por unidad </td> </tr> text-align:left;
<tr class=”modo1″> }
<th>29/10/07</td> .tabla .modo2 td {
padding: 5px;
<td>520</td> border-right-width: 1px;
<td>420 € </td> border-bottom-width: 1px;
<td>67,20 € </td> border-right-style: solid;
</tr> border-bottom-style: solid;
<tr class=”modo2″> border-right-color: #EBE9BC;
<th>29/10/07</td> border-bottom-color: #EBE9BC;
}
<td>520</td>
.tabla .modo2 th {
<td>420 € </td> background-image: url(fondo_tr02a.png);
<td>67,20 € </td> background-position: left top;
</tr> font-size: 12px;
</table> font-weight:bold;
background-color: #fdfdf1;
background-repeat: repeat-x;
color: #990000;
font-family: “Trebuchet MS”, Arial;
text-align:left;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #EBE9BC;
border-bottom-color: #EBE9BC;
}
ACTIVIDAD 2. DE REFORZAMIENTO

Instrucciones: Resuelve el siguiente Crucigrama con las etiquetas que

aprendiste a utilizar en HTML y CSS.

También podría gustarte