Table test

by scotp71

HTML

<table style="width: 80%">
  <tr>
    <th>System</th>
    <th>Produced/Sold By</th>
    <th>Technology Base</th>
    <th>Major Capabilities</th>
    <th>Major Limitations</th>
    <th>Example Site</th>
  </tr>
  <tr>
    <td>WordPress</td>
    <td>Open Source</td>
    <td>PHP/MySQL</td>
    <td>Supports Themes</td>
    <td>Security</td>
    <td>https://wordpress.org/</td>
  </tr>
  <tr>
    <td>TYPO3</td>
    <td>Open Source</td>
    <td>PHP/MySQL</td>
    <td>Supports Themes</td>
    <td>Security</td>
    <td>https://wordpress.org/</td>
  </tr>
  <tr>
    <td>Drupal</td>
   <td>Open Source</td>
    <td>PHP/MySQL</td>
    <td>Supports Themes</td>
    <td>Security</td>
    <td>https://wordpress.org/</td>
  </tr>
  <tr>
    <td>Contao</td>
   <td>Open Source</td>
    <td>PHP/MySQL</td>
    <td>Supports Themes</td>
    <td>Security</td>
    <td>https://wordpress.org/</td>
  </tr>
  <tr>
    <td>HubSpot</td>
   <td>Open Source</td>
    <td>PHP/MySQL</td>
    <td>Supports Themes</td>
    <td>Security</td>
    <td>https://wordpress.org/</td>
  </tr>

</table>

CSS

table {
  border: 4px solid black;
}
th {
  border: 1px solid black;
}
td {
  border: 1px solid black;
}