How to indent a paragraph

To indent a paragraph add <p style=”margin-left: 40px;”to the paragraph tag

Change

<p>This is a paragraph</p>

to

<p style="margin-left: 40px;">This is a paragraph</p>

And this:

This is a paragraph

will look liket this:

This is a paragraph

This style can be added to other commonent types, including ?div?.

Leave a Reply

Your email address will not be published. Required fields are marked *