Use semantic HTML
685 |Semantic HTML helps screenreader users to 686 | understand the contents structure and gives it meaning. Ask yourself "What is it?" when writing HTML. Use a 687 | logical headline order and structuring elements as header, footer, 688 | ul, p 689 | …
690 |