table-table-layout和border-collapse: collapse的用法

<html> <head> <style type="text/css"> table.one { table-layout: automatic } table.two { table-layout: fixed } </style> </head> <body> <table class="one" border="1" width="100%"> <tr> <td width="20%">1
相關文章
相關標籤/搜索