今天做个表格,需要显示黑体内边框,弄了半天弄不出来,怒了!直接拼揍

<title>无标题文档</title>
<style type="text/css">
	table{ border-top:black 1px solid; border-left:black 1px solid;}
	table td{ border-bottom:black 1px solid; border-right:black 1px solid;}
</style>
</head>
<body>
<table width="500px" height="200px" cellpadding="0" cellspacing="0">
	<Tr>
    	<Td>fd</Td>
        <Td>fd</Td>
        <Td>fd</Td>
    </Tr>
    <Tr>
    	<Td>fd</Td>
        <Td>fd</Td>
        <Td>fd</Td>
    </Tr>
</table>
</body>

 

 

相关文章:

  • 2021-11-18
  • 2021-12-25
  • 2022-12-23
  • 2022-02-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
相关资源
相似解决方案