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