All HTML documents must start with a document type declaration: <!DOCTYPE html>

he HTML document itself begins with <html> and ends with </html>

The visible part of the HTML document is between <body> and </body>

Example:

HTML Attributes

Example: The href Attribute

The <a> tag defines a hyperlink. The href attribute specifies the URL of the page the link goes to: