ClaseDescripción
AClass that represent an “a” tag. The a tag defines a hyperlink, which is used to link from one page to another.
AbbrClass that represent an “abbr” tag. The abbr tag defines an abbreviation or an acronym, like “HTML”, “CSS”, “Mr.”, “Dr.”, “ASAP”, “ATM”.
AddressClass that represent an “address” tag. The address tag defines the contact information for the author/owner of a document or an article.
ArticleClass that represent an “article” tag. The article tag specifies independent, self-contained content.
AsideClass that represent an “aside” tag. The aside tag defines some content aside from the content it is placed in.
AudioClass that represent an “audio” tag. The audio tag is used to embed sound content in a document, such as music or other audio streams.
PreloadSpecifies if and how the author thinks the audio should be loaded when the page loads
BClass that represent a “b” tag. The b tag specifies bold text without any extra importance.
BdoClass that represent a “bdo” tag. The bdo tag is used to override the current text direction.
DirSpecifies the text direction
BlockquoteClass that represent a “blockquote” tag. The blockquote tag specifies a section that is quoted from another source.
BrClass that represent a “br” tag. The br tag inserts a single line break.
ButtonClass that represent a “button” tag. The button tag defines a clickable button.
ButtonTypeSpecifies the type of button
CanvasClass that represent a “canvas” tag. The canvas tag is used to draw graphics, on the fly, via scripting (usually JavaScript).
CodeClass that represent a “code” tag. The code tag is used to define a piece of computer code. The content inside is displayed in the browser’s default monospace font.
DatalistClass that represent a “datalist” tag. The datalist tag specifies a list of pre-defined options for an input element.
DelClass that represent a “del” tag. The del tag defines text that has been deleted from a document. Browsers will usually strike a line through deleted text.
DetailsClass that represent a “details” tag. The details tag specifies additional details that the user can open and close on demand.
DfnClass that represent a “dfn” tag. The dfn tag stands for the “definition element”, and it specifies a term that is going to be defined within the content.
DivClass that represent a “div” tag. The div tag defines a division or a section in an HTML document.
DlClass that represent a “dl” tag. The dl tag defines a description list.
EmClass that represent a “em” tag. The em tag is used to define emphasized text. The content inside is typically displayed in italic.
FieldsetClass that represent a “fieldset” tag. The fieldset tag is used to group related elements in a form.
FigureClass that represent a “figure” tag. The figure tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc.
FooterClass that represent a “footer” tag. The footer tag defines a footer for a document or section.
FormClass that represent an “form” tag. The form tag is used to create an HTML form for user input.
AutocompleteSpecifies whether a form should have autocomplete on or off
CharacterSetsTo display an HTML page correctly, the browser must know what character set (encoding) to use
EnctypeSpecifies how the form-data should be encoded when submitting it to the server (only for method=“post”)
MethodSpecifies the HTTP method to use when sending form-data
HeaderClass that represent a “header” tag. The header element represents a container for introductory content or a set of navigational links.
HGroupClass that represent a “hgroup” tag. Specifies the header of a section.
HrClass that represent a “hr” tag. The hr tag defines a thematic break in an HTML page (e.g. a shift of topic).
HtmlClass that represent a “html” tag. The html tag represents the root of an HTML document.
HttpEquivProvides an HTTP header for the information/value of the content attribute
IClass that represent a “i” tag. The i tag defines a part of text in an alternate voice or mood. The content inside is typically displayed in italic.
IframeClass that represent a “iframe” tag. The iframe tag specifies an inline frame.
LoadingSpecifies whether a browser should load an iframe immediately or to defer loading of iframes until some conditions are met
ImgClass that represent a “img” tag. The img tag is used to embed an image in an HTML page.
InputClass that represent a “input” tag. The input tag specifies an input field where the user can enter data.
InputTypeSpecifies the type input element to display
InsClass that represent a “ins” tag. The ins tag defines a text that has been inserted into a document. Browsers will usually underline inserted text.
KbdClass that represent a “kbd” tag. The kbd tag is used to define keyboard input. The content inside is displayed in the browser’s default monospace font.
LabelClass that represent a “label” tag. The label tag defines a label for several elements:
LinkClass that represent a “link” tag. The link tag defines the relationship between the current document and an external resource.
RelRel
MapClass that represent an “map” tag. The map tag is used to define an image map. An image map is an image with clickable areas.
ShapeSpecifies the shape of the area
MarkClass that represent a “mark” tag. The mark tag defines text that should be marked or highlighted.
MeterClass that represent a “meter” tag. The meter tag defines a scalar measurement within a known range, or a fractional value. This is also known as a gauge.
NavClass that represent a “nav” tag. The nav tag defines a set of navigation links.
NoscriptClass that represent a “noscript” tag. The noscript tag defines an alternate content to be displayed to users that have disabled scripts in their browser or have a browser that doesn’t support script.
OlClass that represent a “ol” tag. The ol tag defines an ordered list. An ordered list can be numerical or alphabetical.
OlTypeSpecifies the kind of marker to use in the list
OutputClass that represent a “output” tag. The output tag is used to represent the result of a calculation (like one performed by a script).
PClass that represent a “p” tag. The p tag defines a paragraph.
PreClass that represent a “pre” tag. The pre tag defines preformatted text.
ProgressClass that represent a “progress” tag. The progress tag represents the completion progress of a task.
QClass that represent a “q” tag. The q tag defines a short quotation.
RubyClass that represent a “ruby” tag. A ruby annotation is a small extra text, attached to the main text to indicate the pronunciation or meaning of the corresponding characters. This kind of annotation is often used in Japanese publications.
SampClass that represent a “samp” tag. The samp tag is used to define sample output from a computer program. The content inside is displayed in the browser’s default monospace font.
ScriptClass that represent a “script” tag. The script tag is used to embed a client-side script (JavaScript).
CrossoriginSets the mode of the request to an HTTP CORS Request
SectionClass that represent a “section” tag. The section tag defines a section in a document.
SelectClass that represent a “select” tag. The select element is used to create a drop-down list.
SmallClass that represent a “small” tag. The small tag defines smaller text (like copyright and other side-comments).
SpanClass that represent a “span” tag. The span tag is an inline container used to mark up a part of a text, or a part of a document.
StrongClass that represent a “strong” tag.The strong tag is used to define text with strong importance. The content inside is typically displayed in bold.
StyleClass that represent a “style” tag. The style tag is used to define style information (CSS) for a document.
SubClass that represent a “sub” tag. The sub tag defines subscript text. Subscript text appears half a character below the normal line, and is sometimes rendered in a smaller font.
SupClass that represent a “sup” tag. The sup tag defines superscript text. Superscript text appears half a character above the normal line, and is sometimes rendered in a smaller font.
TableClass that represent a “table” tag. The table tag defines an HTML table.
ScopeSpecifies whether a header cell is a header for a column, row, or group of columns or rows
TextareaClass that represent a “textarea” tag. The textarea tag defines a multi-line text input control.
WrapSpecifies how the text in a text area is to be wrapped when submitted in a form
TimeClass that represent a “time” tag. The time tag defines a specific time (or datetime).
UlClass that represent a “ul” tag. The ul tag defines an unordered (bulleted) list.
VarClass that represent a “var” tag. The var tag is used to defines a variable in programming or in a mathematical expression. The content inside is typically displayed in italic.
VideoClass that represent an “video” tag. The audio tag is used to embed sound content in a document, such as music or other audio streams.
WbrClass that represent a “wbr” tag. The wbr (Word Break Opportunity) tag specifies where in a text it would be ok to add a line-break.