test 3 Flashcards

1
Q

If you wanted to create text that was a different color or font than other text in your Web page, what type of tag would you use?

A

Basic formatting

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

Each list item in an ordered or unordered list has which tag?

A

li tag

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

What is the REFRESH meta tag used for ?

A

Redirect to a new domain

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

How do you add a background color for all <h1> elements?</h1>

A

h1 {background-color:#FFFFFF}

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

Which format usually works best for photos ?

A

JPG

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

How do you change the text color of an element?

A

color:

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

<a> and </a> are the tags used for ?

A

Adding links to your page

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

Which of the following tags below are used for a multi-line text input control?

A

textarea tag

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

What does the GENERATOR meta tag tell ?

A

Which program was used to produce the page

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

< meta > tags always goes inside the < head > element.

A

True

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

Which CSS property controls the text size?

A

font-size

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

When creating a Web document, what format is used to express an image’s height and width?

A

Pixels

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

Use and to add what to your tables?

A

columns

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

How do you display hyperlinks without an underline?

A

a {text-decoration:none}

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

Which of the following attributes below are used for a font name?

A

face

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

Is width=”100” and width=”100%” the same?

A

No

17
Q

What is the REFRESH meta tag used for ?

A

Redirect to a new domain

18
Q

How do you make each word in a text start with a capital letter?

A

text-transform:capitalize

19
Q

What are <div> tags used for?</div>

A

To logically divide the document

20
Q

Screen colors are defined by which colors ?

A

Red, Green and Blue