0% found this document useful (0 votes)
85 views7 pages

Netaji Subhash Engineering College: Internet Technology Lab (IT-791)

Netaji Subhash Engineering College has created a website for their Internet Technology Lab. The website contains 3 pages - a homepage, a registration page, and a branches page. The homepage has links to register for a new account and view branch information. The registration page contains a form within a table to collect user details. The branches page lists the bank's branch locations. Different colors are used for links, active links, and visited links.

Uploaded by

Ramesh Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
85 views7 pages

Netaji Subhash Engineering College: Internet Technology Lab (IT-791)

Netaji Subhash Engineering College has created a website for their Internet Technology Lab. The website contains 3 pages - a homepage, a registration page, and a branches page. The homepage has links to register for a new account and view branch information. The registration page contains a form within a table to collect user details. The branches page lists the bank's branch locations. Different colors are used for links, active links, and visited links.

Uploaded by

Ramesh Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Netaji Subhash Engineering College

Internet Technology Lab (IT-791)

Names Class Roll Univ Roll number

Puja Sharma 32 10900216034


Pallavi Mishra 36 10900216038
1.Create a Web site with atleast 3 web pages. Page1 is should be home page and
should have ‘links’ to other pages. Page1 must contain your blank details i.e.(a
logo, Bank Name, Address, city name, phone no, email, branches, contact us,
etc).Page 1 must have link called open new account which when click would
redirect you to a page to which contains a registration form.The registration
form must be created within a table.The table background should be cyan. The
registration form must contain atleast – name,contact,address,parent’s name,
dob, age, job details, email, user name, password.The password field show in
asterix.Both the pages should contain a marquee of showing the name of the
bank.At the end of each page provide the following:
Go to the Top
Page 3 can be reached from page1. Page 3 contains the names of all the
branches in ordered format. From page 3 we can go to page 2 through link.Set
different colors for your links, active links and visited links.

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>

2.Create a school website. The name of the school is a registered one so it


should have R as subscript with it. The homepage has the school details and the
school motto highlighted in cyan. Page 1 has a link to page 2. Page 2 contains a
link to a file to download the homework . The page also contains an image
which is mouse sensitive.
HOME |CONTACT | ABOUT

CONTENT DETAILS

Actual content goes here……

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>

You might also like