-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirstpage.html
More file actions
18 lines (18 loc) · 990 Bytes
/
firstpage.html
File metadata and controls
18 lines (18 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<button>Click me</button>
<h1 class="nodo">Welcome to My Webpage</h1>
<a href="https://open.spotify.com" target="_blank"><h2>My Favorite Website</h2></a>
<p>Hey there,<br>I am Senani.<br>A curly hair girl who loves listening and whistling to music. I am into sports as well I play Volleyball, Table Tennis. I love sketching, making patterns and whatever I see.
<br>I am a foodie, always up for trying new dishes. I am interested in solo-travelling but a company is always good. I am into reading, dancing and watching movies(thriller, suspense genre)</p>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRYy8KCNBqAf5_H6XP4aq6r5QgmPndYjZ2gTQ&s" alt="Any Given Sunday Movie"
width="30%" height="40%">
</body>
</html>