|
Veamos algunos ejemplos:
1.Especificacion del autor.
<META NAME="Autor" CONTENT="yomismo">
2.Descripcion breve del documento.
<META NAME="Description" CONTENT="Pagina del canal #Crea_Webs del irc-hispano">
3.Inclusion de palabras claves para agilizar busquedas.
<META NAME="Keywords" CONTENT="html,dhtml,css,crea_webs,webmaster,webmasters">
4.Impedir la indexacion de la pagina por parte de los robots de los buscadores.
<META NAME="Robots" CONTENT="no index,no follow">
5.Identificacion de las herramientas utilizadas en la creacion del documento.
<META NAME="GENERATOR" CONTENT="Notepad">
<META NAME="ProgId" CONTENT="Notepad.Editor.Document">
El atributo name puede ser sustituido por el atributo http-equiv cuando queremos incluir informacion relacionada con el protocolo HTTP.Los usos principales de este atributo son:
1.Recargas automaticas de pagina (Redireccionamientos).
<META HTTP-EQUIV="Refresh" CONTENT="12;URL="Pagina_destino.htm">
2.Evitar el almacenamiento en la cache.
<META HTTP-EQUIV="Expires" CONTENT="0">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
3.Especificar el sistema de codificacion
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=iso-8859-1">
4.Obtener efectos de transicion al entrar o salir de la pagina o site.
Box in
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=0)">
Box out
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=1)">
Circle in
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=2)">
Circle out
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=3)">
Wipe up
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=4)">
Wipe down
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=5)">
Wipe right
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=6)">
Wipe left
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=7)">
Vertical blinds
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=8)">
Horizontal blinds
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=9)">
Checkerboard across
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=10)">
Checkerboard down
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=11)">
Random dissolve
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=12)">
Split vertical in
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=13)">
Split vertical out
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=14)">
Split horizontal in
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=15)">
Split horizontal out
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=16)">
Strips left down
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=17)">
Strips left up
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=18)">
Strips right down
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=19)">
Strips right up
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=20)">
Random bars horizontal
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=21)">
Random bars vertical
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=22)">
Random
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=23)">
|