Computer Science, asked by RIYAZ99, 1 year ago

can you assign justifies alignment to a paragraph in HTML

Answers

Answered by vershamishra12oycd27
2
<p align="right">write text here.</p>

if u like this!!
mark it as brainliest ans:)
Answered by siddhartharao77
1
Justified alignment in HTML:

<html>
<body>
<p align="justify">Hello</p>
</body>
</html>
Similar questions