What is the purpose for HTML's tbody?

前端 未结 6 388
情话喂你
情话喂你 2020-12-02 22:44

What are the main reasons someone would use HTML\'s tbody in a table? Is it just for formatting purposes?

I use head and body

6条回答
  •  死守一世寂寞
    2020-12-02 23:40

    One great use I've found for tbody is to allow for the rows to be scrollable while keeping the column header and footer visible. This only works in browsers that actually support css though. Sorry no Internet Explorer!

    
    

提交回复
热议问题