HTML Flashcards

To learn html tags

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 or an acronym

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

acronym

A

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

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 embedded 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

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

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

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
data
Adds a machine-readable translation of a given content
30
datalist
Specifies a list of pre-defined options for input controls
31
dd
Defines a description/value of a term in a description list
32
del
Defines text that has been deleted from a document
33
details
Defines additional details that the user can view or hide
34
dfn
Specifies a term that is going to be defined within the content
35
dialog
Defines a dialog box or window
36
dir
Defines a directory list
37
div
Defines a section in a document
38
dl
Defines a description list
39
dt
Defines a term/name in a description list
40
em
Defines emphasized text
41
embed
Defines a container for an external application
42
fieldset
Groups related elements in a form
43
figcaption
Defines a caption for a figure element
44
figure
Specifies self-contained content
45
font
Defines font; color; and size for text
46
footer
Defines a footer for a document or section
47
form
Defines an HTML form for user input
48
frame
Defines a window (a frame) in a frameset
49
frameset
Defines a set of frames
50
h1 to h6
Defines HTML headings
51
head
Contains metadata/information for the document
52
header
Defines a header for a document or section
53
hgroup
Defines a header and related content
54
hr
Defines a thematic change in the content
55
html
Defines the root of an HTML document
56
i
Defines a part of text in an alternate voice or mood
57
iframe
Defines an inline frame
58
img
Defines an image
59
input
Defines an input control
60
ins
Defines a text that has been inserted into a document
61
kbd
Defines keyboard input
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 an image map
68
mark
Defines marked/highlighted text
69
menu
Defines an unordered list
70
meta
Defines metadata about an HTML document
71
meter
Defines a scalar measurement within a known range (a gauge)
72
nav
Defines navigation links
73
noframes
Defines an alternate content for users that do not support frames
74
noscript
Defines an alternate content for users that do not support client-side scripts
75
object
Defines a container for an external application
76
ol
Defines an ordered list
77
optgroup
Defines a group of related options in a drop-down list
78
option
Defines an option in a drop-down list
79
output
Defines the result of a calculation
80
p
Defines a paragraph
81
param
Defines a parameter for an object
82
picture
Defines a container for multiple image resources
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
search
Defines a search section
93
section
Defines a section in a document
94
select
Defines a drop-down list
95
small
Defines smaller text
96
source
Defines multiple media resources for media elements (video and audio)
97
span
Defines a section in a document
98
strike
Defines strikethrough text
99
strong
Defines important text
100
style
Defines style information for a document
101
sub
Defines subscripted text
102
summary
Defines a visible heading for a details element
103
sup
Defines superscripted text
104
svg
Defines a container for SVG graphics
105
table
Defines a table
106
tbody
Groups the body content in a table
107
td
Defines a cell in a table
108
template
Defines a container for content that should be hidden when the page loads
109
textarea
Defines a multiline input control (text area)
110
tfoot
Groups the footer content in a table
111
th
Defines a header cell in a table
112
thead
Groups the header content in a table
113
time
Defines a specific time (or datetime)
114
title
Defines a title for the document
115
tr
Defines a row in a table
116
track
Defines text tracks for media elements (video and audio)
117
tt
Defines teletype text
118
u
Defines some text that is unarticulated and styled differently from normal text
119
ul
Defines an unordered list
120
var
Defines a variable
121
video
Defines embedded video content
122
wbr
Defines a possible line-break