site
TML and CSS
Learn W3.CSS Tutorial Reference
Learn Colors Tutorial Reference
Learn Icons Tutorial Reference
Learn Canvas Tutorial Reference
Learn Character Sets Reference
Data Analytics
Learn Machine Learning Tutorial
Web Building
JavaScript
Learn JavaScript Tutorial Reference
Learn jQuery Tutorial Reference
Learn AngularJS Tutorial Reference
Learn AppML Tutorial Reference
Learn W3.JS Tutorial Reference
Backend
Learn Python Tutorial Reference
Learn MySQL Tutorial Reference
Learn Django Tutorial Reference
Learn Node.js Tutorial Reference
HTML Tutorial
HTML Forms
HTML Graphics
HTML Media
HTML APIs
HTML Examples
HTML References
HOW TO
Menus
Images
Buttons
Forms
Filters
Tables
More
Website
Grid
Google
Converters
Blog
SQL Tutorial
SQL Database
SQL References
SQL Examples
CSS Tutorial
CSS Advanced
CSS Responsive
CSS Grid
CSS SASS
CSS Examples
CSS References
W3.CSS
W3.CSS Colors
Web Building
Examples
References
C++ Tutorial
C++ Functions
C++ Classes
C++ Data Structures
C++ How To
C++ Reference
C++ Examples
XML Tutorial
XML AJAX
XML DOM
XPath Tutorial
XSLT Tutorial
XQuery Tutorial
XML DTD
XSD Schema
XSD Data Types
Web Services
References
Excel Tutorial
Excel Formatting
Excel Data Analysis
Table Pivot
Excel Case
Excel Functions
Excel How To
Excel Examples
Excel References
MySQL Tutorial
MySQL SQL
MySQL Database
MySQL References
MySQL Examples
JS Tutorial
JS Versions
JS Objects
JS Functions
JS Classes
JS Async
JS HTML DOM
JS Browser BOM
JS Web APIs
JS AJAX
JS JSON
JS vs jQuery
JS Graphics
JS Examples
JS References
Basic HTML
Tag
Description
Defines the document type
Defines an HTML document
Contains metadata/information for the document
Defines a title for the document
Defines the document's body
Defines HTML headings
Defines a paragraph
Inserts a single line break
Defines a thematic change in the content
Defines a comment
Formatting
Tag
Description
Not supported in HTML5. Use <abbr> instead.
Defines an acronym
Defines an abbreviation or an acronym
Defines contact information for the author/owner of a document/article
Defines bold text
Isolates a part of text that might be formatted in a different direction from other text outside it
Overrides the current text direction
Not supported in HTML5. Use CSS instead.
Defines big text
Defines a section that is quoted from another source
Not supported in HTML5. Use CSS instead.
Defines centered text
Defines the title of a work
Defines a piece of computer code
Defines text that has been deleted from a document
Specifies a term that is going to be defined within the content
Defines emphasized text
Not supported in HTML5. Use CSS instead.
Defines font, color, and size for text
Defines a part of text in an alternate voice or mood
Defines a text that has been inserted into a document
Defines keyboard input
Defines marked/highlighted text
Defines a scalar measurement within a known range (a gauge)
Defines preformatted text
Represents the progress of a task
Defines a short quotation
Defines what to show in browsers that do not support ruby annotations
Defines an explanation/pronunciation of characters (for East Asian typography)
Defines a ruby annotation (for East Asian typography)
Defines text that is no longer correct
Defines sample output from a computer program
Defines smaller text
Not supported in HTML5. Use <del> or <s> instead.
Defines strikethrough text
Defines important text
Defines subscripted text
Defines superscripted text
Defines a container for content that should be hidden when the page loads
Defines a specific time (or datetime)
Not supported in HTML5. Use CSS instead.
Defines teletype text
Defines some text that is unarticulated and styled differently from normal text
Defines a variable
Defines a possible line-break
Forms and Input
Tag
Description
Defines an HTML form for user input
Defines an input control
Defines a multiline input control (text area)
Defines a clickable button
Defines a drop-down list
Defines a group of related options in a drop-down list
Defines an option in a drop-down list
Defines a label for an <input> element
Groups related elements in a form
Defines a caption for a <fieldset> element
Specifies a list of pre-defined options for input controls
Defines the result of a calculation
Frames
Tag
Description
Not supported in HTML5.
Defines a window (a frame) in a frameset
Not supported in HTML5.
Defines a set of frames
Not supported in HTML5.
Defines an alternate content for users that do not support frames
Defines an inline frame
Images
Tag
Description
Defines an image
Defines a client-side image map
Defines an area inside an image map
Used to draw graphics, on the fly, via scripting (usually JavaScript)
Defines a caption for a <figure> element
Specifies self-contained content
Defines a container for multiple image resources
Defines a container for SVG graphics
Audio / Video
Tag
Description
Defines sound content
Defines multiple media resources for media elements (<video>, <audio> and <picture>)
Defines text tracks for media elements (<video> and <audio>)
Defines a video or movie
Links
Tag
Description
Defines a hyperlink
Defines the relationship between a document and an external resource (most used to link to style sheets)
Defines navigation links
Lists
Tag
Description
Defines an alternative unordered list
Defines an unordered list
Defines an ordered list
Defines a list item
Not supported in HTML5. Use <ul> instead.
Defines a directory list
Defines a description list
Defines a term/name in a description list
Defines a description of a term/name in a description list
Tables
Tag
Description
Defines a table
Defines a table caption
Defines a header cell in a table
Defines a row in a table
Defines a cell in a table
Groups the header content in a table
Groups the body content in a table
Groups the footer content in a table
Specifies column properties for each column within a <colgroup> element
Specifies a group of one or more columns in a table for formatting
Styles and Semantics
Tag
Description
Defines style information for a document
Defines a section in a document
Defines a section in a document
Defines a header for a document or section
Defines a header and related content
Defines a footer for a document or section
Specifies the main content of a document
Defines a section in a document
Defines a search section
Defines an article
Defines content aside from the page content
Defines additional details that the user can view or hide
Defines a dialog box or window
Defines a visible heading for a <details> element
Adds a machine-readable translation of a given content
Meta Info
Tag
Description
Defines information about the document
Defines metadata about an HTML document
Specifies the base URL/target for all relative URLs in a document
Not supported in HTML5. Use CSS instead.
Specifies a default color, size, and font for all text in a document
Programming
Tag
Description
Defines a client-side script
Defines an alternate content for users that do not support client-side scripts
Not supported in HTML5. Use <embed> or <object> instead.
Defines an embedded applet
Defines a container for an external (non-HTML) application
Defines an embedded object
Defines a parameter for an object
Tag
Description
Defines a comment
Defines the document type
Defines a hyperlink
Defines an abbreviation or an acronym
Not supported in HTML5. Use <abbr> instead.
Defines an acronym
Defines contact information for the author/owner of a document
Not supported in HTML5. Use <embed> or <object> instead.
Defines an embedded applet
Defines an area inside an image map
Defines an article
Defines content aside from the page content
Defines embedded sound content
Defines bold text
Specifies the base URL/target for all relative URLs in a document
Not supported in HTML5. Use CSS instead.
Specifies a default color, size, and font for all text in a document
Isolates a part of text that might be formatted in a different direction from other text outside it
Overrides the current text direction
Not supported in HTML5. Use CSS instead.
Defines big text
Defines a section that is quoted from another source
Defines the document's body
Defines a single line break
Defines a clickable button
Used to draw graphics, on the fly, via scripting (usually JavaScript)
Defines a table caption
Not supported in HTML5. Use CSS instead.
Defines centered text
Defines the title of a work
Defines a piece of computer code
Specifies column properties for each column within a <colgroup> element
Specifies a group of one or more columns in a table for formatting
Adds a machine-readable translation of a given content
Specifies a list of pre-defined options for input controls
Defines a description/value of a term in a description list
Defines text that has been deleted from a document
Defines additional details that the user can view or hide
Specifies a term that is going to be defined within the content
Defines a dialog box or window
Not supported in HTML5. Use <ul> instead.
Defines a directory list
Defines a section in a document
Defines a description list
Defines a term/name in a description list
Defines emphasized text
Defines a container for an external application
Groups related elements in a form
Defines a caption for a <figure> element
Specifies self-contained content
Not supported in HTML5. Use CSS instead.
Defines font, color, and size for text
Defines a footer for a document or section
Defines an HTML form for user input
Not supported in HTML5.
Defines a window (a frame) in a frameset
Not supported in HTML5.
Defines a set of frames
Defines HTML headings
Contains metadata/information for the document
Defines a header for a document or section
Defines a header and related content
Defines a thematic change in the content
Defines the root of an HTML document
Defines a part of text in an alternate voice or mood
Defines an inline frame
Defines an image
Defines an input control
Defines a text that has been inserted into a document
Defines keyboard input
Defines a label for an <input> element
Defines a caption for a <fieldset> element
Defines a list item
Defines the relationship between a document and an external resource (most used to link to style sheets)
Specifies the main content of a document
Defines an image map
Defines marked/highlighted text
Defines an unordered list
Defines metadata about an HTML document
Defines a scalar measurement within a known range (a gauge)
Defines navigation links
Not supported in HTML5.
Defines an alternate content for users that do not support frames
Defines an alternate content for users that do not support client-side scripts
Defines a container for an external application
Defines an ordered list
Defines a group of related options in a drop-down list
Defines an option in a drop-down list
Defines the result of a calculation
Defines a paragraph
Defines a parameter for an object
Defines a container for multiple image resources
Defines preformatted text
Represents the progress of a task
Defines a short quotation
Defines what to show in browsers that do not support ruby annotations
Defines an explanation/pronunciation of characters (for East Asian typography)
Defines a ruby annotation (for East Asian typography)
Defines text that is no longer correct
Defines sample output from a computer program
Defines a client-side script
Defines a search section
Defines a section in a document
Defines a drop-down list
Defines smaller text
Defines multiple media resources for media elements (<video> and <audio>)
Defines a section in a document
Not supported in HTML5. Use <del> or <s> instead.
Defines strikethrough text
Defines important text
Defines style information for a document
Defines subscripted text
Defines a visible heading for a <details> element
Defines superscripted text
Defines a container for SVG graphics
Defines a table
Groups the body content in a table
Defines a cell in a table
Defines a container for content that should be hidden when the page loads
Defines a multiline input control (text area)
Groups the footer content in a table
Defines a header cell in a table
Groups the header content in a table
Defines a specific time (or datetime)
Defines a title for the document
Defines a row in a table
Defines text tracks for media elements (<video> and <audio>)
Not supported in HTML5. Use CSS instead.
Defines teletype text
Defines some text that is unarticulated and styled differently from normal text
Defines an unordered list
Defines a variable
Defines embedded video content
Defines a possible line-break