I have a code setup for a FAQ page like this:
<p><strong>This Is A Question</strong></p>
<p><strong>Answer.</strong> This is the content of the answer, and I am going to keep
typing until it kicks to a new line.</p>
I do notice that when this displays via the browser the new line does not align up to the start of the Answer Content. Align as in from the left. I am also aware not to expect HTML to do such a thing, must question is. What are my options on coming across “indenting” this text per se?
Any help would be greatly appreciated!
Inspired by Nicole Sullivan’s css
.mediaelement, you can check out a two column solution update to your jsfiddle.