我有一个简单的表用于收件箱,如下所示:
<table border="1"> <tr> <th>From</th> <th>Subject</th> <th>Date</th> </tr>
如何设置宽度,使"从"和"日期"为页面宽度的15%,"主题"为70%.我也希望表占用整个页面宽度.
html css html-table
css ×1
html ×1
html-table ×1