0% found this document useful (0 votes)
7 views

HTML Assignment -2

The document outlines an HTML assignment consisting of various tasks, including creating basic HTML documents, static web pages using tables and lists, and designing a multi-page website for a college and a city’s tourism sites. Each task provides specific requirements such as using HTML tags, creating forms, and ensuring consistent design across pages. The assignment culminates in creating personal web pages and a following web page.

Uploaded by

abhayyy199
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

HTML Assignment -2

The document outlines an HTML assignment consisting of various tasks, including creating basic HTML documents, static web pages using tables and lists, and designing a multi-page website for a college and a city’s tourism sites. Each task provides specific requirements such as using HTML tags, creating forms, and ensuring consistent design across pages. The assignment culminates in creating personal web pages and a following web page.

Uploaded by

abhayyy199
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

HTML ASSIGNMENT – 1

1. Basic HTML Document An element called HTML surrounds the whole document. This
element contains two sub-elements, HEAD and BODY. These elements are required to
form any HTML document.

<html>
<Head>
<Title>The First Page</title>
</head>
<body>
Hello World
</body>
</html>
Just write down above code in the notepad editor and save this file with the extension of
.html or .htm and then double click on that file you will get output on the default web
browser.

2. Create a static webpage using table tags of HTML

Output

3. Create a static web page which defines all text formatting tags of HTML in tabular format

Output
4. Create webpage using list tags of HTML
5. Create webpage to include image using HTML tag
6. Modify your page so that the picture that is on your page will also serve as a link that
leads to another page.
7. Create employee registration webpage using HTML form objects

Output

8. Design a website for a College. There should be at least 15 web-pages present in the web-
site. There should be:
 One Home page that leads to other pages. The Home page should contain the
name of the college as heading along with the college logo. There should be a tab
with the following links:

o Home;
o
o
o
o ption of the college on the home
Page
 One Academics page which contains a list of all the departments present in the
college – Arts, Science and Commerce. The list should be a nested list, with
available courses mentioned under each department. There should be a minimum
of two courses under each department, (for e.g. Computer Science and
Mathematics under Science, English and Sociology under Arts and so on). Each
Course entry in the list should be a HTML link that leads to a web-page totally
dedicated to the course itself.
 Each Course should have its own dedicated web-page. This page should contain a
description about the course, a list of all the teachers taking the course and the
timetable for that particular subject.
 The Admission page basically contains a form that a student needs to fill up in
order to take admission in the college. The form should ask all the necessary
questions using appropriate form elements.
 One gallery page that contains set of photos taken of the college and its students.
Please note that each web-page in this website should have the same background
Image/color. The looks of each page should be similar.
9. Design a website for the Tourism Sites of a given City. There should be at least 15 web-
pages present in the web-site. There should be:
 One Home page that leads to other pages. The Home page should contain the
name of the City as heading along with a logo. There should be a tab with the
following links:
 Home;
 Heritage;
 Hotel Booking;
 Gallery.
There should be an appropriate description of the college on the home page
 One Heritage page which contains a list of all the Heritage Sites present in the
city. The list should be a list of Pictures. There should be a minimum of ten
heritage sites. Each Image entry in the list should be a HTML link/button that
leads to a web-page totally dedicated to the Heritage Site itself.
 Each Heritage Site should have its own dedicated web-page. This page should
contain a description about the site along with its history.
 The Hotel booking page basically contains a form that a person needs to fill up in
order to stay in a hotel. The form should ask all the necessary questions using
appropriate form elements.
 One gallery page that contains set of photos taken of the Heritage Sites throughout
the city.

Please note that each web-page in this website should have the same background
Image/color. The looks of each page should be similar.

10. Create your personal web page (details in your resume)


11. Create a following web page

You might also like