In fact, an HTML page is a text file composed of various HTML elements, which can be directly run by any web browser. Therefore, it can be said that HTML elements are the basic objects that constitute HTML files, and HTML elements can be said to be a general term. HTML elements are defined by using HTML tags.
2. Label:
The label is
Tags are used to mark HTML elements. The text between the start tag and the end tag is the content of the HTML element.
3. Attribute:
What provides various additional information for HTML elements is HTML attributes, which always appear as name-value pairs of "attribute name = attribute value", and attributes are always defined in the opening tag of HTML elements.