HTMLStarter.com
HTML, CSS, JavaScript for beginners - Interactive Training

List of HTML Tags

Here is a list of HTML tags. If you are a beginner, don't be overhelmed by it since you are not going to use all them anyway, I doubt if anyone does.

Sorry, I am still modifying the contents of this page.

Tag Description
<!--...--> Defines a comment
<!DOCTYPE>  Defines the document type
<a>...</a> Defines an anchor
<abbr>...</abbr> Defines an abbreviation
<acronym>...</acronym> Defines an acronym
<address>...</address> Defines an address element
<applet>...</applet> Deprecated. Defines an applet
<area> Defines an area inside an image map
<b>...</b> Defines bold text
<base> Defines a base URL for all the links in a page
<basefont> Deprecated. Defines a base font
<bdo>...</bdo> Defines the direction of text display
<big>...</big> Defines big text
<blockquote>...</blockquote> Defines a long quotation
<body>...</body> Defines the body element
<br/> Inserts a single line break
<button>...</button> Defines a push button
<caption>..</caption> Defines a table caption
<center>...</center> Deprecated. Defines centered text
<cite>...</cite> Defines a citation
<code></code> Defines computer code text
<col>...</col> Defines attributes for table columns 
<colgroup>...</colgroup> Defines groups of table columns
<dd>...</dd> Defines a definition description
<del>...</del> Defines deleted text
<dir> Deprecated. Defines a directory list
<dfn>...</dfn> Defines a definition term
<div>..</div> Defines a section in a document
<dl>..</dl> Defines a definition list
<dt>...</dt> Defines a definition term
<em>..</em> Defines emphasized text 
<fieldset>..</fieldset> Defines a fieldset
<font>...</font> Deprecated. Defines the font face, size, and color of text
<form>...</form> Defines a form 
<frame>...</frame> Defines a sub window (a frame)
<frameset>...</frameset> Defines a set of frames
<h1>...</h1> to <h6>...</h6> Defines header 1 to header 6
<head>...</head> Defines information about the document
<hr/> Defines a horizontal rule
<html>...</html> Defines an html document
<i>...</i> Defines italic text
<iframe>...</iframe> Defines an inline sub window (frame)
<img/> Defines an image
<input/> Defines an input field
<ins>...</ins> Defines inserted text
<isindex>
<kbd>...<kbd> Defines keyboard text
<label>..</label> Defines a label 
<legend>...</legend> Defines a title in a fieldset
<li>...</li> Defines a list item
<link> Defines a resource reference
<map> Defines an image map 
<menu> Deprecated. Defines a menu list
<meta> Defines meta information
<noframes>...</noframes> Defines a noframe section
<noscript>...</noscript> Defines a noscript section
<object>...</object> Defines an embedded object
<ol>...</ol> Defines an ordered list
<optgroup>...</optgroup> Defines an option group
<option>...</option> Defines an option in a drop-down list
<p>...</p> Defines a paragraph
<param>...</param> Defines a parameter for an object
<pre>...</pre> Defines preformatted text
<q>...</q> Defines a short quotation
<s>...</s> Deprecated. Defines strikethrough text
<samp>...</samp> Defines sample computer code
<script>...</script> Defines a script
<select>...</select> Defines a selectable list
<small>...</small> Defines small text
<span>...</span> Defines a section in a document
<strike>...</strike> Deprecated. Defines strikethrough text
<strong>...</strong> Defines strong text
<style>...</style> Defines a style definition
<sub>...</sub> Defines subscripted text
<sup>...</sup> Defines superscripted text
<table>...</table> Defines a table
<tbody>...</tbody> Defines a table body
<td>...</td> Defines a table cell
<textarea>...</textarea> Defines a text area
<tfoot>...</tfoot> Defines a table footer
<th>...</th> Defines a table header
<thead>...</thead> Defines a table header
<title>...</title> Defines the document title
<tr>...</tr> Defines a table row
<tt>...</tt> Defines teletype text
<u></u> Deprecated. Defines underlined text
<ul>...</ul> Defines an unordered list
<var></var> Defines a variable

 

Send This SITE To A Friend   |  Add to favorites   |  Terms of service   |  Privacy statement   |  Contact us
Copyright © 2009-2012 HTMLStarter.com