Computer Science, asked by GajendraParmar, 1 year ago

write a code to align a text in a webpage

Answers

Answered by Ratnesh1231
1
Example
A right-aligned paragraph:
<p align="right">This is some text in a paragraph.</p>

Definition and Usage
The align attribute specifies the alignment of the text within a paragraph.
Answered by IIUnicornPrincessII
1
Hi,
<P ALIGN="LEFT">HEY THERE..</P> --- this is for left align..
<P ALIGN="RIGHT">HEY THERE..</P> --- this is for right align..
<CENTER>HEY THERE..</CENTER> --- this is for center align..

IIUnicornPrincessII: Pls mark brainliest..
Ratnesh1231: thanks
IIUnicornPrincessII: Always..
Similar questions
Math, 1 year ago