Email Flashcards

1
Q

What does valign=”top” mean?

A

The purpose of the HTML valign attribute is to define the vertical alignment of the content of a table cell.

Top sets the vertical alignment of cell content top.

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

What does cellpadding do?

A

The purpose of the HTML cellpadding attribute is to set a spacing WITHIN table cells.

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

On what element is cellpadding set?

A

Cellpadding attribute supports table element.

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

What can the value of cellpadding be?

A

pixel, percent or multilength(i.e. relative length).

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

What does cellspacing do?

A

The purpose of the HTML cellspacing attribute is to set a spacing BETWEEN table cells.

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

On what element is cellpadding set?

A

Cellpadding attribute supports table element.

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

What is the difference between cellspacing and cellpadding?

A

The purpose of the HTML cellspacing attribute is to set a spacing BETWEEN table cells.

The purpose of the HTML cellpadding attribute is to set a spacing WITHIN table cells.

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

Why use the attribute role=”presentation” on a table?

A

While ARIA is primarily used to express semantics, there are some situations where hiding an element’s semantics from assistive technologies is helpful. This is done with the presentation role or its synonym role none, which declare that an element is being used only for presentation and therefore does not have any accessibility semantics.

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