Saarland: Unterschied zwischen den Versionen

Aus Leicht-Fertig
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 76: Zeile 76:




<table>
<html>
<head>
<style>
th, td {
  border-style:solid;
  border-color: #96D4D4;
}
</style>
</head>
<body>
 
<h2>Table With Border Color</h2>
 
<p>Use the CSS border-color property to set the color of the borders.</p>
 
<table style="width:100%">
   <tr>
   <tr>
     <th>Month</th>
     <th>Firstname</th>
     <th>Savings</th>
     <th>Lastname</th>
    <th>Age</th>
   </tr>
   </tr>
   <tr>
   <tr>
     <td style="background-color:#FF0000">January</td>
     <td>Jill</td>
     <td >$100</td>
     <td>Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
  <tr>
    <td>John</td>
    <td>Doe</td>
    <td>80</td>
   </tr>
   </tr>
</table>
</table>

Version vom 22. Mai 2023, 23:19 Uhr

Diese Seite ist noch eine Baustelle ..!
x Entweder Oder

Fac

ts über Saarland

Saarland




Table With Border Color

Use the CSS border-color property to set the color of the borders.

Firstname Lastname Age
Jill Smith 50
Eve Jackson 94
John Doe 80