I\'m creating a table in HTML and I\'d like to have my top cell be the width of two. Here\'s a rough drawing:
__________________________________________ |
Add an attribute colspan (abbriviation for 'column span') in your top cell () and set its value to 2. Your table should resembles the following; See also W3 official docs on HTML Tables 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
) and set its value to 2. Your table should resembles the following; See also W3 official docs on HTML Tables 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
See also W3 official docs on HTML Tables