Ordered by function
Tag description
Basic
<html> Defines
an HTML document
<body> Defines
the document’s body
<h1>to<h6> `Defines
HTML heading
<p> Defines
paragraph
<br/> defines a single line break
<hr/> Define
a horizontal line
<!--…--> define
a comment
Formatting
<addr> Define
an abbreviation
<address> Defines
contact information for the author /owner of a document.
<b> bold
text
<big> big
text
<blockquote>
long
quotation
<center> centered
text
<code> computer
code text
<del> deleted
text
<em> emphasized
text
<font> font,color,size,for
text
<i> italic
<pre> preformatted
<q> short
quotation
<s> strikethrough
<small> small
text
<strike> strikethrough
text
<strong> strong
text
<sub> subscript
<sup> superscript
<tt> teletype
text
<u> underline
<var> variable
part of a text
forms
<form> html
form for user input
<input> input
control
<textarea> multi-line
text input control
<button> push
button
<select> drop-down
list
<optgroup> group
of related option list
<option> option
in a list
<label> label
for an input element
<fieldset> border
around element in a form
<legend> caption
for a fieldset element
Frames
<frame/> window
in a frameset
<frameset> set
of frames
<iframe> lnline
frame
Images
<img/> image
<map>
image-map
<area/> area
inside an image-map
Link
<a> anchor
<link/> relation
of document
Lists
<ul> unordered
list
<ol> ordered
list
<li> list
item
<dl> definition
list
<dt> definition
list
<dd> definition
data
<menu> menu
list
Table
<table> a
table
<caption> table
caption
<th> herder
cell in the table
<tr> row
in the table
<td> cell
in the table
<thead> herder
content in a table
<tbody> the
body content in a table
<tfood> Footer
content in a table
<style> style
information for a document
<div> section
in the document
<span> ‘’’’’’’’’’’’’’’’
0 Comments