-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Hobbies</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>this is my first home page</h1>
<p>Welcome to my first Webpage. I'm right now learning to create awesome webpages and it's fun.</p>
<h2>About Me</h2>
<p>I'm Vishrut.M.Krishna ! I'm studying at 7th Grade at CIS school. I'm now a <u>ProGradJr</u> </p>
<h3>My Hobbies</h3>
<ol>
<li>I love reading books</li> <br>
<img src="https://wallpapercrafter.com/desktop/272767-a-stack-of-old-leather-bound-booksleather-bound-bo.jpg" alt="">
<li>i love watching football matches</li> <br>
<img src="https://th.bing.com/th/id/OIP.u65rgJN_N7EJEs4WYzDwrAHaEH?w=295&h=180&c=7&r=0&o=5&dpr=1.49&pid=1.7" alt="">
<li>i like to code</li> <br>
<img src="https://th.bing.com/th/id/OIP.pjxg0Tpg4MuGlrPzQEvRlgHaE8?w=229&h=180&c=7&r=0&o=5&dpr=1.49&pid=1.7" alt="">
</ol>
</body>
</html>