QUESTION IMAGE
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
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
d. text-align