<html>
  <head>
    <title>Html 2</title>
    <style>
      table,th,td {border: 1px solid black;
  border-collapse: collapse;
} 
      th{
        text-align:left;
      }
       caption{
        text-align:left;
      }
    </style>
      </head>
  <body>
    <a href="https://www.wikipedia.org/" target="_blank">Wikipedia</a></br>
    <!-- <a href="html1.html">html1</a> -->
  <a href="https://codepen.io/_mahimasingh_/pen/OJROEBR">html1 link</a></br>
  <img src="https://user-images.githubusercontent.com/58841158/103176197-c22d2e80-4895-11eb-939b-c612f13009eb.jpeg" alt="Demon Slayer Image file" width="301 height="167">
<hr>
<iframe width="560" height="315" src="https://www.youtube.com/embed/7P23gKO5hZA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe src="https://en.wikipedia.org/wiki/Demon_Slayer:_Kimetsu_no_Yaiba" frameborder=0 width=560 height=315></iframe>
<hr>
<h3>Demon Slayer character's senses:</h3>
                                                                        
<table style= "width:50%">
 <caption>Senses Table</caption>
  <thead>
    <tr>
    <th>Sense of</th>
    <th>No.</th>
    <th>Users</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Hearing</td>
      <td>2</td>
      <td>Zenitsu Agatsuma, Tengen Uzui</td>
    </tr>
     <tr>
      <td>Smell</td>
      <td>2</td>
      <td>Tanjiro Kamado, Sakonji Urokodaki</td>
    </tr>
     <tr>
      <td>Touch</td>
      <td>1</td>
      <td>Inosuke Hashibira</td>
    </tr>
     <tr>
      <td>Sight</td>
      <td>1</td>
      <td>Kanao Tsuyuri</td>
    </tr>
  </tbody>
</table>
  </body>
</html>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.