Definition: An HTML tag is used to define elements in a webpage. It tells the browser how to display the content.
These tags wrap around content. They must have both opening and closing tags.
The "forward slash" (/) signifies the close.
These tags do not have closing tags. They are used to insert something into the page rather than wrap around text.
<br> (Line Break)<img> (Image)<hr> (Horizontal Rule)