From Htmlpedia
Contents |
[edit]
List of HTML Elements
The following is a comprehensive list of possible HTML elements, as listed in the HTML 4 index of elements, with a brief description of each.
a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z
[edit]
[a]
- a
- anchor
- abbr
- abbreviated form (e.g., WWW, HTTP, URI, etc.) (see also acronym)
- acronym
- an acronym (e.g., WAC, radar, laser, etc.) (see also abbr)
- address
- information on author
- applet
- Java applet
- area
- client-side image map area
[edit]
[b]
- b
- bold text style
- base
- document base URI
- basefont
- base font size
- bdo
- I18N BiDi over-ride
- big
- large text style
- blockquote
- long quotation (see also q)
- body
- document body
- br
- forced line break
- button
- push button
[edit]
[c]
- caption
- table caption
- center
- shorthand for DIV align=center
- cite
- citation
- code
- computer code fragment
- col
- table column
- colgroup
- table column group
[edit]
[d]
- dd
- definition description
- del
- deleted text
- dfn
- instance definition
- dir
- directory list
- div
- generic language/style container
- dl
- definition list
- dt
- definition term
[edit]
[e]
- em
- emphasis
[edit]
[f]
- fieldset
- form control group
- font-element|font
- local change to font
- form
- interactive form
- frame
- subwindow
- frameset
- window subdivision
[edit]
[g]
[edit]
[h]
- h1
- heading, level 1 (top level)
- h2
- heading, level 2
- h3
- heading, level 3
- h4
- heading, level 4
- h5
- heading, level 5
- h6
- heading, level 6 (bottom level)
- Hn
- The H1 through H6 elements are sometimes referred to collectively as Hn, where the "n" stands in for a digit
- head
- document head
- hr
- horizontal rule
- html
- document root element
[edit]
[i]
- i
- italic text style
- iframe
- inline subwindow
- img
- Embedded image
- input
- form control
- ins
- inserted text
- isindex
- single line prompt
[edit]
[j]
[edit]
[k]
- kbd
- text to be entered by the user
[edit]
[l]
[edit]
[m]
[edit]
[n]
- noframes
- alternate content container for non frame-based rendering
- noscript
- alternate content container for non script-based rendering
[edit]
[o]
[edit]
[p]
[edit]
[q]
- q
- short inline quotation (see also blockquote])
[edit]
[r]
[edit]
[s]
- s
- strike-through text style
- samp
- sample program output, scripts, etc.
- script
- script statements
- select
- option selector
- small
- small text style
- span
- generic language/style container
- strike
- strike-through text
- strong
- strong emphasis
- style
- style info
- sub
- subscript
- sup
- superscript
[edit]
[t]
- table
- A table
- tbody
- table body
- td
- table data cell
- textarea
- multi-line text field
- tfoot
- table footer
- th
- table header cell
- thead
- table header
- title
- document title
- tr
- table row
- tt
- teletype or monospaced text style
[edit]
[u]
[edit]
[v]
- var
- instance of a variable or program argument
[edit]
[w]
[edit]
[x]
[edit]
[y]
[edit]
[z]
[edit]
See Also
- HTMLPedia: List of CSS Properties
[edit]
References
- W3C Specification: HTML 4.01
