Search notes:

HTML element: col

The <col> tag allows to set a limited number of CSS properties (such as the background color) for columns within HTML tables.
color does not belong to this limited set and thus has no effect in the following example:
<!DOCTYPE html>
<html>
<head>
  <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
  <title>&lt;col&gt;</title>
</head>
<body>

   <table summary='..'>

     <col style='background-color:#b72; color:#fff'/>
     <col style='background-color:#27b; color:#fff'/>
     <col style='background-color:#b27; color:#fff'/>

     <tr>
       <td>Foo</td>
       <td>Bar</td>
       <td>Baz</td>
     </tr>

     <tr>
       <td>One</td>
       <td>Two</td>
       <td>Three</td>
     </tr>

   </table>

</body>
</html>
Github repository about-html, path: /tags/col.html

See also

HTML elements, <colgroup>

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1788627251, '216.73.216.30', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/web/HTML/tags/col(70): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78