viernes, 3 de abril de 2009

Primer Corte - Clase nº 4

Creación de las tablas
< Table>----- < /table>
< Tr> table row = filas
< Th>table head=encabezados
< Td>tabla date=datos en común
Como crearlas:
< Table>
< tr>
< Th>nombre
< Th>cé dula
< Hr>
< TR>
< Td>yesica
< Td>17867869
< /Tr>
Creación de marcos (frames)
Atributos
Rows = filas
Cols=columnas
Frameset
< frameset rows =15%, 50%,25%>
< frame src=”logo.html”name=”tope”>
< frame src=”presentacion.html”name=”centro”>
< frame src=”menu.html”name=”menu”>
< /frame>




< Body>
----------
---------
< a href=”menu.html>menu< /a>
< /body>
< /no frame>

Atributos frame
Scrolling = yes/no/auto
Border color=blue
Margin width=10
Margin height=20
Frame border=0
Frame spacing=0

No hay comentarios:

Publicar un comentario