HTML Tag

HTML (Hyper Text Markup Language) tags are required to structure the website. HTML elements include an opening tag, content tag, and closing tag. HTML tags are contained within angle brackets (<, >). An open tag (<tag>) will have a close tag (</tag>), except for some cases where there will be no closing tags. Also, tags placed within a tag should be closed before closing the first tag. Tags include elements like headings, paragraphs, links, tables, or images and attributes such as colour, height, or width.