Travel and Tourism

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 21

GOVIND VIDYALAYA,

TAMULIA
SESSION:2021-22

NAME: Mohammad Ateeb Ahmad Siddiqui


CLASS: 10
SECTION: C
ROLL NO: 26

INFORMATION TECHNOLOGY

PROJECT REPORT
ON

A WEBPAGE ABOUT TRAVEL AND


TOURISM

ACKNOWLEDGEMENT
In the very beginning, I would like to take the opportunity to
express my gratitude to the Almighty God, for keeping me in
good health all through this grueling project work. With
immense pleasure and sincerity, I also express my gratitude and
honor to the principal Mr.Sanjay K.R Singh. I place on record
my sincere gratitude and appreciation to my project guide Mrs.
Jashan Maam for her kind cooperation and guidance which
enabled me to complete this project on time. I take this
opportunity to thank my parents, friends and everyone who
helped me to complete this task.
WHAT IS HTML?
HTML (Hypertext Markup Language) is used to create
documents on the World Wide Web. It is simply a
collection of certain keywords called ‘Tags’ that are
helpful in writing the document to be displayed using a
browser on the Internet. It is a platform independent
language that can be used on any platform such as
Windows, Linux, Macintosh, and so on. To display a
document on the web it is essential to mark-up the
different elements (headings, paragraphs, tables, and so
on) of the document with the HTML tags. To view a
mark-up document, the user has to open the document in
a browser. A browser understands and interprets the
HTML tags, identifies the structure of the document
(which parts are which) and makes decisions about
presentation (how the parts look) of the document. HTML
also provides tags to make the document look attractive
using graphics, font size and colors. Users can make a
link to the other document or the different section of the
same document by creating Hypertext Links also known
as Hyperlinks.
OBJECTIVES OF HTML:
 create, save and view a HTML document
 format a web page using section heading tags
 describe Ordered and Unordered lists
 explain graphics in HTML document
 describe hypertext links and making text/image
links

WORKING WITH LINKS:


Web pages are linked to one another through Hypertext
Links. Section of text or image in the HTML document
can be linked to an external document or to a specific
place within the same document. The text or image that
provides such linkage is known as Hypertext or Hotspot.
HTML provides Anchor Tag to create links. The format
of 5 using anchor tag is as follows: Make Me The Link
HREF (HyperLink Reference) is a mandatory attribute
used to refer to the URL of the resource. URL (Uniform
Resource Locator) is an address that tells the browser
about the file to link to. It identifies file locations
(Addresses) on the web or on the local hard drive. These
addresses can be those of HTML documents or elements
such as images, scripts, applets and other files. It is
always enclosed in quotes
OBJECTIVE OF THE PROJECT
In this project, we will be designing a webpage using
HTML, including hyperlinks and images. Using this
program we will be able to know about the school in an
easier and better way.
The webpage consists of the following information:
1. The first page: This page is the first page that you will
see as soon as you open the program. In this page you will
have hyperlinks to the about us page,
admission,curriculum of the school, motto of the school,
infrastructure and the extra-curricular activities page.
2. About us: This is the first hyperlink, clicking on this
will take us to a page that will tell us about the school
3. Infrastructure: This is the second hyperlink, which will
take us to a page which tells us about the infrastructure of
the school, and the amenities provided by them.
4. Admission: This webpage gives us some information
about the admission process of the school, how to apply,
when to apply etc.
5. Motto: Then comes the next hyperlink, which upon
clicking will tell us the motto of the school and the
meaning behind it.
6. Curriculum: This hyperlink leads us to a page which
mentions what kind of syllabus the school follows and
what subjects are taught according to the classes.
7. Extra-curricular Activities: This gives us information
on what extracurricular activities are provided by the
school for the students.
SOURCE CODE AND OUTPUT
 SOURCE CODE FOR OPENING WEBPAGE
OUTPUT
SOURCE CODE FOR ABOUT US PAGE
OUTPUT
SOURCE CODE FOR DELHI PAGE

OUTPUT
SOURCE CODE FOR LONDON PAGE
OUTPUT

SOURCE CODE FOR PARIS PAGE


OUTPUT
SOURCE CODE FOR QATAR PAGE
OUTPUT
SOURCE CODE FOR DUBAI PAGE
OUTPUT
BIBILOGRAPHY
1. Sumita Arora- Computer Application for Class-10th
2. www.jsfiddle.net

You might also like