Why should I use UL/LI in my HTML?

前端 未结 9 1256
长发绾君心
长发绾君心 2021-02-13 13:04

I have the following structure that seems really nice for me and I always use HTML5:


      
9条回答
  •  被撕碎了的回忆
    2021-02-13 13:41

    To add to Oded's answer, specifically the reason you want to be semantically correct is for all the web users out there who aren't using a normal browser. Consider as an example a blind person using a screen reader, or some sort of web crawler.

提交回复
热议问题