|
XHTML Strict DTD Tag List
|
|
<!-- --> This sets a author comment not visible by the browser.
|
<a> This defines an anchor or link to another document or file.
|
|
<abbr> This sets abbreviated text with options to define the text.
|
<acronym> This tag defines an acronym with attributes to define it.
|
|
<address> This is used to define an address to be shown in italics.
|
<area /> The area tag defines an area within an image map.
|
|
<base> This element defines a base URL for all links on your page.
|
<bdo> Defines the direction of text to be displayed.
|
|
<big> Defines text to be relatively bigger than the default text.
|
<blockquote> This tag defines a block to use for long quotation.
|
|
<body> The BODY tag defines the document's body.
|
<br> The BR tag inserts a single line break.
|
|
<button> This element defines a push button such as that in a form.
|
<caption> The caption element defines a heading to display per table.
|
|
<cite> This element defines a citation.
|
<code> This sets text to appear as computer code.
|
|
<col> The col tag defines attribute values for columns.
|
<colgroup> This tag defines a group of table columns.
|
|
<dd> This element defines a definition description.
|
<del> The DEL tag defines deleted text.
|
|
<dfn> This tag defines a definition term
|
<div> This tag defines a section or division of a document.
|
|
<dl> The DL element defines a definition list.
|
<dt> This tag defines a definition within a definition list.
|
|
<em> This tag will set text to be emphasized.
|
<fieldset> This tag defines a fieldset box.
|
|
><form> This tag creates a form which allows user input.
|
<h1_6> These group of elements define headings.
|
|
<head> This defines the head of your document.
|
<hr /> This element inserts a horizontal rule.
|
|
<html> This element defines a html document.
|
<i> This element italicises text.
|
|
<img /> The img tag defines an image to display.
|
<input> This tag defines an input field for forms.
|
|
<ins> Specifies inserted text.
|
<kbd> Specifies keyboard text
|
|
<label> This specifies a label for a form control.
|
<legend> This tag sets a caption for a fieldset box.
|
|
<li> The li element defines a list item.
|
<link> Defines a relationship between two documents.
|
|
<map> Specifies a client-side image map.
|
<meta> The meta tag defines meta information about your page.
|
|
<noscript> This displays alternate content for no scripting support.
|
<object> This tag sets an embedded object.
|
|
<ol> The ol element defines an ordered list.
|
<optgroup> This sets an option group for a select box.
|
|
<option> Defines an option within a select box in a form.
|
<p> Defines a paragraph block.
|
|
<param> This element specifies parameters for an object.
|
<pre> This tag defines preformatted text.
|
|
<q> Defines a short quotation of text.
|
><samp> ;Defines sample computer code.
|
|
<script> Defines a client-side script.
|
<select> This element defines a select field for a form.
|
|
<small> Defines a smaller text.
|
<span> Defines a section of a document.
|
|
<strong> Defines strong emphasis of text.
|
<style> This tag defines a style for your document.
|
|
<sub> This sets text to appear in subscript.
|
<sup> This sets text to appear in superscript.
|
|
<table> This defines a table containing rows and cells.
|
<tbody> Defines a table body group.
|
|
<td> Defines a cell within a table.
|
<textarea> This defines a textarea within a form.
|
|
<tfoot> Defines a table footer group.
|
<th> Defines a header cell within a table.
|
|
<thead> Defines a table header group.
|
<title> This tag defines the title of the document.
|
|
<tr> This element defines a table row.
|
<tt> This tag defines truetype text.
|
|
<ul> This defines an unordered list.
|
<var> This tag defines a variable.
|