Tags para Elemento Etiqueta

TagDescripción
<b>Specifies that the text should be rendered in bold.
<big>Specifies that the enclosed text should be displayed in a larger font than the current font.
<br>Inserts a line break.
<center>Centers subsequent text and images.
<cite>Indicates a citation by rendering text in italic.
<div>Specifies a container that renders HTML.
<dl>Denotes a definition list.
<dt>Indicates a definition term within a definition list.
<em>Emphasizes text, usually by rendering it in italic.
<fieldSet>Draws a box around the text and other elements that the field set contains.
<hn>Renders text in heading style.
<hr>Draws a horizontal rule.
<i>Specifies that the text should be rendered in italic, where available.
<kbd>Renders text in a fixed-width font.
<label>Specifies a label for another element on the page.
<legend>Inserts a caption into the box drawn by the fieldSet object.
<li>Denotes one item in a list.
<menu>Creates an unordered list of items.
<nobr>Renders text without line breaks.
<ol>Draws lines of text as a numbered list.
<p>Denotes a paragraph.
<pre>Renders text in a fixed-width font.
<q>Sets apart a quotation in text.
<s>Renders text in strike-through type.
<small>Specifies that the enclosed text should be displayed in a smaller font.
<span>Specifies an inline text container.
<strike>Renders text in strike-through type.
<strong>Renders text in bold.
<sub>Specifies that the enclosed text should be displayed in subscript, using a smaller font than the current font.
<sup>Specifies that the enclosed text should be displayed in superscript, using a smaller font than the current font.
<tt>Renders text in a fixed-width font.
<u>Renders text that is underlined.
<ul>Draws lines of text as a bulleted list.
<wbr>Inserts a soft line break into a block of NOBR text.

Nota:   Todos los tags deben cerrarse en la forma:   <tag> ... contenido ... </tag>.