Saturday, January 21, 2023

Collection of basic HTML tags

This post is a collection of HTML tags. There are 18 tags listed below alphabetically.

  • Body: <body> </body>
  • Bullet list: <ul> </ul>
  • Bold: <b> </b>
  • Font: <p style="color:blue;"> </p>
  • Heading: <h1> </h1>
  • Horizontal line: <hr>
  • Hyperlink: <a href=" "> </a>
  • Image: <img style= " " scr=" " alt=" " width=" " height=" ">
  • Italics: <i> </i>
  • Line break: <br>
  • Metadata about the page: <head> </head>
  • Numbered list: <ol> </ol>
  • Paragraph: <p> </p>
  • Sub heading: <h2> </h2>, <h3> </h3>, etc.
  • Table: <table> </table>
  • Table cell: <td> </td>
  • Table row: <tr> </tr>
  • Underline: <u> </u>