IP Distribution LAb Computer

From TSG Doc
Revision as of 08:27, 23 April 2025 by P.dewater (talk | contribs) (Created page with "<!DOCTYPE html> <html> <head> <style> table { border-collapse: collapse; width: 100%; } th, td { border: 1px so...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<!DOCTYPE html> <html> <head>

   <style>
       table {
           border-collapse: collapse;
           width: 100%;
       }
       th, td {
           border: 1px solid #aaa;
           padding: 4px 8px;
           text-align: left;
       }
       .group-0 { background-color: #f8f9fa; }
       .group-1 { background-color: #e3f2fd; }
       .group-2 { background-color: #e8f5e9; }
       .group-3 { background-color: #fff3e0; }
       .group-4 { background-color: #fce4ec; }
   </style>

</head> <body>

Tabel met 255 rijen in gekleurde groepen

<thead> </thead> <tbody> </tbody>
Index Waarde

</body> </html>