Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

<!

DOCTYPE html> <html> <head> <title>My Web Page</title> </head> <body>


<h1>Welcome to my web page</h1> <p>This is a basic HTML web page.</p> <ul> <li>Item
1</li> <li>Item 2</li> <li>Item 3</li> </ul> <img src="image.jpg" alt="A sample image">
</body> </html>

You might also like