Chapter 6 Quiz Flashcards

1
Q

What is the difference between a frameset and a frame?

A

A frameset is a layout, frame is the content

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

The idea behind frames is that parts of a page can be fixed while other portions can be what?

A

scrollable

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

Frameset tag replaces what html tag?

A

body

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

What is the main difference between a frame-based and a table-based window?

A

Frame-based has different files displayed, while tables are one single file.

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

What tells the browser what content to put in a particular area?

A

frame tag

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

What tag defines how to divide the window?

A

frameset

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

Framesets define a set of what?

A

Frames/rows and columns

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

How is the asterisk used in a frameset?

A

it tells it to use the remaining space for a frame in a frameset

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

What attribute is used in the frame tag to specify the URL for the page?

A

src

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

Can framesets be combined?

A

Yes

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

How can you keep visitors from changing the size of your frames?

A

noresize=”noresize” or border=”0”

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

What does the border tag do?

A

It gives the frames borders dimensions to give them a view

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

What does the frameborder tag do?

A

It lets you choose to fill the space with a border or not

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

By, default, are borders displayed around frames?

A

yes-5 px wide

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

What attribute is used to change the color of the borders surrounding your frames?

A

border color

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

What attribute adjusts the space between the frame content and the top and bottom edges of the frame?

A

marginheight

17
Q

To adjust the space between the left and right edges of the frame and the frame content, what attribute is used?

A

marginwidth

18
Q

When do scroll bars appear in frames?

A

Only when necessary or if we set it to yes/no

19
Q

How do control the appearance of the scroll bars?

A

scrolling=”no” or scrolling=”yes”

20
Q

What is a target?

A

It tells the browser where to put the content

21
Q

Why is it important to name your frames?

A

So it knows what frame to reference for that particular target

22
Q

Without a specified target, a link will open where?

A

Wherever the link was placed originally

23
Q

What is a base target?

A

Changes all the links to a default target for the link to one place

24
Q

Where do you put the base target tag?

25
What do you set target equal to in order to have a link open in a new blank window?
target="_blank"
26
If target is set to _self, where will the link open?
Same frame as the link
27
How can you use the entire window for the link thus breaking out of frames?
target="_top"
28
What tag do you use to offer visitors alternative content if their browser does not support frames?
noframes
29
Does the alternative content appear in browsers that support frames?
no
30
Name an advantage of using frames.
You can place other files inside of them, very dynamic and flexible; faster to upload
31
Name a disadvantage of using frames.
Not always supported by all platforms on the internet and is hard for search engines to index a page.