dedicated hosting servers

Basic HTML Tags

HTML 4.01 / XHTML 1.0 Reference

Document Type Definition (DTD) is the formal definition of the elements, structures, and rules for marking up a given type of SGML document

Standard Generalized Markup Langluage (SGML) is a system for organizing and tagging elements of a document.

DTD indicates in which XHTML 1.0 DTD the tag is allowed.
S=Strict, T=Transitional, and F=Frameset

Basic HTML Tags Ordered Alphabetically

TagDescriptionDTD
<!--...-->Defines a commentSTF
<!DOCTYPE> Defines the document typeSTF
<a>Defines an anchorSTF
<abbr>Defines an abbreviationSTF
<acronym>Defines an acronymSTF
<address>Defines an address elementSTF
<applet>Deprecated. Defines an appletTF
<area>Defines an area inside an image mapSTF
<b>Defines bold textSTF
<base>Defines a base URL for all the links in a pageSTF
<basefont>Deprecated. Defines a base fontTF
<bdo>Defines the direction of text displaySTF
<big>Defines big textSTF
<blockquote>Defines a long quotationSTF
<body>Defines the body elementSTF
<br>Inserts a single line breakSTF
<button>Defines a push buttonSTF
<caption>Defines a table captionSTF
<center>Deprecated. Defines centered textTF
<cite>Defines a citationSTF
<code>Defines computer code textSTF
<col>Defines attributes for table columns STF
<colgroup>Defines groups of table columnsSTF
<dd>Defines a definition descriptionSTF
<del>Defines deleted textSTF
<dir>Deprecated. Defines a directory listTF
<div>Defines a section in a documentSTF
<dfn>Defines a definition termSTF
<dl>Defines a definition listSTF
<dt>Defines a definition termSTF
<em>Defines emphasized text STF
<fieldset>Defines a fieldsetSTF
<font>Deprecated. Defines text font, size, and colorTF
<form>Defines a form STF
<frame>Defines a sub window (a frame)F
<frameset>Defines a set of framesF
<h1> to <h6>Defines header 1 to header 6STF
<head>Defines information about the documentSTF
<hr>Defines a horizontal ruleSTF
<html>Defines an html documentSTF
<i>Defines italic textSTF
<iframe>Defines an inline sub window (frame)TF
<img>Defines an imageSTF
<input>Defines an input fieldSTF
<ins>Defines inserted textSTF
<isindex>Deprecated. Defines a single-line input fieldTF
<kbd>Defines keyboard textSTF
<label>Defines a label for a form controlSTF
<legend>Defines a title in a fieldsetSTF
<li>Defines a list itemSTF
<link>Defines a resource referenceSTF
<map>Defines an image map STF
<menu>Deprecated. Defines a menu listTF
<meta>Defines meta informationSTF
<noframes>Defines a noframe sectionTF
<noscript>Defines a noscript sectionSTF
<object>Defines an embedded objectSTF
<ol>Defines an ordered listSTF
<optgroup>Defines an option groupSTF
<option>Defines an option in a drop-down listSTF
<p>Defines a paragraphSTF
<param>Defines a parameter for an objectSTF
<pre>Defines preformatted textSTF
<q>Defines a short quotationSTF
<s>Deprecated. Defines strikethrough textTF
<samp>Defines sample computer codeSTF
<script>Defines a scriptSTF
<select>Defines a selectable listSTF
<small>Defines small textSTF
<span>Defines a section in a documentSTF
<strike>Deprecated. Defines strikethrough textTF
<strong>Defines strong textSTF
<style>Defines a style definitionSTF
<sub>Defines subscripted textSTF
<sup>Defines superscripted textSTF
<table>Defines a tableSTF
<tbody>Defines a table bodySTF
<td>Defines a table cellSTF
<textarea>Defines a text areaSTF
<tfoot>Defines a table footerSTF
<th>Defines a table headerSTF
<thead>Defines a table headerSTF
<title>Defines the document titleSTF
<tr>Defines a table rowSTF
<tt>Defines teletype textSTF
<u>Deprecated. Defines underlined textTF
<ul>Defines an unordered listSTF
<var>Defines a variableSTF
<xmp>Deprecated. Defines preformatted text

To learn more about HTML tags, visit W3 Schools


Copyright ©1998-2012 Website Managers, LLC