Rugged Bear’s Rugged Bear Rugs (HTML)

<head>
  <link href="https://fonts.googleapis.com/css?family=Bitter" rel="stylesheet">
</head>

<body>
  <div id="neon-back-light">
  <h1 id="store-banner"><span id="neon-back-light">Rugged Bear's Rugged Bear Rugs</span></h1>
  </div>
  <table id="aisles">
    <caption><h3>Store Aisles</h3></caption>
    <tbody>
      <tr>
        <th>Rugged Bear Rugs</th>
        <th>Canned Goods</th>
        <th>Fresh Produce</th>
        <th>Candy</th>
      </tr>
      <tr>
        <td>Green Bear Rug Made from not Bears</td>
        <td>Tomato Soup</td>
        <td>Lettuce</td>
        <td>Snickers</td>
      </tr>
      <tr>
        <td>Yellow Bear Rug made from not Bears</td>
        <td>Beef Ravioli</td>
        <td>Broccoli</td>
        <td>Twix</td>
      </tr>
    </tbody>
  </table>
  
  <div id="example-buttons">
    <button id="buy-button">Buy</button>
    <button id="login-button">Login</button>
  </div>

</body>

Author: Keane Le

Have you ever seen a bear code? Probably not. I like to learn things about Software Development and IT. Let's learn together. Maybe you can teach me. Maybe I can teach you.