InterviewSolution
Saved Bookmarks
| 1. |
Write the syntax to align text in a paragraph |
|
Answer» ong>Explanation: The HTML align Attribute is USED to specify the alignment of paragraph text content. ... Attribute VALUES: left: It SETS the text left-align. right: It sets the text right-align. center: It sets the text center-align. justify: It stretch the text of paragraph to set the WIDTH of all LINES equal. |
|