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...