Nautical Flags form

by iamtimmo

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Nautical Flags</title>
</head>

<body>
<div class="container">
<table class="table">
  <caption>Nautical Flags</caption>
  <thead>
    <tr>
      <th scope="col">Code</th>
      <th scope="col">Mnemonic</th>
      <th scope="col">Category</th>
      <th scope="col">ImageURL</th>
    </tr>
  </thead>
  <tbody>

    <tr>
      <th scope="row">1</th>
      <td>One</td>
      <td>Number</td>
      <td>???</td>
    </tr>


  </tbody>
</table>
</div>

</body>
</html>