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
cite
Defines the title of a work
26
code
Defines a piece of computer code
27
col
Specifies column properties for each column within a colgroup element
28
colgroup
Specifies a group of one or more columns in a table for formatting
29
datalist
Specifies a list of pre-defined options for input controls
30
dd
Defines a description/value of a term in a description list
31
del
Defines text that has been deleted from a document
32
details
Defines additional details that the user can view or hide
33
dfn
Defines a definition term
34
dialog
Defines a dialog box or window
35
dir
Not supported in HTML5. Use ul instead. Defines a directory list
36
div
Defines a section in a document
37
dl
Defines a description list
38
dt
Defines a term/name in a description list
39
em
Defines emphasized text
40
embed
Defines a container for an external (non-HTML) application
41
fieldset
Groups related elements in a form
42
figcaption
Defines a caption for a figure element
43
figure
Specifies self-contained content
44
font
Not supported in HTML5. Use CSS instead. Defines font, color, and size for text
45
footer
Defines a footer for a document or section
46
form
Defines an HTML form for user input
47
frame
Not supported in HTML5. Defines a window (a frame) in a frameset
48
frameset
Not supported in HTML5. Defines a set of frames
49
h1 to h6
Defines HTML headings
50
head
Defines information about the document
51
header
Defines a header for a document or section
52
hgroup
Defines a group of headings
53
hr
Defines a thematic change in the content
54
html
Defines the root of an HTML document
55
i
Defines a part of text in an alternate voice or mood
56
iframe
Defines an inline frame
57
img
Defines an image
58
input
Defines an input control
59
ins
Defines a text that has been inserted into a document
60
kbd
Defines keyboard input
61
keygen
Defines a key-pair generator field (for forms)
62
label
Defines a label for an input element
63
legend
Defines a caption for a fieldset element
64
li
Defines a list item
65
link
Defines the relationship between a document and an external resource (most used to link to style sheets)
66
main
Specifies the main content of a document
67
map
Defines a client-side image-map
68
mark
Defines marked/highlighted text
69
menu
Defines a list/menu of commands
70
menuitem
Defines a command/menu item that the user can invoke from a popup menu
71
meta
Defines metadata about an HTML document
72
meter
Defines a scalar measurement within a known range (a gauge)
73
nav
Defines navigation links
74
noframes
Not supported in HTML5. Defines an alternate content for users that do not support frames
75
noscript
Defines an alternate content for users that do not support client-side scripts
76
object
Defines an embedded object
77
ol
Defines an ordered list
78
optgroup
Defines a group of related options in a drop-down list
79
option
Defines an option in a drop-down list
80
output
Defines the result of a calculation
81
p
Defines a paragraph
82
param
Defines a parameter for an object
83
pre
Defines preformatted text
84
progress
Represents the progress of a task
85
q
Defines a short quotation
86
rp
Defines what to show in browsers that do not support ruby annotations
87
rt
Defines an explanation/pronunciation of characters (for East Asian typography)
88
ruby
Defines a ruby annotation (for East Asian typography)
89
s
Defines text that is no longer correct
90
samp
Defines sample output from a computer program
91
script
Defines a client-side script
92
section
Defines a section in a document
93
select
Defines a drop-down list
94
small
Defines smaller text
95
source
Defines multiple media resources for media elements (video and audio)
96
span
Defines a section in a document
97
strike
Not supported in HTML5. Use del instead. Defines strikethrough text
98
strong
Defines important text
99
style
Defines style information for a document
100
sub
Defines subscripted text
101
summary
Defines a visible heading for a details element
102
sup
Defines superscripted text
103
table
Defines a table
104
tbody
Groups the body content in a table
105
td
Defines a cell in a table
106
textarea
Defines a multiline input control (text area)
107
tfoot
Groups the footer content in a table
108
th
Defines a header cell in a table
109
thead
Groups the header content in a table
110
time
Defines a date/time
111
title
Defines a title for the document
112
tr
Defines a row in a table
113
track
Defines text tracks for media elements (video and audio)
114
tt
Not supported in HTML5. Use CSS instead. Defines teletype text
115
u
Defines text that should be stylistically different from normal text
116
ul
Defines an unordered list
117
var
Defines a variable
118
video
Defines a video or movie
119
wbr
Defines a possible line-break