- A tag is an instruction in the form of text character. Tags start with a less-than sign (<) followed by a keyword, and conclude with a greater-than sign (>).
- Start tags are used to begin an effect, and
- End tags are used to end that effect.
- HTML tags are of two types:
- Container tags or non-empty tags
- Empty tags
- An HTML tag can have an attribute and a value.
- An attribute is an additional information supplied to an HTML tag.
Example: <HTML>, <BODY>, <U> are some examples of tags.