html里的table如何在表格內部保留表格橫線的同時去掉表格里的豎線


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>無標題文檔</title>

<style>

table{

border-collapse:collapse;//表格單元格間距樣式

border:1px solid #0F0;

}

tr{border:1px solid #0F0;}

td{

border:0px;}

</style>

</head>

<body>

<table width="200">

  <tr>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

  </tr>

  <tr>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

  </tr>

  <tr>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

  </tr>

  <tr>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

    <td>&nbsp;</td>

  </tr>

</table>

</body>

</html>

http://h.hiphotos.baidu.com/zhidao/pic/item/aa18972bd40735faa9aeea2c9c510fb30e2408cc.jpg

table豎線去除:
<table frame=hsides>
style="border-left-style: none; border-right-style: none; "

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



猜您在找 如何去掉bootstrap table中表格樣式中橫線豎線 html代碼/如何做到有橫線無豎線的表格/或橫線有顏色/豎線沒顏色 如何在HTML表格里定位到一行數據 el-table表格去掉橫線或修改橫線顏色css table表格里面實現單選功能 去掉 table表格橫向 內部邊框線 html怎樣讓表格里面的內容居中 HTML table 表格邊框 html table 表格 HTML 表格:表格由
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM
標簽來定義