HTML Tags
HTML tags consist of a left angle bracket (<), a tag name, and a right angle bracket (>).
Tags are usually paired, to start and end the tag instruction.
The end tag looks just like the start tag, except a slash (/) precedes the text within the brackets. Ex: <H1> and </H1>.
Some tags have optional attributes, which is additional information included inside the start tag.
For example, you can specify the alignment of images by including this attribute with the image source HTML code.
Not all tags are supported by all World Wide Web browsers. If a browser does not support a tag, it usually just ignores it.