An HTML element is defined by a starting tag. If the element contains other content then it ends with a closing tag where the element name is preceded by a forward slash. The syntax of HTML element is:
Tag: HTML tags
Basics of HTML for web development
All HTML documents must start with a document type declaration: . The HTML document itself begins with and ends with . The visible part of the HTML document is between
and