top of page

Html & CSS Hands-on 2
<! DOCTYPE html>
<html>
<head>
<title>Question2</title>
</head>
<body>
<!-- Design & Develop your code here -->
<h1>Inventory Management System</h1>
<hr id="rule1" width="100%">
<p id="menu" style="text-align: center">
</p>
<a id="menu1" href="page1.html">Registration</a>
<a id="menu2" href="page2.html">List</a>
<a id="menu3" href="page3.html">Search</a>
<hr id="rule2" width="100%">
<footer>
<h4>© My App 2019-20.</h4>
</footer>
</body>
</html>
html &css 2: About
bottom of page