-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinal-Project.html
More file actions
48 lines (47 loc) · 1.62 KB
/
Final-Project.html
File metadata and controls
48 lines (47 loc) · 1.62 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Harsh Waghela</title>
<link rel="stylesheet" href="css/stylesheet.css">
</head>
<body>
<header>
<h1>Harsh Waghela</h1>
</header>
<div>
<a href="https://www.youtube.com/" target="_blank">One</a>
<a href="http://www.coursera.org" target="_blank">Two</a>
<a href="https://facebook.com" target="_blank">Three</a>
<a href="https://codepen.io/styrene01/pen/GRoJGVQ" target="_blank">Four Five Six Seven Eight Nine</a>
</div>
<div>
<h2>Favourite Foods</h2>
<ul>
<li>Burger</li>
<li>Pizza</li>
<li>Dim Sum</li>
<li>Biryani</li>
</ul>
</div>
<div>
<h2>Achievements</h2>
<p>Progress in this course (100%)
<progress value="100" max="100"></progress><br>Progress in Specialization capstone (20%)
<progress value="20" max="100"></progress><br>Progress in life goals (10%)
<progress value="10" max="100"></progress>
</p>
</div>
<h2>More About Me</h2>
<details open>
<summary>My Childhood</summary>
<p>I was born and brought up in Mumbai.In my childhood I used to play a lot.Who doesnt?</p>
</details>
<footer>
<p>
<img src="https://www.intro-webdesign.com/images/newlogo.png" alt="Captcha Image">This page was created by Harsh Waghela &
Colleen van Lent. To learn more about web design, visit <a href="http://www.intro-webdesign.com/">Intro to Web Design</a>
</p>
</footer>
</body>
</html>