1. What is an HTML tag?
A component enclosed in angle brackets that defines elements in a webpage
Обяснение
An HTML tag is a fundamental component of HTML, enclosed within angle brackets < >, used to define elements in a webpage's structure. The other options describe attributes, CSS selectors, or JavaScript scripts, which are different concepts.