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
in css
td, th { vertical-align:top; }