HTML
HTML
STUDENTS RESULTS
<!DOCTYPEhtml>
<html>
<head>
<title>students results</title>
</head>
<body style="background-color:peach">
<br>
<br>
<br>
<br>
<br>
<br>
<h1><b><center>STUDENTS RESULT</center></b></h1>
<br>
<br>
<center>
<table width="200" border="21">
<tr>
<td>Name</td>
<td>Narmadha</td>
</tr>
<tr>
<td>Register Number</td>
<td>25001</td>
</tr></table>
<br>
<br>
<table width="200" border="2">
<tr>
<td><b>Subjects</td>
<td><b>Marks</b></td>
<td><b>pass / fail</b></td>
</tr>
<tr>
<td>Tamil</td>
<td>056</td>
<td>pass</td>
</tr>
<tr>
<td>English</td>
<td>076</td>
<td>pass</td>
</tr>
<tr>
<td>Mathematics</td>
<td>066</td>
<td>pass</td>
</tr>
<tr>
<td>Science</td>
<td>055</td>
<td>pass</td>
</tr>
<tr>
<td>Social Studies</td>
<td>045</td>
<td>pass</td>
</tr>
<tr>
<td>Total</td>
<td>298</td>
<td>pass</td>
</tr>
</table>
<br>
<br>
</center>
</body>
</html>
</body>
</html>
4. LOGIN PAGE
<!DOCTYPE html>
<html>
<head>
<title>login page</title>
</head>
<body style="background-color:yellow-green">
<br>
<br>
<br>
<br>
<br>
<br>
<center>
<form name="login">
username-<input type="text" name="user id"/>
<br>
<br>
password-<input type="password" name="pswrd"/>
<br>
<br>
<input type ="button" onclick="check(this form)" value="login"/>
<input type ="reset" value="reset"/>
</form>
</center>
<script language="java script">
function check(form)
{
if (form.user_id.value=="webdesign" && form.pswrd.value=="mathematics")
{
window.open("pro1.html")
}
else
{
alert("error password or user name")
}
}
</script>
</body>
</html>
<h3><center>Item List</center></h3>
<br>
<br>
<input type="text" id="itemInput" placeholder="Enter item">
<input type="button" onclick="addItem()" value="Add Item">
<ul id="itemList">
</ul>
<script>
function addItem() {
var input = document.getElementById("itemInput");
var itemText = input.value;
li.appendChild(removeButton);
document.getElementById("itemList").appendChild(li);
input.value = "";
}
else
{
alert("Please enter an item!");
}
}
</script>
</body>
</html>
6. ADVERTISEMENT
<!DOCTYPE html>
<html>
<head>
<title>Advertisement</title>
</head>
<body style="background-color:#A27B5C;">
<br>
<br>
<center>
<h1>IKEA</h1>
<br>
</center>
<center>
<p>we sell home furnishings retailer that sells affordable, well-designed products for the
home</p>
<br>
<h4>BED</h4>
<img src="https://www.ikea.com/in/en/images/products/malm-bed-frame-high-black-
brown-luroey__1101577_pe866751_s5.jpg" style="width:300px;
height:300px"><p>Choosing a bed that helps you have extra storage for all your
belongings.</p>
<p>Think easy-to-clean removable covers and a padded headboard with piping details. A
nod to the past, designed for today.</p>
<br>
<h4>SOFA</h4>
<img src="https://www.ikea.com/in/en/images/products/linanaes-3-seat-sofa-vissle-
beige__1013895_pe829449_s5.jpg?f=s" style="width:300px; height:300px"><p>Choosing
the right sofa furniture for your house is an important decision.</p>
<p>The day is done. Time to relax. Enjoy time with family, guests or just a well-earned quiet
moment to yourself. And if things get a bit messy, you can always wash the covers!</p>
<br>
<h4>TABLE</h4>
<img src="https://www.ikea.com/in/en/images/products/piplaerka-oerfjaell-childrens-desk-
and-chair-blue-light-grey__1129226_pe876772_s5.jpg?f=xl" style="width:300px;
height:300px"><p>A desk with 5 height positions and a work surface that can be angled –
and a work chair that can swivel and tilt.</p>
<p>Here is where you study hard so that you can get good grades on your exams at school or
university.</p>
<br>
<br>
<a href="https://www.ikea.com/in/en/">Buy Now</a>