# 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: `

`
5. **`
to ` (Headings):**
- Defines headings of different levels.
- Example: `This is a Heading
`
6. **`` (Unordered List) and `- ` (List Item):**
- Creates a bulleted list.
- Example:
```html
```
7. **`
` (Ordered List):**
- Creates a numbered list.
- Example:
```html
- First item
- Second item
```
8. **`