Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<table>
  <tr>
    <td>产品名称</td>
    <td>云盘</td>
  </tr>
  <tr>
    <td>CPU</td>
    <td>4核1.2GHz</td>
  </tr>
  <tr>
    <td>内存 RAM</td>
    <td>256Mb</td>
  </tr>
  <tr>
    <td>存储 ROM</td>
    <td>32G </td>
  </tr>
  <tr>
    <td>电源</td>
    <td>直流5V2A</td>
  </tr>
  <tr>
    <td>颜色</td>
    <td>黑色</td>
  </tr
</table>
  
  
</body>
</html>
 
table { 
  border-collapse: collapse;
}
table tr td {
  border: solid 2px #222;
}
table tr {
  background: #fff;
}
table tr:nth-child(even) {
  background: #ccc;
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
newghostpro
0viewers