You are on page 1of 2

Name: Aniket Kumar

Registration Number: 18BIT0214


Lab Cat: 1

Question:2

<html>
<body>
<header style="background-color:yellow;border:2px solid black;height:120px">
<h1 style="color:brown;margin-top:35px;text-align:center"><b>Jake's Coffee Shop</b></h1>
</header>
<section style="border:2px solid black;height:420px;">
<div style="position:fixed;width:20%;margin-left:1px;background-color:brown;height:420px">
<nav style="margin-left:10px;margin-top:10px;font-size:20px;">
<p style="color:purple">Home</p>
<p style="color:blue">Menu</p>
<p style="color:blue">Music</p>
<p style="color:blue">Jobs</p>
</nav>
</div>
<div style="position:fixed;width:55%;margin-left:25%;font-size:20px;color:brown">
<h3>Come in and Experience....</h3><br><br>
<ul type="disk">
<li>Speciality Coffee and Tea</li>
<li>Freshly made sandwiches</li>
<li>Bagels,Muffins, and Organic Snacks</li>
<li>Music and Poetry Readings</li>
<li>Open mic nights</li>
<li>...</li><br><br>
<address>23 Pine Road<br>Nottingham,NG1 5YU<br>0115 9324567</address>
</div>
<aside style="position:fixed;width:20%;margin-left:85%;margin-top:120px">
<img src="coffee.png"></img>
</section>
<footer style="border:2px solid black;height:110px;background-color:yellow">
<center style="margin-top:35px;font-size:12px">
<i>Copyright c 2011 Jake's Coffee House</i><br>
<i><a href="jake@jcoffeehouse.com">jake@jcoffeehouse.com</a></i>
</center>
</html>

You might also like