HTML CODE:
copy and paste the code in code editor
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>layout</title>
<link href="css/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<header>
<img src="img/logo.png" style="width:200px;height:150px;margin-left:10px;margin-top:20px;"/>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a> </li>
<li><a href="pages/admission.html">Admission</a> </li>
<li><a href="pages/aboutus.html">About Us</a> </li>
<li><a href="pages/contactus.html">Contact Us</a> </li>
</ul>
</nav>
<div id="content">
</div>
<div id="foot">
</div>
</div>
</body>
</html>
No comments:
Post a Comment