table border: 1px solid #C5B798; : table border « Tags « HTML / CSS






table border: 1px solid #C5B798;

     
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Spotlight  | A Free CSS Template by RamblingSoul</title>
<style type='text/css'>
table {
  width: 95%;
  background:red;
  border: 1px solid #C5B798;
  margin-top: 15px;
  margin-bottom: 25px;
}
td {
  border-bottom: 1px solid #CDC1A7;
  padding: 5px;
}
th {
  font-family: "Trebuchet MS", Arial, Verdana;
  font-size: 14px;
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CDC1A7;
  background-color: #CDC1A7;
  color: #993300;
}
</style>


</head>
<body>
<table cellspacing="0" cellpadding="3">
  <tr>
    <th scope="col">Lorem Ipsum</th>
    <th scope="col">Dolor Sit</th>
    <th scope="col">Lorem</th>

    <th scope="col">Ipsum </th>
    <th scope="col">Dolor</th>
  </tr>
  <tr class="alttr1">
    <th scope="row">ABCD</th>
    <td>Noman's Land</td>
    <td>1989</td>

    <td>1200</td>
    <td>200%</td>
  </tr>
  <tr class="alttr2">
    <th scope="row">XYZ</th>
    <td>Nobody Home</td>
    <td>1941</td>

    <td>120</td>
    <td>50%</td>
  </tr>
<tr class="alttr1">
    <th scope="row">ABCD</th>
    <td>Noman's Land</td>
    <td>1989</td>

    <td>1200</td>
    <td>200%</td>
  </tr>
  <tr class="alttr2">
    <th scope="row">XYZ</th>
    <td>Nobody Home</td>
    <td>1941</td>

    <td>120</td>
    <td>50%</td>
  </tr>
<tr class="alttr1">
    <th scope="row">ABCD</th>
    <td>Noman's Land</td>
    <td>1989</td>

    <td>1200</td>
    <td>200%</td>
  </tr>
  <tr class="alttr2">
    <th scope="row">XYZ</th>
    <td>Nobody Home</td>
    <td>1941</td>

    <td>120</td>
    <td>50%</td>
  </tr>
</table>

</body>
</html>

   
    
    
    
    
  








Related examples in the same category

1.Set table border
2.Collapsed Borders
3.table border-width: medium;
4.table border-color: navy;
5.table border groove
6.border-collapse: separate
7.border-collapse: collapse
8.using border-spacing to create space between cells in a table
9.Using the differing precedences of row, column and cell borders to style a table
10.border-spacing: 0.5em
11.Set table right and bottom border to solid
12.Add border spacing
13.Add border spacing for only top and bottom
14.Add border space to column
15.Separated Borders
16.Boxed Cells
17.Left table border
18.Right table border
19.Top table border
20.Bottom table border
21.'border' sets the thickness in pixels of the border around an element
22.'bordercolor' specifies the color of the element border
23.'bordercolordark' defines the darker shade of the border color
24.'bordercolorlight' Example
25.'frame' determines how to display a table's border frame
26.'rules' controls which portions of a table's borders are displayed
27.Set table border to collapse, 1px solid black
28.table border-style: solid;
29.table border-color: #999999;
30.Using a table to display border styles
31.table border: 1px solid black;
32.table border: thin solid black;table-layout: auto;
33.table {border-collapse:separate;}
34.table border-spacing:2px 8px;
35.Using CSS for Table Borders
36.table border: 1px solid #d8d8d8;
37.table border: 1px solid mediumslateblue;
38.table border-collapse: collapse;
39.table border: 1px solid rgb(200, 200, 200);
40.table border-spacing: 15px;
41.table border-spacing: 0 15px;
42.table border-spacing: 15px 0;
43.Table border and cell border