- HTML markup tags are usually called HTML tags.
- HTML tags are keywords surrounded by angle brackets like <html>.
- HTML tags normally comes in pairs like <b> and </b>.
- The first tag in a pair is the start tag and second tag is the end tag.
- Start and end tags are also called opening tags and closing tags.