HTML Inline CSS Styling Flashcards

0
Q

What tag do you use to make an ordered (numerical) list?

A

<ol> </ol>

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

What tag do you use to distinguish each item in the list?

A

<li> </li>

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

What tag do you use to make an unordered (bulleted) list?

A

<ul> </ul>

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

How do you make a comment?

A

<!--Comment-->

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

What attribute do you use to change the way words look?

A

style= “ “

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

What do you write after “style” to change the size of the wording?

A

“font-size: px”

Before “px” type in the size you want; the sizes should be relatable to a Word document

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

How do you separate parts of the “style” attribute?

A

Use a semi-colon (;) inside the quotation marks.

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

What do you write after “style” to change the color of the words?

A

“color: “
(After the colon write the color you want)
Find a list of the colors here: http://bit.ly/cKr2JM

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

What do you write after “style” to change the type of font of the words?

A

“font-family: “
(After the colon write the type of font you want)
Find a list of the font types here: http://bit.ly/drQ2lz

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

What do you write after “style” to change the color of the backround?

A

“background-color: “
(After the colon write the background colors you want)
Find a list of the background colors here: http://bit.ly/cKr2JM

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

What do you write after “style” to change the alignment of the text?

A

“text-align: “

After the colon write left (normal), right, or center

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

What tag do you use to make certain words bold?

A

<strong> </strong>

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

What tag do you use to italicize words?

A

<em> </em>

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

What do you write after “style” to change the width?

A

“width: px”

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

What do you write after “style” to change the length?

A

“length: px”

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