Tag
A tag in HTML is an element that defines content and structure on a webpage. Tags are enclosed in angle brackets (< >) and come in pairs, with an opening tag (e.g., <div>) and a closing tag (e.g., </div>), though some tags, like <img>, are self-closing. Tags are the fundamental building blocks of HTML documents, controlling how text, images, and other elements are displayed on the web.