Free Web space and hosting from freehomepage.com
Search the Web

Free Web space and hosting - freehomepage.com


HOME
BASIC TUTORIAL
What is Html?
Sample Web Page
Basic Tags
Character Entities
Html Links
Frames
Tables
Lists
Forms
Images
Backgrounds
APPENDIX
Html Tag List

Html Tags

Tag

Description

Tag

Description

<!--...-->

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

Much of what I learned to create this tutorial I found on www.w3schools.com.
Back to Top
Lewisville Middle School-2003