# HTML Elements 1. **`
` (Division):** - Used for grouping and structuring content. - Example: `
Content goes here
` 2. **`

` (Paragraph):** - Defines a paragraph. - Example: `

This is a paragraph.

` 3. **`` (Anchor):** - Creates hyperlinks. - Example: `Visit Example` 4. **`` (Image):** - Embeds images. - Example: `Description` 5. **`

to

` (Headings):** - Defines headings of different levels. - Example: `

This is a Heading

` 6. **`