-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb.html
More file actions
63 lines (59 loc) · 1.33 KB
/
Copy pathweb.html
File metadata and controls
63 lines (59 loc) · 1.33 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
progress{
height:7px;
}
footer{
width: 870px;
}
</style>
<title> web pages</title>
</head>
<body>
<h1> Colleen Van Lent</h1>
<nav>
<a href="page1.html">One</a>
<a href="page2.html">Two</a>
<a href="page3.html">Three</a>
<a href="choice.html">Your Choice</a>
</nav>
<section><h2>Favorite Foods</h2>
<ul>
<li>Date</li>
<li>Pizza</li>
<li>Crab</li>
<li>Choclate cake</li>
<li>Apples</li>
</ul></section>
<section><h2>Achievements</h2>
<div class="to"; id="progress";>
Progress in this course (100%)
<progress value="100"; max="100";>
</div>
<div id="progress";>
Progress in this Specialization capstone (20%)
<progress value="20" max="100">
</div>
<div id="progress";>
Progress in life goals (67%)
<progress value="67"; max="100"; >
</div>
</section>
<h2>
More About Me
</h2>
<details>
I grew up in Pakistan Pattoki.I lived near beautiful Forest Changa Manga chuniyan, kasur, punjab, pakistan
<summary>My Childhood</summary>
</details>
<footer>
<img src="http://www.intro-webdesign.com/images/newlogo.png"; alt="no image";>
This page was created by Mian Asadullah by Colleen Van Lent. To learn more about web design, visit
<a href="Intro to web Design"; >
Intro to web Design
</a>
</footer>
</body>
</html>