Gokhale Education Society’s
R. H. Sapat College of Engineering, Management Studies and Research,
Nashik - 422 005, (M.S.), INDIA
Internship Seminar on,
WEB DEVELOPMENT AND DESIGN
In partial fulfillment of requirements for the degree
Third Year Computer Engineering
By
Pranjal Anup Satpute
Exam Seat No. : T190694336
Roll No. : 39
Under the guidance of
Mr. D.M.Deshpande
GESCOE, Department of Computer
Contents
1) Introduction
2) What is web development and design?
3) Introduction to HTML 5
4) Introduction to CSS
5) Introduction to Javascript
6) Purpose of the Website
7) Snapshots
8) Application
9) Future Scope
10)Conclusion
11)Acknowledgement
GESCOE, Department of Computer
• What is Web design and development?
Web design and development is an umbrella term that describes the
process of creating a website. Like the name suggests, it involves two
major skills sets: web design and web development. Web design
determines the look and feel of a website, while web development
determines how it functions.
GESCOE, Department of Computer
• HTML 5
1. HTML stands for Hyper Text Markup Language.
2. It is used to design web pages using a markup language.
3. HTML is an abbreviation of Hypertext and Markup language.
4. Hypertext defines the link between the web pages.
5. HTML 5 is the fifth and current version of HTML.
Features:
1. HTML 5 has introduced new multimedia features which supports both audio
and video controls by using <audio> and <video> tags.
2. Geo-Location services- It helps to locate the geographical location of a client.
3. It includes semantics contents <header>,<footer>,<article>,<section> and
<figure> are added.
GESCOE, Department of Computer
• CSS
1. CSS is stands for Cascading Style Sheet (CSS).
2. CSS is a style sheet language used for describing the presentation of a
document written in a markup language such as HTML and XML.
3. CSS is a cornerstone technology of the World Wide Web, alongside HTML and
JavaScript.
4. CSS is designed to enable the separation of content and presentation, including
layout, colors and fonts.
GESCOE, Department of Computer
• JavaScript
1. JavaScript is a high-level, interpreted programming language .
2. used primarily for creating interactive web applications and web pages.
3. It is a client-side scripting language that is executed by web browsers, allowing
developers to create dynamic and interactive web pages.
4. JavaScript can also be used to handle user events, such as mouse clicks and
keyboard input, and to make HTTP requests to retrieve data from web servers.
GESCOE, Department of Computer
• Purpose of the Website
Financial Classes Website
• In this project I have created a website for financial classes.
• The website is built using HTML, CSS, and JavaScript.
• This building was implemented in order to learn how to use front end technologies,
develop user interfaces, embed typography, and make a website.
• This website demonstrated how to integrate front end technologies, make a
website responsive, and comprehend a user's experience when browsing the site.
GESCOE, Department of Computer
• Snapshots
The following are the two home page images of the website
GESCOE, Department of Computer
● The second image show the footer created using HTML and CSS
GESCOE, Department of Computer
● The following is the image of the of courses page of the webpage
GESCOE, Department of Computer
• On this details about the courses taught by the classes are provided
GESCOE, Department of Computer
● The next page is ‘About’ where the information about the instructors of the classes and
student review.
GESCOE, Department of Computer
• This is the student review section.
● The last page is the contact us page where the contact information of the classes is provided
.
GESCOE, Department of Computer
Acknowledgement
The successful completion of this internship report would not have been possible without the support
and assistance of many individuals and organizations.
I would like to specially thank Prof D.M.Deshpande sir for timely checking my progress and I would like
to thank the head of the computer engineering department Dr. D. V Patil sir for the facilities provided to
accomplish this internship.
I would also like to thank college internship coordinator of the computer science engineering
department Prof D.M.Deshpande for their support and advice on how to get and complete an
internship
GESCOE, Department of Computer
Future Scope
In this project Web development and design have a bright future with many new
technologies and trends emerging. Some potential areas of growth and
innovation include:
1. Progressive Web Apps (PWAs) - PWAs are web applications that behave like
native mobile apps and can be installed on a user's home screen.
2. Artificial Intelligence (AI) and Machine Learning (ML) - AI and ML can be used to
create personalized and predictive experiences on websites, such as chatbots,
recommendation engines, and content personalization.
3.Decentralized application(DAAPs)- It is an application built on a decentralized
network that combines a smart contract and a frontend user.
GESCOE, Department of Computer
Conclusion
In conclusion, web development and design are constantly evolving fields that
require a combination of technical skills and creativity to create engaging, user-
friendly, and secure websites.
Therefore, it is essential to work with skilled professionals who can design
and develop websites that meet the needs of both businesses and users, and keep
up with the latest trends and best practices in web development and design.
GESCOE, Department of Computer
THANK YOU!
GESCOE, Department of Computer

internship project presentation for reference.pptx

  • 1.
    Gokhale Education Society’s R.H. Sapat College of Engineering, Management Studies and Research, Nashik - 422 005, (M.S.), INDIA Internship Seminar on, WEB DEVELOPMENT AND DESIGN In partial fulfillment of requirements for the degree Third Year Computer Engineering By Pranjal Anup Satpute Exam Seat No. : T190694336 Roll No. : 39 Under the guidance of Mr. D.M.Deshpande GESCOE, Department of Computer
  • 2.
    Contents 1) Introduction 2) Whatis web development and design? 3) Introduction to HTML 5 4) Introduction to CSS 5) Introduction to Javascript 6) Purpose of the Website 7) Snapshots 8) Application 9) Future Scope 10)Conclusion 11)Acknowledgement GESCOE, Department of Computer
  • 3.
    • What isWeb design and development? Web design and development is an umbrella term that describes the process of creating a website. Like the name suggests, it involves two major skills sets: web design and web development. Web design determines the look and feel of a website, while web development determines how it functions. GESCOE, Department of Computer
  • 4.
    • HTML 5 1.HTML stands for Hyper Text Markup Language. 2. It is used to design web pages using a markup language. 3. HTML is an abbreviation of Hypertext and Markup language. 4. Hypertext defines the link between the web pages. 5. HTML 5 is the fifth and current version of HTML. Features: 1. HTML 5 has introduced new multimedia features which supports both audio and video controls by using <audio> and <video> tags. 2. Geo-Location services- It helps to locate the geographical location of a client. 3. It includes semantics contents <header>,<footer>,<article>,<section> and <figure> are added. GESCOE, Department of Computer
  • 5.
    • CSS 1. CSSis stands for Cascading Style Sheet (CSS). 2. CSS is a style sheet language used for describing the presentation of a document written in a markup language such as HTML and XML. 3. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript. 4. CSS is designed to enable the separation of content and presentation, including layout, colors and fonts. GESCOE, Department of Computer
  • 6.
    • JavaScript 1. JavaScriptis a high-level, interpreted programming language . 2. used primarily for creating interactive web applications and web pages. 3. It is a client-side scripting language that is executed by web browsers, allowing developers to create dynamic and interactive web pages. 4. JavaScript can also be used to handle user events, such as mouse clicks and keyboard input, and to make HTTP requests to retrieve data from web servers. GESCOE, Department of Computer
  • 7.
    • Purpose ofthe Website Financial Classes Website • In this project I have created a website for financial classes. • The website is built using HTML, CSS, and JavaScript. • This building was implemented in order to learn how to use front end technologies, develop user interfaces, embed typography, and make a website. • This website demonstrated how to integrate front end technologies, make a website responsive, and comprehend a user's experience when browsing the site. GESCOE, Department of Computer
  • 8.
    • Snapshots The followingare the two home page images of the website GESCOE, Department of Computer
  • 9.
    ● The secondimage show the footer created using HTML and CSS GESCOE, Department of Computer
  • 10.
    ● The followingis the image of the of courses page of the webpage GESCOE, Department of Computer
  • 11.
    • On thisdetails about the courses taught by the classes are provided GESCOE, Department of Computer
  • 12.
    ● The nextpage is ‘About’ where the information about the instructors of the classes and student review. GESCOE, Department of Computer
  • 13.
    • This isthe student review section.
  • 14.
    ● The lastpage is the contact us page where the contact information of the classes is provided . GESCOE, Department of Computer
  • 15.
    Acknowledgement The successful completionof this internship report would not have been possible without the support and assistance of many individuals and organizations. I would like to specially thank Prof D.M.Deshpande sir for timely checking my progress and I would like to thank the head of the computer engineering department Dr. D. V Patil sir for the facilities provided to accomplish this internship. I would also like to thank college internship coordinator of the computer science engineering department Prof D.M.Deshpande for their support and advice on how to get and complete an internship GESCOE, Department of Computer
  • 16.
    Future Scope In thisproject Web development and design have a bright future with many new technologies and trends emerging. Some potential areas of growth and innovation include: 1. Progressive Web Apps (PWAs) - PWAs are web applications that behave like native mobile apps and can be installed on a user's home screen. 2. Artificial Intelligence (AI) and Machine Learning (ML) - AI and ML can be used to create personalized and predictive experiences on websites, such as chatbots, recommendation engines, and content personalization. 3.Decentralized application(DAAPs)- It is an application built on a decentralized network that combines a smart contract and a frontend user. GESCOE, Department of Computer
  • 17.
    Conclusion In conclusion, webdevelopment and design are constantly evolving fields that require a combination of technical skills and creativity to create engaging, user- friendly, and secure websites. Therefore, it is essential to work with skilled professionals who can design and develop websites that meet the needs of both businesses and users, and keep up with the latest trends and best practices in web development and design. GESCOE, Department of Computer
  • 18.