-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
33 lines (30 loc) · 1.38 KB
/
About.html
File metadata and controls
33 lines (30 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Page for HTML Exercies Solution by Siva.Kuruva AKA SivaRayal</title>
<link rel=stylesheet href=style/SskEShopExternalStyles.css />
</head>
<body>
<header>
<div class="center"><img class="banner" src="images/banner.jpg" alt=""></div>
<nav class="center">
<ul>
<li><a href="Index.html">Home</a></li>
<li>|</li>
<li><a href="#">About Us</a></li>
<li>|</li>
<li><a href="Contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<h1 style="color:grey; size: 20pt;">About Us</h1>
<p>
This is a practice exercies given as part of ness NIIT training. Which should cover basics of HTMLS and CSS. Lecture by Mary madam and attended by students and working professionals across india, USA and UK. This practices exercies is created from the
scratch by Siva kuruva. Siva is know for his creative skills and expanding his wings into web domain. Thanks for being patiently reading all this nonsences which will make some sence only to those who actually typed this paragraph as he required
to submit the project.
</p>
</body>
</html>