html - Tags Flashcards
a
Specifies either a hyperlink or a target for a hyperlink.
abbr
Specifies that a string is an abbreviation for a longer word or phrase.
acronym
Specifies that a string is an acronym for a word or phrase.
address
Specifies name and address information related to the HTML document.
applet
Defines a Java applet object.
area
Used for image maps to define a clickable area on an image.
b
Displays the text of the element as boldface text.
base
Specifies a base URL for all of the relative URLs in the document to use.
basefont
Specifies the default font for the document.
bdo
Specifies the text direction for the document.
bgsound
Specifies a background sound to play while loading the document.
big
Increases the font size for the enclosed text.
blink
Specifies that the enclosed text should blink.
blockquote
Specifies that the enclosed text is a block quotation.
body
Specifies the body of the content of the document.
br
Specifies a hard line break in the text.
button
Defines a clickable Button element.
caption
Defines a caption within a table.
center
Centers the element within the margins of the document or parent element(s).
cite
Specifies that the enclosed text is a citation from another source.
code
Specifies that the enclosed text is programming code and should be formatted appropriately.
col
Defines a table column.
colgroup
Defines a table column group.
comment
Comments out the enclosed text.