HTML Tags

HTML tags are keywords (tag names) surrounded by angle brackets:

<tagname>content</tagname>

The start tag is often called the opening tag. The end tag is often called the closing tag.

Back button Table of Contents Next button