can you assign justifies alignment to a paragraph in HTML
Answers
Answered by
2
<p align="right">write text here.</p>
if u like this!!
mark it as brainliest ans:)
if u like this!!
mark it as brainliest ans:)
Answered by
1
Justified alignment in HTML:
<html>
<body>
<p align="justify">Hello</p>
</body>
</html>
<html>
<body>
<p align="justify">Hello</p>
</body>
</html>
Similar questions