You are on page 1of 8

WPD MICROPROJECT

Branch Name-FYCM

Group Number:-7

Topic:-Tourism Website

Group members with Roll numbers: -Aditi Sonawane -49 , Akshay Patil -56, Gargi
Yawalkar -54, Harshvardhan Khalkar -55 , Hitesh Tolani -52 , Jagdish Vishwakarma
-53, Prathmesh Sonawane -50,Tilak Paratane -51.
INTRODUCTION

TAGS

Head Tag

Syntax: <head></head>

Description:

The <head> element is a container for metadata (data about data) and is placed between the
<html> tag and the <body> tag.

Metadata is data about the HTML document. Metadata is not displayed.

Metadata typically define the document title, character set, styles, scripts, and other meta
information.

Title Tag

Syntax: <title></title>

Description:

The <title> tag defines the title of the document. The title must be text-only, and it is shown
in the browser's title bar or in the page's tab.

The <title> element:

 defines a title in the browser toolbar


 provides a title for the page when it is added to favorites
 displays a title for the page in search-engine results

Link Tag

Syntax: <link attribute name>

Description:
 The <link> tag defines the relationship between the current document and an external
resource.
 The <link> tag is most often used to link to external style sheets.
 The <link> element is an empty element, it contains attributes only.

Meta Tag

Syntax: <meta attribute name>

Description:

The <meta> tag defines metadata about an HTML document. Metadata is data (information)


about data.

<meta> tags always go inside the <head> element, and are typically used to specify character
set, page description, keywords, author of the document, and viewport settings.

Style Tag

Syntax: <style></style>

Description:

The <style> tag is used to define style information (CSS) for a document.

Inside the <style> element you specify how HTML elements should render in a browser.

Body Tag

Syntax: <body></body>

Description:

 The <body> tag defines the document's body.


 The <body> element contains all the contents of an HTML document, such as
headings, paragraphs, images, hyperlinks, tables, lists, etc

H1 and H2 Tag
Syntax: <h1></h1>

Description:

 The <h1> to <h6> tags are used to define HTML headings.


 <h1> defines the most important heading. <h6> defines the least important heading.

Marquee Tag

Syntax: <marquee></marquee>

Description:

Marquee is one of the important tags introduced in HTML to support such scrollable texts
and images within a web page. In this tutorial, you will be learning about the Marquee tag
and its different attributes for developing a well-groomed static website.

Hr Tag

Syntax: <hr>

Description:

The <hr> tag defines a thematic break in an HTML page (e.g. a shift of topic).

The <hr> element is most often displayed as a horizontal rule that is used to separate content
(or define a change) in an HTML page.

Div Tag

Syntax: <div></div>

Description:

The <div> tag defines a division or a section in an HTML document.

The <div> tag is used as a container for HTML elements - which is then styled with CSS or
manipulated with JavaScript.
The <div> tag is easily styled by using the class or id attribute.

Anchor Tag

Syntax: <a></a>

Description:

The <a> tag defines a hyperlink, which is used to link from one page to another.

The most important attribute of the <a> element is the href attribute, which indicates the


link's destination.

Image Tag

Syntax: <img attribute name>

Description:

The <img> tag is used to embed an image in an HTML page.

Images are not technically inserted into a web page; images are linked to web pages.
The <img> tag creates a holding space for the referenced image.

Footer Tag

Syntax: <footer></footer>

Description:

The <footer> tag defines a footer for a document or section.

A <footer> element typically contains:

 authorship information
 copyright information
 contact information
 sitemap
 back to top links
 related documents

Paragraph Tag

Syntax: <p></p>

Description:

The <p> tag defines a paragraph.

Browsers automatically add a single blank line before and after each <p> element.

Html Tag

Syntax: <html></html>

Description:

The <html> tag represents the root of an HTML document.

The <html> tag is the container for all other HTML elements (except for the <!
DOCTYPE> tag).

ADVANTAGES

 Offer real time data access.


 Minimize your maintenance cost.
 24*7 interactions with customers.
 Saves time and money.
 Minimized order processing costs.
 Instant reservation or booking facilities of flights, tour packages etc.
 Helpful in expansion of your business.

DISADVANTAGES
 Only 41 per cent of respondents saw an improvement in the economic performance of
their property, 28 per cent reported economic performance stayed the same, while 27
per cent said economic performance had declined.
 For operators whose economic performance has declined, the single biggest factor
contributing to this decline was competition from online travel agencies and other
operators. 
 The second most concerning issue to accommodation operators is the lack of
regulation of non-compliant accommodation, e.g. Airbnb; and
 The biggest workplace relations concerns are public holidays and penalty rates.

APPLICATIONS

 Credibility
 Brand Personalization
 Visual Impact
 Online Booking Engine  
 Travel Partner Network
 Sales Promotion

CONCLUSION

We got to learn about the tourism and the famous website for tourism. We also
Explored different methods of creating a website and also got to experience the pleasure of
creating one. We are grateful to Prof P.N Patil for their guidance and for giving us the
opportunity to create a website on our own without which this project would not have been
possible.

SCREENSHOT

You might also like