HTML Flashcards

(77 cards)

1
Q

<title>
</title>

A

Title for HTML page, shows in title bar or pages tab

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

<body>
</body>

A

The body of the page

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

<h1>
</h1>

A

Top header goes up to h6

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

<p>
</p>

A

creates a new paragraph

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

<img></img>

A

used to add images

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

src

A

gets the image from the specified location

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

alt

A

provides alternate text if image does not load

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

<br></br>

A

line break, doesn’t need to be closed

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

Title for HTML page, shows in title bar or pages tab

A

<title>
</title>

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

The body of the page

A

<body>
</body>

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

header

A

<h1> - <h6>
</h6></h1>

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

paragraph

A

<p>
</p>

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

display image

A

<img></img>

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

get image location

A

src

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

line break

A

<br></br>, doesn’t need to be closed

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

br style=”line-height:N;”

A

line break N times

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

multiple line breaks

A

<br></br>

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

<a></a>

A

defines hyperlink

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

define hyperlink

A

<a></a>

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

href

A

specifies URL for the link

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

specify URL for a link

A

href

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

style

A

adds an element, such as color, font, size, and more

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

<p>
</p>

A

make everything in this paragraph X color

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

adds an element, such as color, font, size, and more

A

style

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
make everything in this paragraph X color

26
lang
defines the language of the text en-US for USA english
27
title
when moused over displays this text
28
defines the language of the text
lang, en-US for USA english
29
when moused over displays this text
title
30
"font-size:Xpx;"
sets font size X for that tag
31
set font size for a tag
"font-size:Xpx;"
32
"background-color:X;"
change background color to X
33
change background color
"background-color:X;"
34
"font-family:X;"
changes font to X
35
changes font
"font-family;"
36
"text-align:X;"
aligns text to X
37
aligns text
"text-align:X;"
38

thematic break, displays usually as a horizontal line
39
thematic break, displays usually as a horizontal line

40
displays the font as it is typed in the code
41
displays the font as it is typed in the code
42
bold text
43
bold text
44
bold and marked important
45
bold and marked important
46
italics
47
italics
48
italics, and emphasizes. Screen readers stress this
49
italics, and emphasizes. Screen readers stress this
50
makes text smaller
51
make text smaller
52
highlight
53
highlight
54
puts a line through, marks text as recently removed
55
puts a line through, marks text as recently removed
56
shows text was added
57
show text was added
58
moves half character down
59
move half character down
60
move half character up
61
move half character up
62
defines a quote from another source
63
defines a quote from another source
64
surround with quotation marks
65
surround with quotation marks
66
shows full title when moused over, for search engines
67
shows full title when moused over, for search engines
68
defines contact info, usually italic, line break before and after
69
defines contact info, usually italic, line break before and after
70
usually italic, used for titles of creative works
71
usually italic, used for titles of creative works
72
bi directional override, overrides current text direction
73
override current text direction
74
text right to left, backwards text
75
text right to left, backwards text
76
comment
77
comment