Why use definition lists (DL,DD,DT) tags for HTML forms instead of tables?

前端 未结 11 1607
醉酒成梦
醉酒成梦 2020-12-02 06:29

I\'ve come across a few examples recently that do things like:

Full Name:
11条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 07:14

    Virtually all forms are tabular. Do you ever see a form that's not tabular? The guidelines I've read suggested using the table tag for tabular presentation and that's exactly what forms, calendars, and spreadsheets are for. And now they're using DD and DT instead of tables? What is the Web coming to?! :)

提交回复
热议问题