TPI exam Flashcards

1
Q

. You will create a hierarchy of page elements and revise the stylesheets.
You want to apply a style to all elements in a document.
A. +
B. >
C. :
D. *

A

D. * (select all element)

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

PX are reccommended units for specifying size

A

No

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

The font-family attribute helps ensure maximum compatibility between browsers

A

False

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

href=”style.css”

A

<base></base>

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

Does the following belong in the head block?
<DOCTYPE HTML!>
<link rel =”stylesheet” href=”default.value.css”

A

False
True

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

Default position for CSS

A

Static

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

Small Logo

A

Normal logo

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

A relative link requires you to use a protocol and a sever path

A

False

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

You can use a relative link to reference images files from a repository on a different server

A

Yes

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

<a></a>

A

<img></img></a>

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

You are creating an image link to the clients.html page. When the visitor clicks on the clients.gif graphic, the clients.html page must display in a new window. The graphic must provide text for screen readers and display text while the page is loading.

A

<img></img>

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

You are creating a page on your personal website to display your family portrait. You need to make sure that browsers display the text Family Portrait before the photo is downloaded.
How should you complete the markup? To answer, drag the appropriate markup segment from the column on the left to its correct position on the right. Each markup segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Select and Place:

A

<img src =”portrait.png” alt=<”family”>

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

green when the link is clicked

A

a : active (;color: green)

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