estructura de una página web 2

6
Estructura de una página web 2 <html> <head> <title>vargas & wilches - 904NE</title> </head> <body> colegio nacional nicolas esguerra "edificamos futuro" </body> </html> Guardar pagina web

Upload: burujuan96

Post on 05-Dec-2014

283 views

Category:

Documents


2 download

DESCRIPTION

html

TRANSCRIPT

Page 1: Estructura de una página web 2

Estructura de una página web 2

<html> <head> <title>vargas & wilches - 904NE</title> </head> <body> colegio nacional nicolas esguerra "edificamos futuro" </body> </html> Guardar pagina web

Page 2: Estructura de una página web 2

Pagina web

Etiqueta body

Page 3: Estructura de una página web 2

Salto de línea

Separador de texto

Page 4: Estructura de una página web 2

Atributos de etiqueta hr

Page 5: Estructura de una página web 2
Page 6: Estructura de una página web 2

<html> <head> <title>vargas & wilches - 904NE</title> </head> <body bgcolor= "green" text= "yellow"> colegio nacional nicolas esguerra <BR> "edificamos futuro" <HR align= "center" color= "silver" size="5" width= "75%"> bienvenido al campus virtual NE <HR align= "center" color= "silver" size="5" width= "75%"> </body> </html>

Comentario [E1]: Esta etiqueta nos permite realizar la acción de cambiar el color de la letra y el fondo de la pagina

Comentario [E2]: Esta etiqueta nos permite bajar la escritura correspondiente

Comentario [E3]: Esta etiqueta nos permite trazar una línea para separar el texto , tamien nos permite cambiar el color tamaño, posición y lo ancho

Comentario [E4]: Esta etiqueta nos permite trazar una línea para separar el texto , tamien nos permite cambiar el color tamaño, posición y lo ancho