Final Report
Final Report
Belagavi
Nipani- 591237
2022-2023
Internship Report on
“Website for Tourism”
Submitted By,
USN: 2VS21CS009
CERTIFICATE
This is to certify that the internship entitled “Website for Tourism”, is a Bonafede work
carried out by Mr. Balakrushna S. Madhale(2VS21CS009) in fulfillment for the award of
Bachelor of Engineering in Computer Science and Engineering, VSMSRKIT, Nipani
from Visvesvaraya Technological University, Belagavi during the year 2022-2023. The
internship report has been approved as it satisfies the academic requirements in respect of
Syllabus prescribed for the aforesaid degree.
1.
2.
ACKNOWLEDGEMENT
The sense of contentment and elation that accompanies the successful completion of
the Project " Website for Tourism" would be incomplete without mentioning the names of
those people who helped us in accomplishing this project. People whose constant guidance
and encouragement resulted in its realization.
First and foremost, we would like to thank, Dr. Umesh P Patil, vsmsrkit, Nipani. for
his moral support towards completion of our Internship Work.
We would like to thank Prof. Rahul Palakar, Head of the Department, Computer
Science & Engineering, VSMSRKIT, Nipani for his valuable suggestions and advices.
We deeply express our sincere gratitude to our guide Prof. Anup Ganji, Assistant
Professor Department of CSE, VSMSRKIT, Nipani for his able guidance, regular source of
encouragement and assistance throughout this mini-project.
I would like to thank Mr. Sachin Jadhav for his moral support towards completion of
our internship work.
We thank all Faculty members of Department of Computer Science & Engineering for
their constant support and encouragement.
Last, but not the least, we would like to thank our parents and friends who provided us
their valuable suggestions to improve our project
TABLE OF CONTENTS
Chapter 1 Introduction 02
3.1 Introduction 04
3.2 HTML 06
3.3 CSS 15
3.4 JavaScript 19
3.5 Bootstrap 21
Chapter 5 Conclusion 27
Reference 28
LIST OF FIGURES
CHAPTER 1
INTRODUCTION
This chapter provides description of the internship carried out, the goals and responsibilities of an item.
1.2 Goals
• To understand the current technologies and techniques being used in the IT industry.
• To develop new skills or to refine the existing skills.
• To develop an understanding of the responsibilities and working conditions of a web developer.
• To learn to be more organized, to better manage the time, to develop more self-confidence, to
identify the strengths, etc.
• Communicate effectively with the immediate supervisor and other staff within the company.
• Accept and apply critiques and suggestions to daily work in an effort to become more productive
and/or efficient
• Communicate with the supervisor and/or other staff bout any issues that may affect the
performance of assigned responsibilities or the overall success of the experience.
• Have basic expertise and hands on experience with python libraries.
CHAPTER 2
COMPANY PROFILE
2.1 About Company
SV Mind Logic Systems is the leading as a web and software development company located in
Satara, Pune India. The company Design and Development are our areas of expertise! They take pride in
our work, so when they create your site, it has to not only meet your requirements, but our individual
high-quality standards. Company is serving their clients from 2012. They have planned, created and
launched hundreds of successful websites since their inception, for many different types of businesses
around the globe.
The company provides Web application development, quality website designing at Satara, Corporate
profiles and presentations, creative website development at Satara, Pune, India. Best E-commerce
solutions, Application development, maintenance, re-engineering, Web hosting solutions and Search
Engine Optimization, seo. The company provides you a complete range of solutions facing the ever-
growing client and market challenges. We give you Internet solutions that are reliable, scalable and
highly customized for your needs using best of web technologies for your customized web development
and optimization.
SV Mind Logic implements the latest technologies in web site design, using Cascading Style Sheets,
XHTML, HTML, XML Flash, and implements programming languages, such as PHP and working on
very latest technologies like AJAX, jQuery, Joomla, Drupal, WordPress, MySQL, Magento, Mobile
application like android development etc.
CHAPTER 3
• Languages→
o HTML
o CSS
o Bootstrap
o Java script
• Software Use →
o Dreamweaver
o PHP Designer
o Visual Studio Code [VSC]
• Server :→
Server is used to run the webpage on the browser.
o XAMPP Server:
o X: Extensible
o A: Apache
o M: My SQL
o P: PHP
o P: Pern
• Website:→
Website is a collection of webpages.
o Types of webpages:
Static Webpage:
There is no database.
Dynamic Webpage:
o Designing:
Using html, CSS, bootstrap, java script, languages or photo shop coral draw software.
o Developing:
Using server-side languages like PHP, ASP, JSP, python & Django.
o Testing:
→
3.2 HTML
• Hyper Text Markup Language.
• HTML is a use to create static webpage.
• HTML is a client-side scripting language.
• File extension of html is .html or .html.
• HTML contains predefine tags.
→
• Structure of html
<html>
</head>
<body>
</body>
</html>
o Bgcolor property
✓ This property is used to set background colour to any tag/ page.
✓ Ex:<body bgcolor = “blue”>
o Heading tags
✓ This is used to give a heading in a page.
✓ There are 6 heading tags
<h3>Level 3</h3>
<h4>Level 4</h4>
<h5>Level 5</h5>
o Align property
✓ This property is used to set the align to any tag.
✓ Ex:<h1 align= “center”>heading level 1</h1>
o Bold tag
✓ This tag used to display text in bold format.
o Italic tag
✓ This tag used to display text in italic format.
✓ Ex:<i>italic text</i>
o Underline tag
✓ This tag is used for to display underline to the text.
✓ Ex: <u>underline text</u>
o <hr/> tag
✓ This tag is used to display the horizontal line
o <br/> tag
✓ This tag is used to break the line
o Marquee tag
✓ This tag is used to move the text or image in webpage.
✓ Ex:< marquee direction= “right” bgcolor= “yellow” >Admission are open</marquee>
o Hyperlink tag
✓ This tag is used to give the link between one page to another page.
✓ Ex:<a href= “first.html” target= “_blank”>Go To First</a>
o Image tag
✓ This is used to display image in a page.
✓ Ex:<img src= “images/card.png” width= “100%” height= “400px” />
o Table tag
✓ This tag is used to add table in a page.
<tr>
column</td> </tr>
<tr>
column</td> </tr>
</table>
o List tag
✓ This tag is used to display data in list format in a page
✓ There are 2 types of list
Ordered list
etc. Ex:
<ol>
<li>red</li>
<li>green</li>
</ol>
Unordered list
DEPT. OF CSE, VSMIT, NIPANI Page 8
WEBSITE FOR TOURISM
Ex:
<ul>
<li>red</li>
<li>green</li>
</ul>
o Form tag
✓ Form tag is used to create a form, login, contact form, etc.
✓ Ex:<form name= “” action= “” method= “”> </form>
✓ name property is used for to set the name to the form. (ex: name= “loginform”)
✓ action property is used to set the path after click on the submit button page control
will pass to assign path. (ex: action= “first.html”)
✓ method property is used to get and post data.
✓ There are 2 types of method
Get:
Post:
o Input tags
✓ Text
Used to add text field in the form.
Ex:<input type= “text” name= “” />
Type property is used to specify which type of input tag.
Name property is used to give the name to the input tag.
✓ Password
Used to add password field in the form.
Ex:<input type= “password” name= “”/>
✓ Submit button
Used to add submit button in the form.
Ex:<input type= “submit” value= “”/>
Value property is used to set lable on the button. (ex: value= “login”).
✓ Reset
Used to add the reset button in the form.
This button is used to clear the user entered data.
Ex:<input type= “reset” value= “”/>
✓ Radio
Gender:
✓ Checkbox
Education:
✓ Select tag
Course:
<option>Diploma</option>
<option>BE</option>
</select>
✓ Textarea
3.3 CSS→
o Inline CSS
✓ Used to design the individual tags in a page.
✓ Ex: <h1 align= “center” style= “color: red; background-color:yellow;”>heading level 1<h1>
o Internal CSS
✓ Used to design whole page.
✓ Internal css code write under the <head>tag using <style> tag.
✓ Selectors in CSS
✓ Class selector
.title
color: red;
✓ Id selector
#title
color: red;
id= “title”
✓ Element/tag selector
h1
color: red;
o External CSS
✓ Used to design the whole project.
✓ Steps to create external css file:
✓ New file.
✓ Select CSS.
.btn-sv
background-color: aqua;
color: red;
3.4 JavaScript→
o Under the form tag using onsubmit method call validation_form(); function.
Function validation_form()
if(username== ‘’)
alert(“Enter Username”);
return false;
if(password== ‘’)
alert(“Enter Password”);
DEPT. OF CSE, VSMIT, NIPANI Page 18
WEBSITE FOR TOURISM
return false;
</script>
3.5 Bootstrap→
• Bootstrap is a open source free CSS frame work or CSS library use to design mobile
friendly responsive website.
• Steps to configure or include bootstrap
o Search on google getbootstrap.
o Open getbootstrap.com website.
o Choose include via CDN option.
o Copy bootstrap CSS link tag and paste under the head tag.
o Copy javascript bootstrap code and paste under the head tag.
o Layouts:
✓ Container: contains all div of web pages, container is a parent or base layout access.
✓ Row: Row is use to add the rows. One row contains total 12 column.
<div class=”container-fluid”>
<div class=”row”>
<div class=”col-3”>
<img src=”images/logo.png”>
</div>
<div class=”col-9”>
<h1>Website/Software/Mobile App</h1>
</div>
</div>
</div>
o Components:
✓ Navbar: Navbar is use to add the menu bar in a page.
✓ Carousel: Carousel is use to add slide show images in a page.
CHAPTER 4
WORK SUMMARY
This chapter describes the work carried out during the internship.
4.1 Title:
WEBSI TE FOR SHRI RAM PLANT NURSERY
CHAPTER 5
CONCLUSION
In review this internship has been an excellent and rewarding experience. I can honestly say that my
time spent interning with “SV Mind Logic” is very good for me. After complete my industrial training, I
had been exposed to programmer working life. Throughout my internship, I could understand more
about the programmer and prepare myself to become a responsible programmer in future. If I got chance
to work with “SV Mind Logic” in future this is good opportunity for me to build my career. Finally I say
thanks to all member of “SV Mind Logic” for giving me chance for internship.
One main thing that I have learned through this internship is time management skills as well as self-
motivation. From this internship and time management I had to learn how to motivate myself through
being in the work for so many hours. This was an excellent experience and I hope that other interns got
as much out of it.
To organize our tasks and assignment, we need to analyze our problems and assignment, and to
formulate a good solution to the problem. We would have to set contingency plan for the solution, so
that we are well prepared for the unforeseeable situations.
Time Management:
As overall technician and programmer are always racing against tight timeline and packed schedule,
a proper time management will minimize facing overdue deadlines. An effective time management
allows us to do our assignment efficiently and meet our schedules. Scheduling avoids time wastage and
allows us to plan ahead and gaining more as a result.
Goal Management:
Opposing to a Herculean goal seemed to be reachable at first sight, it is better to sub-divide the goals
to a few achievable tasks with dedications so that we will be gaining more confidence.
Colleague Interactions:
REFERENCES
1. Referenced the HTML tags from:
HTML Tutorial (w3schools.com)