test 5 Flashcards

1
Q

If the background image is smaller than the screen, what will happen ?

A

It will be repeated

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

XML and HTML will be replaced by XHTML

A

False

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

HTML defines colors using hexadecimal values, while graphics programs most often use what

A

RGB Code

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

What is correct XHTML for a horizontal line?

A

< hr/ >

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

The tag belongs where in your HTML ?

A

Head

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

What is correct XHTML for a line break?

A

< br />

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

If you don’t want the frame windows to be resizeable, simply add what to the lines ?

A

noresize

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

All elements in XHTML must be closed

A

True

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

How can you make a list that lists the items with numbers?

A

< ol >

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

s this correct XHTML?

<ul>
<li>Shope</li>
<li>Cloths
<ul>
<li>Cloths Shope</li>
<li>T Shirt</li>
</ul>
</li><li>Jeans</li>
</ul>
A

NO

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

What does HTML stand for?

A

Hyper Text Markup Language

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

The DOCTYPE declaration has no closing tag

A

True

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

To make the appearance of the colors more powerful on your site do which of the following ?

A

Limit their use

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

XHTML documents must be “well-formed”

A

True

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

When is the content of a table shown ?

A

After the table is loaded

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

Which attribute replaces the name attribute for the following elements: a, applet, frame, iframe, img, and map?

A

The id attribute

17
Q

Gif and jpg are the two main types of what ?

A

images

18
Q

Is attribute minimization allowed in XHTML?

A

No

19
Q

WYSIWYG stands for ?

A

What You See Is What You Get