Css Report
Css Report
Micro project
“Creating a Travel Website Using HTML & CSS”
Submitted to
Department of Information Technology
For Practical Work
CLIENT SIDE SCRIPTING LANGUAGE
Subject Code (22519)
Academy Year: 2022-23
Submitted By Group No:
Sr no. Name Enrollment no
01 Vaidya Pragati Nanaji 2112420037
02 Choube Ujwal Santosh 1912420144
03 Kolhe Durga Kuwarlal 2012420214
04 Bagde Sayali Devendrakumar 2012420216
05 Pathode Nandini Santosh 2012420226
Date: / / 2022
Place: Gondia
Submitted by
Sr no. Name Enrollment no
01 Vaidya Pragati Nanaji 2112420037
02 Choube Ujwal Santosh 1912420144
03 Kolhe Durga Kuwarlal 2012420214
04 Bagde Sayali Devendrakumar 2112420037
05 Pathode Nandini Santosh 2012420226
Date: / / 2022
Place: Gondia
Date: / / 2022
Place: Gondia
Sr
Title Page
No. no.
1 Rationale 4
After this pandemic situation each and every person wants an break with friends and
family which we let them to forget all the stress and difficulties for them we have created
an useful and amazing website called “Tour Around The World”.
In this website we have created an search engine form as a main page , in which
the user can search the location of desired areas. On the page a login button is there which is
linked to login form. The login form contains details of the user for giving customer good
service.
HTML:
HTML is at the core of every webpage, regardless the complexity of a site or number
of technologies involved. It’s the starting point for anyone learning how to create content for
the web, And, Luckily for us, it’s surprisingly easy to learn.
HTML stands for Hypertext Markup Language. “Markup language” means that, rather
than using a programming language to perform functions, HTML uses tags to identify
different types of content and the purposes they each serve to the webpage.
Markup languages work in the same way as you just did when you labeled those
content types, except they use to do it –specifically, they use HTML tags, also known as
“elements.” These tags have pretty intuitive names: Header tags, paragraph tags, image tags,
and so on. Every web page is made up of a bunch of these HTML tags denoting each type of
content on the page. Each type of content on the page is wrapped in, i.e. Surrounded by,
HTML tags.
For Example, the words you’re reading right now are part of a paragraph. If I were
coding this web page from scratch (instead of using the WYSIWG editor in Hub Spot’s
CMS), I would have started this paragraph tag: The “tag” part is denoted by open brackets,
and the letter “P” tells the computer that were opening a paragraph instead of some type of
content.
CSS History
1994: First proposed by Hakan Wium lie on 10th October
1996: CSS was published on 17th November with influencer Bert Bos
Later he became Co-author of CSS
1996: CSS became official with CSS was published in December
1997: Created CSS level 2 on 4th November
1998: Published on 12th May
CSS Editors
Some of the popular editors that are best suited to wire CSS code are as Following
Atom
Visual Studio Code
Brackets
Espresso(For Mac OS User)
Notepad++(Great for HTML&CSS)
Komodo Edit(Simple)
Sublime Text (Best Editor)
2.0 Aim of the project:-
The main objective of developing this project was to
Create a static website for the Travels, from which user can get the details of the travel
such as about the Journey, contact details, address, images etc.
This project is in HTML and CSS so it's a static website and does not perform any type
of dynamic database operations.
The best way to do this is by using semantic elements: <header>,<main>,<section>, and <footer>.
This means that we need to focus on properties like width, height, margin, padding, position,
and display. Also, we need to make sure the images are the right size so that they don’t
obliterate the page.
-
2. Hardware Intel Core i3
generation with
4GB RAM 01
3. Software One
Chrome device
with OS
Subline Text 4, word On System
Program Code:-
Page 1
<html> Page 2
<head> <html>
<title>Travel Website</title> <head>
<link rel="stylesheet" href="style.css"> <title>Login form</title>
<link rel="stylesheet" <link rel="stylesheet" type="text/css"
href="https://stackpath.bootstrapcdn.co href="style.css">
m/font- awesome/4.7.0/css/font- <body>
awesome.min.css"> <section class="headers">
<meta name="viewport" <div class="container">
content="width=device-width, initial <div class="loginbox">
scale=1.0"> <img src="avatar.png" class="avatar">
<link rel="stylesheet" <form>
href="https://stackpath.bootstrapcdn.co <p
m/bootstrap/4.5.2/css/bootstrap.min.css"> style="color:whitesmoke;">Username</p
</head> >
<body> <input type="text" name=""
<section class="header"> placeholder="Enter Username">
<div class="container"> <br>
<button type="button" class="login- <p>Password</p>
btn"><a <input type="password" name=""
href="login.html">Login</a></button> placeholder="Enter Password"><br>
</div> <button type="button" class="login-
<section class="header2"> btn"><a
<div class="container"> href="travels.html">Login</a></button>
</div> <br><br>
<h1>Tour Around The Globe</h1> <a href="#">Lost your
<p>CAPTURE THE WORLD WITH password</a><br>
US!</p> <a href="#">Forgot Email</a>
<div class="input-group"> </form>
<input type="text" class="form-control" </div>
placeholder="Search Country or City"> </div>
<div class ="input-group- append"> </section></body>
<button type="submit" class="input- </head>
group- </html>
textbtn">Search</button></div></div> <html>
</section>
</body>
</html>
</div> </html>
</div> CSS Part
<div class="feature-details">
<h4>Santorini, Greece</h4>
<p>Greece is a country in southeastern *
Europe with thousands of islands {
throughout the Aegean and Ionian seas. padding: 0;
</p> margin: 0;
<span><i class="fa fa-map- }
marker"></i>Melbourne</span> .header
<span><i class="fa fa-sun-o"></i>5 {
Days</span> height: 100%;
<span><i class="fa fa-moon-o"></i>4 background-image: linear-
Nights</span> gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),u
</div> rl(gg.jpg);
</div> background-size: cover; background-
<div class="col-md-4"> position: center; background-attachment:
<div class="feature-box"> fixed; text-align: center;
<div class="feature-img"> color: white;
<img src="amsterdam.jpg"> }
<div class="price"> .header img
<p>250$</p></div> {
<div class="rating"> width: 80px; height: 40px; float: right;
<i class="fa fa-star"></i> image-orientation: transparent;
<i class="fa fa-star"></i> }
<i class="fa fa-star"></i> .login-btn
<i class="fa fa-star"></i> {
<i class="fa fa-star-half-o"></i> width: 100px; padding: 8px 0;
</div> outline: none !important; border; 2px
</div> solid #fff; border-radius: 50px;
</div> background: transparent;
<div class="feature-details"> color: #fff; float: left;
<h4>Santorini, Greece</h4> }
<p>Greece is a country in southeastern .header h1
Europe with thousands of islands {
throughout the Aegean and Ionian seas. padding-top: 200px; padding-bottom: 0;
</p> font-size: 55px;
<span><i class="fa fa-map- }
marker"></i>Amsterdam</span> .header p
<span><i class="fa fa-sun-o"></i>5 {
Days</span> margin: 30px; color: white; font-size:
<span><i class="fa fa-moon-o"></i>4 20px;
Nights</span> }
</div></div></div> .input-group
</div> {
</body> width: 90%;
max-width: 500px; border-radius: 30px;
Output:-
Conclusion:-