Sei sulla pagina 1di 1

<head>

<TITLE>tITULO DE LA PAGINA WEB</TITLE>


Es donde damos titulo a la pagina web

<META NAME="DESCRIPTION" CONTENT="Introduccion web">

<META NAME= "KEYWORDS" CONTENT="html php web Mysql">

<META NAME= "GENERATOR" CONTENT= "Dreamweare cs3">

<META NAME="AUTHOR"CONTENT="Grupo4a">

<META HTTP-
EQUIV="REFRESH"CONTENT="10;url=HTTP://WWW.google.com">
Para llegar a una pagina wed en 10 seg

<body background="Paisaje.jpg">
Para agregar una imagen a la pagina wed

<body bgcolor="red">
Dar color de fondo a la pagina wed

<body bgcolor="red" Text="blue">


Programacion web HTML
Darle color al texto y la letra

<body>
<H1>Programacion web </H1>
Es donde le damos el tamaño a la letra del titulo (H1,H2,H3)

<H1 align = "center"> Programacion web </H1>


Es donde centramos el texto o titulo de la pagina web ( center = centrado, left=
Izquierda, Right= Derecha )

<Hr width="20%">
Crear una linea en el centro de la pagina web en aumento la linea se hace mas
grande

<Hr center="20%">
El gruesor de la linea el aumento va en el porciento (center, left, right)

<HR NOSHAD width="70%" size="12">


Noshad es el que le quita el relieve de la linea, width el ancho del cuadro, size
el espesor de la linea

Potrebbero piacerti anche