test 4 Flashcards

1
Q

How do you make the text bold?

A

font-weight:bold

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

What is cell padding?

A

Used to separate cell walls from their contents.

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

To specify a font for your whole page add which tag ?

A

< basefont >

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

Can I play audios in HTML?

A

YES

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

How do you display a border like this: The top border = 10 pixels
The bottom border = 5 pixels
The left border = 20 pixels
The right border = 1pixel?

A

border-width:10px 1px 5px 20px

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

What attribute is used to specify number of rows?

A

Rowspan

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

Increasing the cellpadding value will what ?

A

Increase the distance between cell and content

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

How do you change the left margin of an element?

A

margin-left:

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

To change the size of an image in HTML use what ?

A

height and width

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

To define the space between the element’s border and content, you use the padding property, but are you allowed to use negative values?

A

No

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

What are meta tags used for?

A

To store information usually relevant to browsers and search engines.

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

Hex-colors are the only way to define colors on the web?

A

False, colors can also be specified with names and CSS

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

How do you make a list that lists its items with squares?

A

list-style-type: square

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

Is it a common myth that meta tags seriously improve search engine rankings ?

A

Yes

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

What does XHTML stand for?

A

EXtensible HyperText Markup Language

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

For Frames in HTML, how do you specify the rest of the screen?

A

Using #

17
Q

Choose the correct HTML tag to make a text italic

A

< i >

18
Q

XHTML is a Web standard

A

True

19
Q

bgcolor is an attribute of body tag

A

True

20
Q

Choose the correct HTML tag to make a text bold

A

< b >