1. A simple webpage with text and images:
```html
My WebpageWelcome to My Webpage
This is a simple webpage with text and images.
```
2. A webpage with a form for user input:
```html
Form ExampleEnter Your Information
```
3. A webpage with a table displaying data:
```html
Table ExampleStudent Information
Name |
Age |
Grade |
---|
John |
20 |
A |
Sarah |
22 |
B |
```