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