-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
48 lines (45 loc) · 2.02 KB
/
About.html
File metadata and controls
48 lines (45 loc) · 2.02 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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="style_about.css">
</head>
<body class="body">
<div class="top">
<h1 class="tit">About Us</h1>
</div>
<p>
<div id="links">
<a href="#" id="h1" target="_blank">Home</a>
<a href="My_project.html" id="h2" target="_blank">My projects</a>
<a href="contact.html" id="h4" target="_blank">Contacts</a>
</div>
<p>
<p>
<div class="sec">
<h2 class="sec2">Purpose of this Activity</h2>
</div>
</p>
<p >
<div class="bad">
<div class="border">
<h2><li class="Points">Getting better at HTML and CSS</li></h2><hr>
<p class="more">This activity helped in getting used to with some basic and intermediate level HTML and CSS as in this activity I created multiple sub projects like creating several HTML project which are linked in this activity such as "My project", "About us", "Ferris Wheel", etc.</p><hr>
</div>
<div class="border">
<h2><li class="Points">Problem solving skills</li></h2><hr>
<p class="more">This activity helped in developing the skill of problem solving completing a task given to us as this activity gives us the freedom to creat somthing with our own imagination and some guide lines.</p><hr>
</div>
<div class="border">
<h2><li class="Points">Increasing creativity</li></h2><hr>
<p class="more">This activity helped in developing the creative side of the students as a set of guidelines were given and student had to make the project according to their imagination and creativity.</p>
</div>
</div>
</p>
<footer>
<p class=""><marquee></marquee></p>
</footer>
</body>
</html>