CSS Portal
Run
Search
« Back to
HTML span Attribute
<table border="1"> <colgroup span="2" style="background-color: #DFF0D8;"></colgroup> <col span="1" style="background-color: lightblue;"> <tr> <th>Country</th> <th>Capital</th> <th>Population (in millions)</th> <th>Language</th> </tr> <tr> <td>USA</td> <td>Washington D.C.</td> <td>331</td> <td>English</td> </tr> <tr> <td>France</td> <td>Paris</td> <td>67</td> <td>French</td> </tr> <tr> <td>Germany</td> <td>Berlin</td> <td>83</td> <td>German</td> </tr> </table>
If this site has been useful, we’d love your support! Running this site takes time and resources, and every small contribution helps us keep creating valuable content. Consider buying us a coffee to keep things going strong!
☕ Buy a Coffee