Align text a bit from the right border in HTML?

Matt Dijk

New member
So I'm trying to align my paragraph of text to the right.
This itself is pretty simple:

<p align="right">
or
<p style="text-align: right">

But in my opinion it's a little too far to the right, so I'm looking for the tag that allows me to change that.
But since the web is so flooded with html guides and stuff and I'm not exactly sure what that what I'm looking for is called, I can't seem to find it.

Help appreciated,
Matt
 
Back
Top