-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.17 KB
/
index.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
<!--This is a final html page which we created using the knowledge we gained so far.-->
<!DOCTYPE html>
<html lan="en">
<head><title>Mr.A's Perspective Home</title></head>
<body>
<header>
<pre class="pre_head_tag">
<!--Logo section-->
<a href="/Contents.html">Content</a> <a href="/Trending.html">Tredning</a> <a href="/Subjects.html">Subject</a> <a href="/login.html">Login</a> <a href="/signin.html">Signin</a>
</pre>
</header>
<hr>
<main>
<section class="sections" id="Sec1">
SECTION1
</section>
<section class="sections" id="Sec2">
SECTION2
</section>
<section class="sections" id="Sec3">
SECTION3
</section>
<section class="sections" id="Sec4">
SECTION4
</section>
</main>
<hr>
<footer class="fotter">
<pre class="pre_foot_tag">
<a href="/Feedback.html">Feedback</a> Mailus-mraperspects.gmail.com call us at +91 XXX-XXX-XXXX
</pre>
</footer>
</body>
</html>