Computer Science, asked by harahit, 1 year ago

which of the following is not a vertical alignment option? a. top b. middle c. center d. bottom

Answers

Answered by jas56
18
the answer is middle
Answered by mariospartan
5

Center is not the valid vertical alignment option.

Explanation:

The "valign" is the attribute of HTML which is use to define the position or alignment of the text in the table.

top: The content of the cell will be placed at the top

middle: The content of the cell will be placed in the middle / center

bottom: the text or content will be placed at the bottom of the cell.

baseline: If this value is set then the first text line occurs on a baseline common to all cells in the row.

There is no such attribute called center as the name "middle" and "center" means the same. But "valign is the pre-defined tag with pre-defined values.

To Know More:

https://brainly.in/question/7533033

What is the table tag in html

https://brainly.in/question/10920359

Explain table tag with all its attributes

Similar questions