-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDeekshith.html
More file actions
45 lines (44 loc) · 1.68 KB
/
Deekshith.html
File metadata and controls
45 lines (44 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=, initial-scale=1.0">
<title>Document</title>
<link rel="Style" href="C:/Users/lenovo/Documents/New folder/web101/style.css">
<style>
.gg
{
color:hotpink ;
}
ul{
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
</style>
</head>
<body>
<h1>Deekshith</h1>
<a href="#">One</a>
<a href="#">Two</a>
<a href="#">Three</a>
<a href="#">Four</a>
<h2>Favorite Foods</h2>
<nav>
<ul>
<li value="disc">Apples</li>
<li value="disc">Pizza</li>
<li value="disc">Crab</li>
<li value="disc">Chocolate Cake</li>
</ul>
<h2>Achievements</h2>
<p>Progress in this course (100%)<progress value="100" max="100">Progress in this course</progress></p>
<p class="gg">Progress in the Specialization Capstone(20%)<progress value="20" max="100">Progress in this course</progress></p>
<p>Progress in life goals (90%)<progress value="90" max="100">Progress in this course</progress></p>
<h2>More About Me</h2>
<p>I grew up in Mangalore along the coastal shore of the Great arabian sea watching sunset everyday</p>
</body>
<footer>
<a href="http://intro-webdesign.com/">
<img src="http://www.intro-webdesign.com/images/newlogo.png" alt="WD4E website redirect" ></a>
<p>This page was created by Deekshith & Collen van lent.To learn more about web design ,visit <a href="http://intro-webdesign.com/">Intro to Web Design</a></p>
</footer>
</html>