W3 Flashcards

1
Q

!–…–

A

Defines a comment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

!DOCTYPE

A

Defines the document type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

a

A

Defines a hyperlink

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

abbr

A

Defines an abbreviation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

acronym

A

Not supported in HTML5. Use abbr instead. Defines an acronym

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

address

A

Defines contact information for the author/owner of a document

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

applet

A

Not supported in HTML5. Use object instead. Defines an embedded applet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

area

A

Defines an area inside an image-map

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

article

A

Defines an article

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

aside

A

Defines content aside from the page content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

audio

A

Defines sound content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

b

A

Defines bold text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

base

A

Specifies the base URL/target for all relative URLs in a document

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

basefont

A

Not supported in HTML5. Use CSS instead. Specifies a default color, size, and font for all text in a document

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

bdi

A

Isolates a part of text that might be formatted in a different direction from other text outside it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

bdo

A

Overrides the current text direction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

big

A

Not supported in HTML5. Use CSS instead. Defines big text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

blockquote

A

Defines a section that is quoted from another source

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

body

A

Defines the document’s body

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

br

A

Defines a single line break

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

button

A

Defines a clickable button

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

canvas

A

Used to draw graphics, on the fly, via scripting (usually JavaScript)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

caption

A

Defines a table caption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

center

A

Not supported in HTML5. Use CSS instead. Defines centered text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

cite

A

Defines the title of a work

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

code

A

Defines a piece of computer code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

col

A

Specifies column properties for each column within a colgroup element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

colgroup

A

Specifies a group of one or more columns in a table for formatting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

datalist

A

Specifies a list of pre-defined options for input controls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

dd

A

Defines a description/value of a term in a description list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

del

A

Defines text that has been deleted from a document

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

details

A

Defines additional details that the user can view or hide

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

dfn

A

Defines a definition term

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

dialog

A

Defines a dialog box or window

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

dir

A

Not supported in HTML5. Use ul instead. Defines a directory list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

div

A

Defines a section in a document

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

dl

A

Defines a description list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

dt

A

Defines a term/name in a description list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

em

A

Defines emphasized text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

embed

A

Defines a container for an external (non-HTML) application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

fieldset

A

Groups related elements in a form

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

figcaption

A

Defines a caption for a figure element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

figure

A

Specifies self-contained content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

font

A

Not supported in HTML5. Use CSS instead. Defines font, color, and size for text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

footer

A

Defines a footer for a document or section

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

form

A

Defines an HTML form for user input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

frame

A

Not supported in HTML5. Defines a window (a frame) in a frameset

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

frameset

A

Not supported in HTML5. Defines a set of frames

49
Q

h1 to h6

A

Defines HTML headings

50
Q

head

A

Defines information about the document

51
Q

header

A

Defines a header for a document or section

52
Q

hgroup

A

Defines a group of headings

53
Q

hr

A

Defines a thematic change in the content

54
Q

html

A

Defines the root of an HTML document

55
Q

i

A

Defines a part of text in an alternate voice or mood

56
Q

iframe

A

Defines an inline frame

57
Q

img

A

Defines an image

58
Q

input

A

Defines an input control

59
Q

ins

A

Defines a text that has been inserted into a document

60
Q

kbd

A

Defines keyboard input

61
Q

keygen

A

Defines a key-pair generator field (for forms)

62
Q

label

A

Defines a label for an input element

63
Q

legend

A

Defines a caption for a fieldset element

64
Q

li

A

Defines a list item

65
Q

link

A

Defines the relationship between a document and an external resource (most used to link to style sheets)

66
Q

main

A

Specifies the main content of a document

67
Q

map

A

Defines a client-side image-map

68
Q

mark

A

Defines marked/highlighted text

69
Q

menu

A

Defines a list/menu of commands

70
Q

menuitem

A

Defines a command/menu item that the user can invoke from a popup menu

71
Q

meta

A

Defines metadata about an HTML document

72
Q

meter

A

Defines a scalar measurement within a known range (a gauge)

73
Q

nav

A

Defines navigation links

74
Q

noframes

A

Not supported in HTML5. Defines an alternate content for users that do not support frames

75
Q

noscript

A

Defines an alternate content for users that do not support client-side scripts

76
Q

object

A

Defines an embedded object

77
Q

ol

A

Defines an ordered list

78
Q

optgroup

A

Defines a group of related options in a drop-down list

79
Q

option

A

Defines an option in a drop-down list

80
Q

output

A

Defines the result of a calculation

81
Q

p

A

Defines a paragraph

82
Q

param

A

Defines a parameter for an object

83
Q

pre

A

Defines preformatted text

84
Q

progress

A

Represents the progress of a task

85
Q

q

A

Defines a short quotation

86
Q

rp

A

Defines what to show in browsers that do not support ruby annotations

87
Q

rt

A

Defines an explanation/pronunciation of characters (for East Asian typography)

88
Q

ruby

A

Defines a ruby annotation (for East Asian typography)

89
Q

s

A

Defines text that is no longer correct

90
Q

samp

A

Defines sample output from a computer program

91
Q

script

A

Defines a client-side script

92
Q

section

A

Defines a section in a document

93
Q

select

A

Defines a drop-down list

94
Q

small

A

Defines smaller text

95
Q

source

A

Defines multiple media resources for media elements (video and audio)

96
Q

span

A

Defines a section in a document

97
Q

strike

A

Not supported in HTML5. Use del instead. Defines strikethrough text

98
Q

strong

A

Defines important text

99
Q

style

A

Defines style information for a document

100
Q

sub

A

Defines subscripted text

101
Q

summary

A

Defines a visible heading for a details element

102
Q

sup

A

Defines superscripted text

103
Q

table

A

Defines a table

104
Q

tbody

A

Groups the body content in a table

105
Q

td

A

Defines a cell in a table

106
Q

textarea

A

Defines a multiline input control (text area)

107
Q

tfoot

A

Groups the footer content in a table

108
Q

th

A

Defines a header cell in a table

109
Q

thead

A

Groups the header content in a table

110
Q

time

A

Defines a date/time

111
Q

title

A

Defines a title for the document

112
Q

tr

A

Defines a row in a table

113
Q

track

A

Defines text tracks for media elements (video and audio)

114
Q

tt

A

Not supported in HTML5. Use CSS instead. Defines teletype text

115
Q

u

A

Defines text that should be stylistically different from normal text

116
Q

ul

A

Defines an unordered list

117
Q

var

A

Defines a variable

118
Q

video

A

Defines a video or movie

119
Q

wbr

A

Defines a possible line-break