Add Site or Add Page to Favorites
> 

 HTML 5 Tag Reference 

Clarify the meaning of the acronyms on your web site.

Acronym Dictionary

Acronym Finder

Get information on your favorite TV Shows at TV Series .com

Social Networking Web Sites


Printer-friendly PDF* format:

HTML 5 Tag Reference

HTML 5 Declarations, Elements (HTML Tags) and Attributes

Types of tags in HTML 5

Converting to HTML 5

We are working on converting to HTML 5. Please visit HTML 5 Tags on the HTML 5 standard version of this site.

HTML 5 Tag Reference
The <a> Tag
The <abbr> Tag
The <address> Tag
The <area/> Tag
The <article> Sectioning Tag
The <aside> Sectioning Tag
The <audio> Tag
The <b> Tag
The <base/> Tag
The <bb> Tag
The <bdo> Tag
The <blockquote> Tag
The <body> Tag
The <br/> Tag
The <button> Tag
The <canvas> Tag
The <caption> Tag
CDATA Sections
The <cite> Tag
The <code> Tag
The <col/> Tag
The <colgroup> Tag
The <command> Tag
Comments in HTML
The <datagrid> Tag
The <datalist> Tag
The <dd> Tag
The <del> Tag
The <details> Tag
The <dfn> Tag
The <dialog> Tag
The <div> Tag
The <dl> Tag
The <DOCTYPE> Declaration
The <dt> Tag
The <em> Tag
The <embed/> Tag
The <fieldset> Tag
The <figure> Tag
The <footer> Tag
The <form> Tag
Heading Tags in HTML 5
The <head> Tag
The <header> Tag
The <hgroup> Tag
The <hr/> Tag
The <html> Tag
The <i> Tag
The <iframe> Tag
The <img/> Tag
The <input/> Tag
The <ins> Tag
The <kbd> Tag
The <label> Tag
The <legend> Tag
The <li> Tag
The <link/> Tag
The <map> Tag
The <mark> Tag
The <menu> Tag
The <meta/> Tag
The <meter> Tag
The <nav> Sectioning Tag
The <noscript> Tag
The <object> Tag
The <ol> Tag
The <optgroup> Tag
The <option> Tag
The <output> Tag
The <p> Tag
The <param/> Tag
The <pre> Tag
The <progress> Tag
The <q> Tag
The <rdf:RDF> Tag
The <rp> Tag
The <rt> Tag
The <ruby> Tag
The <samp> Tag
The <script> Tag
The <section> Tag
The <select> Tag
The <small> Tag
The <source> Tag
The <span> Tag
The <strong> Tag
The <style> Tag
The <sub> Tag
The <sup> Tag
The <svg> Tag
The <table> Tag
The <tbody> Tag
The <td> Tag
The <textarea> Tag
The <tfoot> Tag
The <th> Tag
The <thead> Tag
The <time> Tag
The <title> Tag
The <tr> Tag
The <ul> Tag
The <var> Tag
The <video> Tag
The <wbr/> Tag
The <xml> Declaration
The <xml-stylesheet> Instruction
HTML 5 Tags for Embedded Content
HTML 5 Tags for Lists and Groups
HTML 5 Tags for Editing
HTML 5 Tags for Forms
HTML 5 Tags for Headings
HTML 5 Tags for Interactive Content
HTML 5 Tags for Metadata
HTML 5 Tags for Scripts
HTML 5 Tags for Sections
HTML 5 Tags for Semantic Markup
HTML 5 Tags for Style
HTML 5 Tags for Tables
The <a> Tag

The <a> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <a> tag

The <abbr> Tag

The <abbr> tag in HTML 5

Acronyms should be enclosed by the HTML<abbr> tag.

Since an acronym can often have multiple meanings, acronyms used in HTML should be disambiguated to indicate which of the possible acronym definitions is the one that is intended. The easiest way to do this is simply find the term for the meaning of the acronym in the acronym directory, then click on the "usage" link for that term and copy-and-paste the code provided.

Examples

                                 <a href="http://www.Acronyms.net/terms/t/Three-Letter-Acronym/" title="Three Letter Acronym">
                                 
<abbr>TLA</abbr>
</a>

You can look up the HTML code for acronyms that you want to use in the Acronym Finder at Acronyms .net.

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <abbr> tag

The <address> Tag

The <address> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <address> tag

The <area/> Tag

The <area/> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <area/> tag

The <article> Sectioning Tag

The <article> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <article> tag

The <aside> Sectioning Tag

The <aside> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <aside> tag

The <audio> Tag

The <audio> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <audio> tag

The <b> Tag

The <b> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <b> tag

The <base/> Tag

The <base/> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <base/> tag

The <bb> Tag

The <bb> tag in HTML 5

"browser button"

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <bb> tag

The <bdo> Tag

The <bdo> tag in HTML 5

(bi-directional text direction override)

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <bdo> tag

The <blockquote> Tag

The <blockquote> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <blockquote> tag

The <body> Tag

The <body> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <body> tag

The <br/> Tag

The <br/> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <br/> tag

The <button> Tag

The <button> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <button> tag

The <canvas> Tag

The <canvas> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <canvas> tag

The <caption> Tag

The <caption> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <caption> tag

CDATA Sections

CDATA sections in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML CDATA sections

The <cite> Tag

The <cite> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <cite> tag

The <code> Tag

The <code> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <code> tag

The <col/> Tag

The <col/> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <col/> tag

The <colgroup> Tag

The <colgroup> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <colgroup> tag

The <command> Tag

The <command> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <command> tag

Comments in HTML

Comments in HTML 5

Examples

                                 <!--This is a comment!-->
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: Comments in HTML

The <datagrid> Tag

The <datagrid> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <datagrid> tag

The <datalist> Tag

The <datalist> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <datalist> tag

The <dd> Tag

The <dd> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <dd> tag

The <del> Tag

The <del> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <del> tag

The <details> Tag

The <details> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <details> tag

The <dfn> Tag

The <dfn> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <dfn> tag

The <dialog> Tag

The <dialog> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <dialog> tag

The <div> Tag

The <div> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <div> tag

The <dl> Tag

The <dl> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <dl> tag

The <DOCTYPE> Declaration

The <DOCTYPE> declaration in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <DOCTYPE> Declaration

The <dt> Tag

The <dt> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <dt> tag

The <em> Tag

The <em> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <em> tag

The <embed/> Tag

The <embed/> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <embed/> tag

The <fieldset> Tag

The <fieldset> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <fieldset> tag

The <figure> Tag

The <figure> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <figure> tag

The <form> Tag

The <form> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <form> tag

Heading Tags in HTML 5

Heading tags in HTML 5

<h1><h2><h3><h4><h5><h6>

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: <h1> through <h6> heading tags

The <hgroup> Tag

The <hgroup> tag in HTML 5

The <hgroup> tag is used to indicate which heading tags are the headings for a section and which ones are merely subheadings. The content of the first <hn > tag within the <hgroup> is the top level heading of the section and will be included in the document outline, while any additional headings in the same <hgroup> will be treated as subheadings that will only appear at the designated location on the page itself.

Examples

                                 <section>
                                 
<hgroup>
<h1>Main Heading</h1>
<h2>Subheading - Will Not Appear In Document Outline</h2>
</hgroup>
</section>

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <hgroup> tag

The <hr/> Tag

The <hr/> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <hr/> tag

The <html> Tag

The <html> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <html> tag

The <i> Tag

The <i> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <i> tag

The <iframe> Tag

The <iframe> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <iframe> tag

The <img/> Tag

The <img/> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <img/> tag

The <input/> Tag

The <input/> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <input/> tag

The <ins> Tag

The <ins> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <ins> tag

The <kbd> Tag

The <kbd> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <kbd> tag

The <label> Tag

The <label> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <label> tag

The <legend> Tag

The <legend> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <legend> tag

The <li> Tag

The <li> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <li> tag

The <map> Tag

The <map> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <map> tag

The <mark> Tag

The <mark> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <mark> tag

The <meta/> Tag

The <meta/> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <meta/> tag

The <meter> Tag

The <meter> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <meter> tag

The <noscript> Tag

The <noscript> tag in HTML 5

See avoid the noscript tag.

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <noscript> tag

The <object> Tag

The <object> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <object> tag

The <ol> Tag

The <ol> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <ol> tag

The <optgroup> Tag

The <optgroup> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <optgroup> tag

The <option> Tag

The <option> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <option> tag

The <output> Tag

The <output> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <output> tag

The <p> Tag

The <p> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <p> tag

The <param/> Tag

The <param/> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <param/> tag

The <pre> Tag

The <pre> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <pre> tag

The <progress> Tag

The <progress> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <progress> tag

The <q> Tag

The <q> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <q> tag

The <rdf:RDF> Tag

The <rdf:RDF> tag in HTML 5

Examples

                                 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                                 
... RDF content ...
</rdf:RDF>

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <rdf:RDF> tag

The <rp> Tag

The <rp> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <rp> tag

The <rt> Tag

The <rt> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <rt> tag

The <ruby> Tag

The <ruby> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <ruby> tag

The <samp> Tag

The <samp> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <samp> tag

The <script> Tag

The <script> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <script> tag

The <section> Tag

The <section> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <section> tag

The <select> Tag

The <select> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <select> tag

The <small> Tag

The <small> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <small> tag

The <source> Tag

The <source> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <source> tag

The <span> Tag

The <span> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <span> tag

The <strong> Tag

The <strong> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <strong> tag

The <style> Tag

The <style> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <style> tag

The <sub> Tag

The <sub> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <sub> tag

The <sup> Tag

The <sup> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <sup> tag

The <svg> Tag

The <svg> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <svg> tag

The <table> Tag

The <table> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <table> tag

The <tbody> Tag

The <tbody> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <tbody> tag

The <td> Tag

The <td> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <td> tag

The <textarea> Tag

The <textarea> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <textarea> tag

The <tfoot> Tag

The <tfoot> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <tfoot> tag

The <th> Tag

The <th> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <th> tag

The <thead> Tag

The <thead> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <thead> tag

The <time> Tag

The <time> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <time> tag

The <title> Tag

The <title> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <title> tag

The <tr> Tag

The <tr> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <tr> tag

The <ul> Tag

The <ul> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <ul> tag

The <var> Tag

The <var> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <var> tag

The <video> Tag

The <video> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <video> tag

The <wbr/> Tag

The <wbr/> tag in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <wbr/> tag

The <xml> Declaration

The <xml> declaration in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: HTML <xml> declaration

The <xml-stylesheet> Instruction

The <xml-stylesheet> instruction in HTML 5

Examples

                                 
                                 

More information, including differences between HTML 4 / XHTML and HTML 5: <xml-stylesheet> instruction

Last updated Sunday September 19, 2010

You are currently viewing this page in HTML 4* format (* see Clicklets for more infomation). This document is also available in XHTML 1 Style Sheet*XHTML 1* XML*HTML 5 Style Sheet*HTML 5 XML*HTML 5 non-XML* XHTML Mobile* WML Mobile* and printer-friendly PDF* formats. This is accomplished with Single Source Publishing, a content management system that uses templates in XSLT style sheets provided by XML Styles .com to transform the source content for various content delivery channels. There is also RDF* metadata that describes the content of this document.


Copyright © 2010 Accilent® Corp. Alteration of content, including addition of any function such as hypertext links or pop-up advertising, or interference with the hypertext links or other functions of this site is expressly prohibited.

DISCLAIMER: All information, links, forms, applications and other items on this site or obtained from it are provided AS IS, WITHOUT WARRANTY OF ANY KIND EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.