Basic of HTML

Absolutely, HTML (HyperText Markup Language) is the foundation of web development. It structures
content on the web. Here’s a quick overview of the basics:

1. HTML Document Structure

An HTML document is made up of several key parts:

1. img : Declares the document type and version of HTML.
2. img :The root element of the HTML document.
3. img Contains meta-information about the document (e.g., title, character set).
4. img Contains the content of the web page, such as text, images, and links.

Here's a simple example of a basic HTML document: