Document Title
```
## HTML Basic Elements
### Heading Tags
```html
This is the main Heading 1
This is the second largest Heading 2
This is a much smaller Heading 6
```
### Paragraph
```html
This is a paragraph.
```
### Lists
#### Unordered List
```html
Item 1
Item 2
```
#### Ordered List
```html
Item 1
Item 2
```
### Links
```html
Visit Example
```
## Text Formatting
### Bold
```html
This is bold text
```
### Italic
```html
This is italicized text
```
### Underline
```html
This text is underlined
```
## Links and Navigation
### Anchor Tag
```html
Visit Example
```
### Navigation
```html
```
## Multimedia Elements
### Image
```html
```
### Audio
```html
```
### Video
```html
```
## Embedded Content
### Iframe
```html
```
### Embedded Audio
```html