Etiquetas Html
Todas las etiquetas se abren con: < y se cierran con: >
Estas etiquetas se utilizan para el lenguaje HTML para la creación de páginas web, un ejemplo de etiquetas sería lasiguiente:
<html>
<head>
<title>Aquí va el título de la página</title>
</head>
<body>
</body>
</html>
Eso es un ejemplo deetiquetas muy básico, a continuación pondré algunas etiquetas que se usan para hacer una página web y su respectiva función.
Que no se olvide poner </etiqueta> al terminar de escribir untexto.
COMPOSICIÓN DE PÁGINA:
* html Abre el documento HTML, se pone al inicio del documento. Y al final /html.
* <title></title> Es el título de la página cuando la visitas. (lapestaña del navegador).
* base
* body
* frame
* frameset
* head
* link
* meta
* noframes
ELEMENTOS DE LA PÁGINA:
* GENERAL
* A
* Area
* Hr
* Iframe* mailto
* map
* Object
* param (object)
* ESPECIFICO DEL NAVEGADOR:
* Bgsound
* Embed
* Marquee
FORMATO Y DISEÑO:
* GENERAL:
* Abbr
* Acronym* Address
* B
* Bdo
* Big
* Blockquote
* Br
* Cite
* Code
* Del
* Dfn
* Div
* Em
* H1
* H2
* H3
* H4
* H5
* H6
* I
* Ins* Kbd
* P
* Pre
* Q
* Samp
* Small
* Span
* Strong
* Style
* Sub
* Sup
* Tt
* Var
* ESPECIFICO DEL NAVEGADOR:
* <blink>
*</blink>
* <nobr>
* </nobr>
* <wbr>
* </wbr>
LISTAS:
* GENERAL:
* Dd
* Dl
* Dt
* Li
* Ol
* UlFORMULARIOS:
* GENERAL:
* Button
* Fieldset
* Form
* Input (HTML)
* Input type=”button”
* Input type=”checkbox”
* Input type=”file”
* Input...
Regístrate para leer el documento completo.