Computer Science, asked by archukutty, 1 year ago

what are paragraph alignments?

Answers

Answered by the991
1
it is <p> for starting and </p> for changing and ending paragraph .you can change a paragraph like this

<https>
<body>
<p>the amazing spiderman</p>
<p>is cool </p>
</body>
<https>

best plzzzzzzzzz

Answered by sreeragpillai
0
<!DOCTYPE html>
<html>

<body>

<p align="right">A right-aligned paragraph.</p>

<p><b>Note:</b> The align attribute is not supported in HTML5. Use CSS instead.</p>

</body>

</html>



sreeragpillai: Pls mark as best ans.
Similar questions