Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

subheadings of a webpage need to be centered on the page. which alignme…

Question

subheadings of a webpage need to be centered on the page. which alignment property can accomplish this? a.) text - align - last b.) direction c.) vertical - align d.) text - align

Explanation:

Brief Explanations

The 'text - align' property in CSS is used for horizontal alignment of inline - level content like text within a block - level element. To center subheadings (text) horizontally on a page, 'text - align: center' can be used. 'text - align - last' is for aligning the last line of a text block, 'direction' is for setting the text direction (left - to - right or right - to - left), and'vertical - align' is for vertical alignment within an element.

Answer:

d. text-align