2017-08-01から1ヶ月間の記事一覧
td に height 当たればいいんじゃない? <html> <head> <style> table, td, th { border: 1px solid black; border-collapse: collapse; } td { height: 10px; } </style> </head> <body> <h1>Use "height" to td tag for height of tr tag instead of "min-height"</h1> <table> <caption>example</caption> <thead> </thead></table></body></html>