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.
h4
Heading Level 4.
h5
Heading Level 5.
h6
Heading Level 6.
head
Non-rendered part of an HTML document that may contain meta information and may define links to scripts, stylesheets, and other documents.
hr
Creates a horizontal line in the HTML document.
html
Defines an HTML document.
i
Specifies that the enclosed text should be displayed in italics.
iframe
Defines an inline frame (i.e. a frame embedded in a document).
ilayer
Defines a layer that is positioned within the flow of the document, rather than absolutely.
img
Defines an image object that is embedded in the document.
input
Defines an input element, such as a text field control or button, within a form.
ins
Specifies that the enclosed text has been inserted into the document.
isindex
Specifies that the document has an associated index.
kbd
Specifies that the enclosed text should be formatted as keyboard input.
label
Defines a label on a form.
layer
Defines a layer container holding content.
legend
Defines a legend for the fields on a form.
li
Defines a list item in an ordered list (ol) or in an unordered list (ul).
link
Defines the relationship between the current document and another document.
map
Defines a client-side image map where hot regions of an image object are hyperlinked to other targets or documents.
marquee
Defines the enclosed text as a scrolling, sliding, or bouncing marquee region.
meta
Specifies general high-level information about a document.
nobr
Specifies that the enclosed text should not contain any line breaks.
noembed
Specifies alternative content to display if a client browser does not embedded objects.
noframes
Specifies alternative content to display if a client browser does not support frames.
noscript
Specifies alternative content to display if a client browser does not support scripts.
object
Defines an object embedded in the document.
ol
Defines an ordered (e.g. numbered) list.
optgroup
Specifies a grouping of option elements within a select element.
option
Specifies an option in a select (selection list) element.
p
Defines a paragraph of text.
param
Specifies a parameter to be passed to an embedded object.
pre
Specifies that the enclosed text is preformatted and that whitespace should be preserved appropriately. (i.e. The text will render in the browser the same as it was typed into the HTML Editor.)
q
Specifies that the enclosed text is a short, inline quote from another source.
rt
Specifies that the enclosed text is Ruby Text.
ruby
Defines a container for Ruby Text.
s
Specifies that the enclosed text should be rendered in the browser with a line drawn through it.
samp
Specifies that the enclosed text is sample text and should be rendered in the browser appropriately.
script
Specifies that the enclosed content is a client-side script.
select
Defines a selection list control in a form.
small
Decreases the font size of the enclosed text by one.
span
Span element used to surround content blocks for formatting.
strike
Specifies that the enclosed text should be rendered in the browser with a line drawn through it.
strong
Specifies that the enclosed text should be rendered in the browser as “strong” (usually bold) text.
style
Creates a style sheet within the document.
sub
Specifies that the enclosed text should be rendered in the browser as subscript.
sup
Specifies that the enclosed text should be rendered in the browser as superscript.
table
Defines an HTML table in a document.
tbody
Groups rows in a table together into a table body.
td
Defines a single cell within a table.
textarea
Defines a multi-line text input area.
tfoot
Defines a group of rows in an HTML table as table footer rows.
th
Specifies that a cell in a table is a header cell.
thead
Defines a group of rows in an HTML table as table header rows.
title
Specifies the title of the HTML document.
tr
Defines a row in an HTML table.
tt
Specifies that the enclosed text should be rendered in the browser in a monospace font.
u
Specifies that the enclosed text should be rendered as underlined in the browser.
ul
Defines an unordered list, such as a bulleted list.
var
Specifies that the enclosed text is a variable.
wbr
For a block of text enclosed by nobr tags, indicates a place where a line break may occur.
xml
Defines an area of embedded XML data.
xmp
Specifies that the enclosed text is an example, such as a code sample.