,
,, HTML Tags HTML Tags Basic Tags Description <!DOCTYPE> <html> <title> <body> <h1> to <h6> <p> Defines a paragraph <br> <hr> <!--...--> Defines a comment Formatting Description <acronym> <abbr> <address> <b> <bdi> Isolates a part of text that might be formatted in a different direction from other text outside <bdo> <big> <blockquote> <center> <cite> <code> <del> <dfn> <em> <font> <i> <ins> <kbd> <mark> <meter> <pre> <progress> <q> <rp> <rt> <ruby> <s> <samp> <small> <strike> <strong> <sub> <sup> <time> Defines a date/time <tt> <u> <var> Defines a variable <wbr> Description <form> <input> <textarea> <button> <select> <optgroup> <option> <label> <fieldset> <legend> <datalist> <keygen> <output> Frames Description <frame> <frameset> <noframes> <iframe> Images Description <img> Defines an image <map> <area> <canvas> <figcaption> <figure> Audio / Video Description <audio> <source> Defines multiple media resources for media elements (<video> and <audio>) <track> <video> Links Description <a> Defines a hyperlink <link> Defines the relationship between a document and an external resource (most used to link to <nav> Lists Tag Description <ul> <ol> <li> <dir> <dl> <dt> <dd> <menu> <menuitem> Defines a command/menu item that the user can invoke from a popup menu Tables Description <table> Defines a table <caption> <th> <tr> <td> <thead> <tbody> <tfoot> <col> <colgroup> Description <style> <div> <span> <header> <hgroup> <footer> <section> <article> Defines an article <aside> <details> <dialog> <summary> Meta Info Description <head> <meta> <base> <basefont> Programming Description <script> <noscript> Defines an alternate content for users that do not support client-side scripts <applet> <embed> <object> <param>, ,
,
,
,
Uploaded by
Arul SelvanUploaded by
Arul SelvanHTML Tag Reference
TagDefines the document type
Defines an HTML document
Defines a title for the document
Defines the document's body
Defines HTML headings
Inserts a single line break
Defines a thematic change in the content
TagNot supported in HTML5. Use <abbr> instead.
Defines an acronymDefines an abbreviation or an acronym
Defines contact information for the author/owner of a document/article
Defines bold text
itOverrides the current text direction
Not supported in HTML5. Use CSS instead.
Defines big textDefines a section that is quoted from another source
Not supported in HTML5. Use CSS instead.
Defines centered textDefines the title of a work
Defines a piece of computer code
Defines text that has been deleted from a document
Represents the defining instance of a term
Defines emphasized text
Not supported in HTML5. Use CSS instead.
Defines font, color, and size for textDefines 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> instead.
Defines strikethrough textDefines important text
Defines subscripted text
Defines superscripted text
Not supported in HTML5. Use CSS instead.
Defines teletype textDefines text that should be stylistically different from normal text
Defines a possible line-break
Forms and Input
TagDefines 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 a key-pair generator field (for forms)
Defines the result of a calculation
TagNot supported in HTML5.
Defines a window (a frame) in a framesetNot supported in HTML5.
Defines a set of framesNot supported in HTML5.
Defines an alternate content for users that do not support framesDefines an inline frame
TagDefines 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
TagDefines sound content
Defines text tracks for media elements (<video> and <audio>)
Defines a video or movie
Tag
style sheets)Defines navigation links
Defines an unordered list
Defines an ordered list
Defines a list item
Not supported in HTML5. Use <ul> instead.
Defines a directory listDefines a description list
Defines a term/name in a description list
Defines a description of a term/name in a description list
Defines a list/menu of commands
TagDefines 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
TagDefines 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 group of headings
Defines a footer for a document or section
Defines a section in a document
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
TagDefines 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
TagDefines a client-side script
Not supported in HTML5. Use <object> instead.
Defines an embedded appletDefines a container for an external (non-HTML) application
Defines an embedded object
Defines a parameter for an object
You might also like