HTML 'td' width and height

前端 未结 2 1667
余生分开走
余生分开走 2020-12-08 13:08

The \'height\' and \'width\' are not supported in HTML5. How can I set a td\'s width and height while conforming to the HTML5 standard?

         


        
2条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-08 14:11

    Following width worked well in HTML5: -

    Month Savings
    January $100
    February $80

    Please note that

    • TD tag is without CSS style.

提交回复
热议问题