@Aaron Johnson is either a kiddie, or a troll ... not sure which, however, the questions are legit for newbies so:
HTML already has extraordinary "beautiful paragraphs" built in. <p> is the workhorse, the general <body> text. That can be left, right, or justified. Choice of font/size up to content requirements/device.
<blockquote> provides the offset, left/right for such material, style to whatever font/size (even color) as required.
<p> can have classes (in css) for things like x font/color purpose which helps avoiding lengthy <spans>, ie <p class="red"> or <p class="right"> with all the paramerts stuck in the css style sheet.
That said, Aaron ... you need to read the tuts already suggested. A comprehensive, though rather "scholarly" version of what you are asking about can be found at:
[
w3schools.com...]
Every question you have asked as been answered there ... a zillion years ago.
In future, we'd like to see any CODE you are having problems with. Write some, show it (and why it is not working for you) and you will get more help than Carter has Liver Pills (showing my age for this lame joke!).
Seriously, we want to help, but you have to help us, too!