HTML tags are used to mark-up HTML elements.
HTML tags two characters < and > .
The characters are called angle brackets .
HTML tags normally come in pairs like <b> and </b>.
The first tag in a pair is the start tag, the second tag is the end tag. (more…)
