Suppose you create a section in a page that uses a level-2 subheading that reads <h2>E-Readers</h2>. Below that, I want two subsections titled E-Ink and Backlit. Which tags would be the best to use for the headings of those subsections below the h2?
a. <h3>...</h3>
b. <li>...</li>
c. It doesn't matter what tags you use, so long as it looks good in the Web browser
d. <h1>...</h1>
<h3>...</h3>