How to align the table cells content on the top?

后端 未结 2 1535
春和景丽
春和景丽 2021-01-11 23:08

I have a HTML table. Each cell has content of different length.

For this reason, the content is not aligned on the top.

I would like the first lines be alig

2条回答
  •  既然无缘
    2021-01-11 23:38

    use valign="top" on the td

    ....
    

    setting the attribute on the tr should work for the entire row like wise for table

提交回复
热议问题