-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoursera project1.html
49 lines (48 loc) · 1.77 KB
/
coursera project1.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang ="en">
<head>
<meta charset ="UTF-8">
<meta name = "author" content ="Srishti Gauraha">
<title>My final project</title>
</head>
<body>
<header>
<h1><mark>Srishti Gauraha</mark></h1>
<nav>
<a href ="http://www.coursera.org" target ="_blank">One</a>
<a href ="https://www.edx.org/" target ="_blank">Two</a>
<a href ="https://www.udacity.com/" target ="_blank">Three</a>
<a href ="https://codepen.io/ni3bobade/" target ="_blank"><mark>Your Choice</mark></a>
</nav>
</header>
<section>
<h2>Favourite Foods</h2>
<ul>
<li><mark>Chicken Biryani</mark></li>
<li><mark>Dal Tadka</mark></li>
<li><mark>Vada Pav</mark></li>
<li><mark>Gulab Jamun</mark></li>
</ul>
</section>
<section>
<h2>Achievements</h2>
<p>Progress in this course(100%)
<progress value = "1"></progress><br>Progress in the specialization capstone(20%)
<progress value ="20" max = "100"></progress><br>Progress in life goals<mark>(67%)
<progress value ="67" max = "100"></mark></progress><br>
</p>
</section>
<section>
<h2>More About me </h2>
<details open>
<summary>My Childhood </summary>
<p><mark>I grew up in bilaspur, a very small town in chattisgarh.Durning my childhood I enjoyed in playing badminton.</mark></p>
</details>
</section>
<footer>
<p>
<img src = "http://www.intro-webdesign.com/images/newlogo.png" alt ="Intro to web design logo">This page was created by <mark>Srishti Gauraha</mark> & Collen van Lent. To learn more about web design,visit<a href ="http://www.introwebdesign.com/" >Intro to web Design</a>
</p>
</footer>
</body>
</html>