Answers for "how to make first line indent in html"

1

html first line indent

<p style = "text-indent: 100px">
Lorem ipsum dolor sit amet...
</p>

<p style="text-indent: 30%">
Proin at risus vel lectus pretium.
</p>
Posted by: Guest on April-03-2021

Browse Popular Code Answers by Language