Search notes:

HTML element: col

The <col> tag sets properties (such as the background color) for columns within HTML tables.
<!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

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...', 1758206669, '216.73.216.150', '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