<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Hometown</title>
<style>
body {
background-color: #e6f7ff;
color: #333;
font-family: 'Arial', sans-serif;
}
header {
text-align: center;
padding: 20px;
background-color: #4CAF50;
color: #fff;
}
img {
width: 100%;
max-height: 300px;
object-fit: cover;
}
</style>
</head>
<body>
<header>
<h1>Welcome to My Hometown</h1>
</header>
<main>
<img src="hometown.jpg" alt="Hometown Image">
<p>This is a brief description of my beautiful hometown.</p>
</main>
</body>
</html>
GUYS IF YOU HAVE ANY DOUBT. PLEASE LET ME KNOW