Netaji Subhash Engineering College: Internet Technology Lab (IT-791)
Netaji Subhash Engineering College: Internet Technology Lab (IT-791)
Ans: Page 1
<!DOCTYPE html>
<html>
<head>
<title>homepage</title>
</head>
<body alink=”Red” , link=”blue” , vlink =”pink”>
<p align=”center”>
<marquee> ABC Bank </marquee>
<br/>
<img src =”ABC_logo.jpeg4 alt=”logo” />
<b><h1> ABC Bank </h1> <a name =”top”></a></b>
<a href=”ABC.com/register”>New Account</a>
</p>
<p align=”left”>
Address:Panchpota, Garia <br/>
City:Kolkata<br/>
Phone:9000000000<br/>
Email:[email protected]<br/>
<a href=”ABC.com/branches”>Branches info</a>
</p>
<p align =”center”>
<a href=”#top”> Go to top </a>
</p>
</body>
</html>
Page 2
<!DOCTYPE html>
<html>
<head>
<title> Registration page </title>
</head>
<body alink =”red” link =”blue” vlink=”pink”>
<h1>Registration Form</h1><a name=”top”></a>
<marquee> ABC Bank </marquee>
<p align=”center”>
<table border =”1” bgcolor =”cyan”>
<form action =”database” method=”POST”>
<tr><td>Name </td>
<td><input type=”text” name =”name”/></td></tr>
<tr><td>Contact No. </td>
<td><input type=”text” name =”cont”/></td></tr>
<tr><td>Address </td>
<td><textarea rows=”5” cols=”50” name=”add”/></textarea></td></tr>
<tr><td>Parent’s Name </td>
<td><input type=”text” name =”name”/></td></tr>
<tr><td>Age </td>
<td><input type=”text” name =”age”/></td></tr>
<tr><td>Job Details</td>
<td><textarea rows=”5” cols=”50” name =”Job”/></textarea></td></tr>
<tr><td>Username </td>
<td><input type=”text” name =”users”/></td></tr>
<tr><td>Password </td>
<td><input type=”password” name =”pass”/></td></tr>
<tr><td><input type=”submit” name =”submit”/></td></tr>
</form>
</table>
<a href =”#top”> Go to top</a>
</body>
</html>
Page 3
<!DOCTYPE html>
<html>
<head>
<title> Details</title>
</head>
<body alink =”red” link =”blue” vlink=”pink”>
<h2>List of all branches</h2><a name=”top”></a>
<ol>
<li>ABC Bank, Newtown </li>
<li>ABC Bank, Howrah </li>
<li>ABC Bank, Durgapur</li>
<li>ABC Bank, Salt Lake </li>
<li>ABC Bank, Howrah </li>
<li>ABC Bank,Asansol </li> </ol>
<a href =”ABC.com/register”>Open new account</a>
<a href=”#top”>Go to top</a>
</body>
</html>
CONTENT DETAILS
Set different colors for your links,active links and visited links.
Ans: Page 1
<!DOCTYPE html>
<html>
<head>
<title>NSEC</title>
</head>
<body alink= “violet” link= “blue” vlink= “red”>
<p align= “center”>
<h1> NSEC <sup> R </sup></h1>
</p>
NSEC is a school of eastern India located in Kolkata, West Bengal, India.
Established in 1998, it is situated at Techno City, Panchpota, Garia in the
southern part of Kolkata. The institute is noted for its strong academic
foundations and ranks as one of the top schools in the state of West Bengal.
Place:Kolkata
Phone no:800000000
<p align = “center”>
Motto of our school : <br/>
<span style = “background color : #00FEFE”>
Rise to knowledge, Rise to Excellence
</span>
</p></br>
<a href= “homework.html”>click here for homework </a>
</body>
</html>
Page 2
<!DOCTYPE html>
<html>
<head>
<title> homework </title>
</head>
<body alink= “violet ” link= “blue” vlink= “red”>
<p align = “center”>
<h1> NSEC <sup> R </sup> </h1>
<a href = “homepage.html” target= “_self”>
<img ismap src = “/images/log.jpg” alt= “NSEC” />
</a>
<br/>
Click to download homeworks:<br/>
<a href = “class_8.pdf” download> class 8 </a>
<a href= “class_9.pdf” download>class 9</a>
<a href= “class_10.pdf”download>class 10</a>
</p>
</body>
</html>