Commit db4b6990 authored by MANAS BHARGAVA's avatar MANAS BHARGAVA

lab02-inlab

parents
<!DOCTYPE html>
<html>
<head>
<title>Charles Rajan</title>
<style>
.a{
background-color: rgb(255,150,150);
}
body{
background-color: rgb(150,150,255);
}
ul {
list-style-type: none;
overflow: hidden;
background-color: rgb(255,100,100);
margin: 15px;
}
li {
float: left;
}
li a {
display: block;
color: black;
text-align: center;
padding: 20px 70px;
}
li a:hover {
background-color: rgb(220,220,220);
}
</style>
</head>
<body>
<ul>
<li class="a"><a href="home.html">HomePage</a></li>
<li class="b"><a href="aboutMe.html">About me</a></li>
<li class="c"><a href="interests.html">Interests</a></li>
<li class="d"><a href="timetable.html">Time-Table</a></li>
<li class="e"><a href="contact.html">Contact</a></li>
</ul>
<br><br>
<h1>CHARLES RAJAN</h1>
<br><br>
<img style = "float:left;" src="charlesi.jpg" alt="charles" height="130" width="130"/>
<div >
<p > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I am in team 02 in SSL(Software and system Lab). Our team name is <b>Eagles</b> as it symbolises ascent.</p></div>
<br>
<br>
<br>
<br>
<pre><p>
My teammates are :
Manas Bhargava and Ravindra kumar
</pre>
<pre>
the link to their webpages is :
<br>
<a href="http://cse.iitb.ac.in/~manas.avi">Manas Bhargava </a>
<a href="http://cse.iitb.ac.in/~rkcdrhkr">Ravindra Kumar </a>
</p>
</pre>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment