I am laying out a step by step FAQ page, but I wasn't sure if it would be more beneficial to use:
<article>
<header>
<h1>Question</h1>
</header>
<p>Answer</p>
</article>
for each question (something close to that) or just use an Ordered List. Each question/answer subject is able to independently be its own article and should be presented semantically. What do you think?