-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathq1.html
More file actions
23 lines (22 loc) · 1 KB
/
q1.html
File metadata and controls
23 lines (22 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Favorite Hobby: Photography</title>
</head>
<body>
<header>
<h1>My Favorite Hobby: Photography</h1>
</header>
<main>
<p>
Photography is more than just taking pictures; it is an art form that allows me to capture the beauty of the world around me. I enjoy exploring different environments, whether it's nature, cityscapes, or portraits of people. Each photograph tells a story and freezes a moment in time that I can cherish forever.
</p>
<hr>
<p>
My favorite type of photography is landscape photography. Being in nature, experiencing breathtaking views, and capturing them through my lens is incredibly fulfilling. The challenge of finding the perfect angle, lighting, and composition keeps me constantly learning and growing as a photographer.
</p>
</main>
</body>
</html>