An HTML tag is a piece of code that denotes the start and end of an element in an HTML document. These elements can be headers, paragraphs, images, links, forms, lists, etc. The tag is surrounded by angle brackets (<>). Most tags are paired with a corresponding closing tag (/), indicating where the element ends. For example, a paragraph is wrapped with
at the start and
at the end.