What is the best practice for using HTML headings for accessibility?
Use only <h6> for all headings
<h6>
Use only <h1> for all headings
<h1>
Use headings in a descending order from <h1> to <h6>
Use headings randomly for styling