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