Code: Select all
<p>
<b>Explanation</b>
...
Code: Select all
<p style="width: 45em; max-width: 100%; margin: auto;">
<b>Explanation</b>
...
Code: Select all
<p style="width: 45em; max-width: 100%; margin: auto; text-align: justify;">
<b>Explanation</b>
...
Note: there are other ways to do the styling but given the simplicity of the page, inline styles should be fine.
samuel