Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- dummy file -->
- <style>
- table.GeneratedTable {
- width: 100%;
- background-color: #ffffff;
- border-collapse: collapse;
- border-width: 2px;
- border-color: #01c7fc;
- border-style: groove;
- color: #5c5c5c;
- }
- table.GeneratedTable td, table.GeneratedTable th {
- border-width: 2px;
- border-color: #01c7fc;
- border-style: groove;
- padding: 3px;
- }
- table.GeneratedTable thead {
- background-color: #52d6fc;
- }
- </style>
- <!-- dummy file -->
- <table class="GeneratedTable">
- <thead>
- <tr>
- <th>Test</th>
- <th>Test</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>Test</td>
- <td>Test</td>
- </tr>
- <tr>
- <td>Test</td>
- <td>Test</td>
- </tr>
- <tr>
- <td>Test</td>
- <td>Test</td>
- </tr>
- <tr>
- <td>Test</td>
- <td>@#$&*()’l,.</td>
- </tr>
- <tr>
- <td>1234567890</td>
- <td>abcdefghijklmnopqrstuvwxyz</td>
- </tr>
- </tbody>
- </table>
- <!--8u testing -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement