What is HTML?

What are types of tags?
<body>
<p>

————-
table
<table>
<tbody>
<tr>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
————————–

table lines 

<style>
    td {
        border: 1px solid black;
    }

table {
  font-size: 35%;
}

@media screen and (min-width: 840px) { /* large screen settings */
  table {
    font-size: 100%;
  }
}
</style>

padding
<style>
    td {
        border: 1px solid black;
        padding: 5px 10px;
    }
</style>
—————–
underline 
<u>this will be underlined</u>

————————
statcounter code 

<!– Default Statcounter code for
https://www.anitakay.ninja/ https://www.anitakay.ninja/ –><noscript>
<div class=”statcounter”><a title=”real time web
analytics” href=”https://statcounter.com/” target=”_blank” rel=”noopener”><img class=”statcounter” src=”https://c.statcounter.com/12418994/0/e41d7bd0/1/” alt=”real time web analytics”></a></div>

</noscript><!– End of Statcounter Code –></h2>

Loading