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.
dd
Specifies that the enclosed text is a definition in a definition list.
del
Specifies that the enclosed text has been deleted.
dfn
Specifies that the enclosed text defines a term.
dir
Specifies that the enclosed text is a directory list of short, unordered items.
div
Defines a special block of content within a document.
dl
Defines a list of definition terms and definitions.
!DOCTYPE
Specifies the HTML standard that should be used for this document.
dt
Defines a list of definition terms in a definition list.
em
Specifies that the enclosed text should be emphasized.
embed
Defines an object, such as a multimedia file, embedded in an HTML document.
fieldset
Defines a set of related form controls to be grouped together.
font
Specifies the font (or font family), color, and size of the enclosed text.
form
Defines a form within a document.
frame
Defines a window-like frame (as a child of a frameset).
frameset
Defines a set of window-like frames within a parent window.
h1
Heading Level 1.
h2
Heading Level 2.
h3
Heading Level 3.