How to indent in HTML?

Use the "text-indent" property to indent the first line of text within an element.

Syntax:

<style>
p {
text-indent: 20px;
}
</style>
<p>This is an indented paragraph.</p>

Go from files to website in seconds.

Start a free trial for 7 days — no credit card required

Get Started for Free