Vous êtes sur la page 1sur 1

HTML Element Reference by Category <rt> Defines an explanation/pronunciation of Images <tr> Defines a row in a table

characters (for East Asian typography) GAtt, EAtt


</rt> </tr>
GAtt, EAtt Tag Description
<td> Defines a cell in a table
Basic HTML <ruby> Defines a ruby annotation Defines an image
</td> colspan, headers, rowspan, GAtt, EAtt
</ruby> GAtt, EAtt <img> alt, crossorigin, height, ismap, longdesc,
Tag Description src, usemap, width, GAtt, EAtt <thead> Groups the header content in a table
Defines the document type <s> Defines text that is no longer correct
<map> Defines a client-side image-map GAtt, EAtt
<!DOCTYPE> GAtt, EAtt </thead>
</s> </map> name, GAtt, EAtt
<tbody> Groups the body content in a table
<html> Defines an HTML document <samp> Defines sample code from a computer program Defines an area inside an image-map GAtt, EAtt
manifest, xmlns, GAtt GAtt, EAtt </tbody>
</html> </samp> <area> alt, coords, download, href, hreflang, media,
rel, shape, target, type, GAtt, EAtt <tfoot> Groups the footer content in a table
<title> Defines a title for the document <small> Defines smaller text GAtt, EAtt
GAtt GAtt, EAtt <canvas> Used to draw graphics, on the fly, via scripting </tfoot>
</title> </small> height, width, GAtt, EAtt
</canvas> Specifies column properties for each column within
<body> Defines the document's body <strong> Defines important text <col> a <colgroup> element
</body> GAtt, EAtt
</strong> GAtt, EAtt <figcaption> Defines a caption for a <figure> element
span, GAtt, EAtt
GAtt, EAtt
Defines HTML headings <sub> Defines subscripted text </figcaption> <colgroup> Specifies a group of one or more columns
<h1> to <h6> GAtt, EAtt GAtt, EAtt <figure> Specifies self-contained content span, GAtt, EAtt
</sub> GAtt, EAtt </colgroup>
<p> Defines a paragraph
<sup> Defines superscripted text </figure>
GAtt, EAtt
</p> </sup> GAtt, EAtt
Styles and Semantics
<br> Inserts a single line break
<time> Defines a date/time
Audio / Video
GAtt, EAtt Tag Description
</time> datetime, GAtt, EAtt Tag Description
<hr> Defines a thematic change in the content <style> Defines style information for a document
GAtt, EAtt Defines text that should be stylistically different <audio> Defines sound content media, scoped, type, GAtt, EAtt
<u> autoplay, controls, loop, muted, preload, </style>
Defines a comment from normal text </audio>
<!--...--> </u> GAtt, EAtt
src, GAtt, EAtt <div> Defines a section in a document
Resources for media elem. (<video> & <audio>) </div> GAtt, EAtt
<var> Defines a variable <source> media, src, type, GAtt, EAtt
Formatting </var> GAtt, EAtt
Defines text tracks for media elem. <span> Defines an inline section in a document
GAtt, EAtt
Defines a possible line-break <track> default, kind, label, src, srclang, GAtt, </span>
Tag Description <wbr> EAtt
GAtt, EAtt <header> Defines a header for a document or section
<abbr> Defines an abbreviation or an acronym <video> Defines a video or movie </header> GAtt, EAtt
</abbr> GAtt, EAtt Forms and Input </video>
autoplay, controls, height, loop, muted,
<footer> Defines a footer for a document or section
poster, preload, src, width, GAtt, EAtt
<address> Defines contact information Tag Description </footer> GAtt, EAtt
GAtt, EAtt
</address> Defines an HTML form for user input Links <main> Specifies the main content of a document
<b> Defines bold text <form> accept-charset, action, autocomplete, GAtt, EAtt
GAtt, EAtt </form> enctype, method, name, novalidate, target, Tag Description </main>
</b> GAtt, EAtt <section> Defines a section in a document
<a> Defines a hyperlink
<bdi> Isolates a part of text that might be formatted in a Defines an input control field GAtt, EAtt
</a>
download, href, hreflang, media, rel, target, </section>
different direction from other text outside it accept, alt, autocomplete, autofocus, type, GAtt, EAtt
</bdi> GAtt, EAtt checked, dirname, disabled, form, formaction, <article> Defines an article
Defines the relationship between a doc. and an GAtt, EAtt
<bdo> Overrides the current text direction <input> formenctype, formmethod, formnovalidate,
ext. resource (most used to link to style sheets) </article>
dir, GAtt, EAtt formtarget, height, list, max, maxlength, <link> <aside> Defines content aside from the page content
</bdo> min, multiple, name, pattern, placeholder, crossorigin, href, hreflang, media, rel,
sizes, type, GAtt, EAtt GAtt, EAtt
<blockquote> Defines a section quoted from another source readonly, required, size, src, step, type, </aside>
cite, GAtt, EAtt value, width, GAtt, EAtt <nav> Defines navigation links Defines details that the user can view or hide
</blockquote> GAtt, EAtt <details>
Defines a multiline input control (text area) </nav> open, GAtt, EAtt
<cite> Defines the title of a work <textarea> autofocus, cols, dirname, disabled, form,
GAtt, EAtt <dialog> Defines a dialog box or window
</cite> </textarea> maxlength, name, placeholder, readonly,
required, rows, wrap, GAtt, EAtt Lists </dialog> open, GAtt, EAtt
<code> Defines a piece of computer code
GAtt, EAtt Defines a clickable button Tag Description <summary> Defines a visible heading for a <details> element
</code> <button> autofocus, disabled, form, formaction, GAtt, EAtt
<ul> Defines an unordered list </summary>
<del> Defines text that has been deleted </button> formenctype, formmethod, formnovalidate,
GAtt, EAtt
</del> cite, datetime, GAtt, EAtt formtarget, name, type, value, GAtt, EAtt </ul>
<dfn> Represents the defining instance of a term <select> Defines a drop-down selectable list <ol> Defines an ordered list Meta Info
autofocus, disabled, form, multiple, name, reversed, start, type, GAtt, EAtt
</dfn> GAtt, EAtt </select> required, size, GAtt, EAtt
</ol> Tag Description
<em> Defines emphasized text Defines a group of related options in a drop-down <li> Defines a list item <head> Defines information about the document
<optgroup> </li> value, GAtt, EAtt GAtt
</em> GAtt, EAtt list </head>
</optgroup>
<i> Defines italic text
disabled, label, GAtt, EAtt <dl> Defines a description list
<meta> Defines metadata about an HTML document
<option> Defines an option in a drop-down list GAtt, EAtt charset, content, http-equiv, name, GAtt
</i> GAtt, EAtt </dl>
</option> disabled, label, selected, value, GAtt, EAtt Base URL/target for all relative URLs in a doc.
<ins> Defines inserted text <dt> Defines a term/name in a description list <base> href, target, GAtt
cite, datetime, GAtt, EAtt <label> Defines a label for an <input> element </dt> GAtt, EAtt
</ins> for, form, GAtt, EAtt
</label> <dd> Defines a description of a term/name in a <dl>
<kbd> Defines keyboard text/ input Programming
GAtt, EAtt <fieldset> Groups related elements in a form </dd> GAtt, EAtt
</kbd> disabled, form, name, GAtt, EAtt Tag Description
</fieldset> <menu> Defines a list/menu of commands
<mark> Defines marked/highlighted text
label, type, GAtt, EAtt <script> Defines a client-side script
GAtt, EAtt <legend> Defines a caption for a <fieldset> element </menu>
</mark> GAtt, EAtt </script> async, charset, defer, src, type, GAtt
</legend> Defines a command/menu item that the user can
Defines a scalar measurement within a known <menuitem> Alt. content for users that do not support client-
<meter> range (a gauge) <datalist> Specifies pre-defined options list (dropdown list) invoke from a popup menu <noscript>
GAtt, EAtt </menuitem> checked, command, default, disabled, icon, side scripts
</meter> form, high, low, max, min, optimum, value, </datalist> </noscript> GAtt
label, radiogroup, type, GAtt, EAtt
GAtt, EAtt Defines a key-pair generator field (for forms) Defines a container for an ext. (non-HTML) app
<pre> Defines preformatted text <keygen> autofocus, challenge, disabled, form, <embed> height, src, type, width, GAtt, EAtt
</pre> GAtt, EAtt keytype, name, GAtt, EAtt Tables Defines an embedded object
<output> Defines the result of a calculation <object>
<progress> Represents the progress of a task for, form, name, GAtt, EAtt
Tag Description </object>
data, form, height, name, type, usemap,

</progress> max, value, GAtt, EAtt </output> <table> Defines a table


width, GAtt, EAtt
Defines a parameter for an object
<q> Defines a short quotation </table> border, sortable, GAtt, EAtt <param>
cite, GAtt, EAtt
Frames name, value, GAtt, EAtt
</q> <caption> Defines a table caption
Tag Description GAtt, EAtt GAtt Global Attributes
<rp> Defines what to show in browsers that do not </caption>
Defines an inline frame EAtt Event Attributes
</rp>
support ruby annotations <iframe> <th> Defines a header cell in a table
GAtt, EAtt height, name, sandbox, src, srcdoc, width, abbr, colspan, headers, rowspan, scope,
</iframe> GAtt, EAtt </th> sorted, GAtt, EAtt

Vous aimerez peut-être aussi