SlideShare ist ein Scribd-Unternehmen logo
1 von 23
MCKV INSTITUTE OF ENGINEERING
ECE DEPARTMENT
WEB DEVELOPMENT
PRESENTED BY:-
ABHIJIT PRASAD
(B.TECH/ECE/19/048)
SUDHANSHU SHEKHAR
(B.TECH/ECE/19/043)
INDUSTRIAL TRAINING PRESENTATION
ABOUT TRAINING
• Mode of Training : Online from Internshala
• Start date : 1st July 2022
• End date : 24th August 2022
• Duration :EIGHT weeks
CONTENT
• What is web development ?
• Website
• Webpage
• Front end development
• Front end development technologies
• Back - end development
• Back - end development technologies
• Project details
• Conclusion
WHAT IS WEB DEVELOPMENT ?
• Web development usually refers to developing the website for the internet
(world wide web ) or for an intranet ( private network ) .
• It is also known as web programming .
• It is the creation of dynamic web applications .
Examples of web applications are social networking sites like Facebook or
e-commerce sites like Amazon .
• There are two broad divisions of web development - front - end development
(also called client - side development ) and back - end development (also called
server - side development )
What is website and how does it works ?
❏ A website is a combination of different web pages linked together in a certain
fashion according to the designer's will and organizational need served through the
same domain name server. Website is typically written in HTML and hosted on
single web server for its access through network .
❏ Each website is provided with a unique uniform resource locator ( URL ) and
accessed through the Hypertext transfer protocol ( HTTP ) responsible for making
communication possible between client machine and the server by the application
of different browsers .
❏ The URLs of the Web Pages are responsible for organizing website into a hierarchy
and the hyperlinks between them controls how the reader perceives the overall
structure and flow of traffic between the different parts of a website .
Web Page
● A web page is a document which is commonly written in HTML that is viewed
and translated by a web browser . A web page can be identified by entering an
URL .
● A web page may contain text , graphics , and hyperlinks to other web pages
and files .
● A Web page can be of :
Static type or
Dynamic type
Static Web Page : Static Web pages contain the same prebuilt content each
time the page is loaded . Standard HTML pages are static Web pages . They
contain HTML code , which defines the structure and content of the Web page .
Each time an HTML page is loaded , it looks the same .
Dynamic Web Page : Other types of Web pages , such as PHP , ASP , and JSP
pages are dynamic Web pages . These pages contain " server - side " code , which
allows the 20 / 6.59r to generate unique content each time the page is loaded
FRONT END DEVELOPMENT
• Front - end development refers to producing a web application so that a user
can see and interact with them directly .
• The objective of designing a site is to ensure that when the users open up
the site they see the information in a format that is easy to read and relevant
• A front - end developer architects and develops websites and applications
using web technologies , which run on the Open Web Platform or act as
compilation input for non - web platform environments
• Also known as client - side development
• The technologies we can use are :
HTML ( Hypertext markup language )
CSS ( Cascading Style Sheet )
BOOTSTRAP
FRONT END DEVELOPMENT TECHNOLOGIES
HTML
❖ HTML stands for Hyper Text Markup Language
❖ It is the standard markup language for creating Web pages
❖ It Describes the structure of a Web page and consists series of elements .
❖ Its elements tells the browser how to display the content.
CSS
❖ CSS stands for Cascading Style Sheets
❖ CSS describes how HTML elements are to be displayed on screen , paper , or in other media.
❖ CSS is used to define styles for our web pages , including the design , layout and variations in display
for different devices and screen sizes .
❖ The word cascading means that a style applied to a parent element will also
apply to all children elements within the parent . So , if we set the color of the
body text to " blue " , all headings , paragraphs , and other text elements within the
body will also get the same color ( unless we specify something else ) .
❖ CSS can be added to HTML documents in 3 ways :
▶ Inline - by using the style attribute inside HTML elements .
▶ Internal - by using a < style > element in the < head > section .
▶ External - by using a < link > element to link to an external CSS file
Bootstrap
❖ Bootstrap is a free front - end framework for faster and easier web development
❖ Bootstrap includes HTML and CSS based design templates for typography , forms , buttons ,
tables , navigation , modals ,image carousels and many other , as well as optional JavaScript
plugins
❖ Bootstrap also gives you the ability to easily create responsive designs.
❖ Responsive web design is about creating web sites which automatically adjust
themselves to look good on all devices , from small phones to large desktops .
Advantages of Bootstrap :
▶ Easy to use
▶ Responsive features
▶ Mobile - first approach
▶ Browser compatibility
BACK END DEVELOPMENT
● Back - end development controls what goes on behind the scenes of a
web application .
● Also known as server - side development
● Backend usually consists of three parts : a server , an application and a
database .
● Users can't see how the backend works but this code is what
communicates the database information to the browser ,
● Back end development technologies : SQL and PHP
BACK END DEVELOPMENT TECHNOLOGIES
SQL
► SQL stands for Structured Query Language . It is designed for managing data in a
relational database management system ( RDBMS ) .
► SQL is a database language , it is used for database creation , deletion , fetching rows , and
modifying rows , etc. SQL is based on relational algebra and tuple relational calculus .
► All DBMS like MySQL , Oracle , MS Access , Sybase , Informix , PostgreSQL , and SQL
Server use SQL as standard database language . SQL is just a query language ; it is not a
database . To perform SQL queries , we need to install any database , for example ,
Oracle , MySQL , MongoDB , PostGre SQL , SQL Server , DB2 , etc.
► With SQL , we can query our database in several ways , using English - like statements .
► It allows the user to describe and define the data in the database and manipulate it when needed .
► It allows the user to create a view , stored procedure , function in a database .
► It allows the user to set permission on tables , procedures , and views .
PHP
• PHP is an acronym for " PHP : Hypertext Preprocessor "
• PHP is a widely - used , open source scripting language
• PHP scripts are executed on the server
• PHP is free to download and use
• PHP can generate dynamic page content and can create , open , read , write ,
delete , and close files on the server .
• PHP can collect form data and can add , delete , modify data in your database .
• PHP can send and receive cookies .
• PHP can be used to control user - access and to encrypt data .
• PHP files can contain text , HTML , CSS , JavaScript , and PHP code .
• PHP code is executed on the server , and the result is returned to the browser as plain HTML .
• It is deep enough to run the largest social network ( Facebook ) !
PROJECT DETAILS :
❏ PROJECT NAME : PERSONAL SITE
❏ SERVER : GITHUB
❏ USER INTERFACE DESIGN : HTML,CSS
❏ WEB BROWSER : google chrome , opera pc and
mobile(responsive website)
HTML Code
CSS Code
https://abhijitprasad4.github.io/css_resume/
Look of the website:
Link for the website:
CONCLUSION
• As a conclusion , I can say that this training was a great experience . Thanks to
this project , I acquired deeper knowledge concerning my technical skills.
• There are huge opportunities available for the students who want to work in
this field . Many private and public organizations hire web designer for their
online work and website development .
• An experienced person in this field can also work as a freelancer ; there
are many online companies which provide online projects to the individuals .
THANK YOU

Weitere ähnliche Inhalte

Was ist angesagt?

Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | IntroductionJohnTaieb
 
ppt of web designing and development
ppt of web designing and developmentppt of web designing and development
ppt of web designing and development47ishu
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Oleksii Prohonnyi
 
Introduction to Web Development
Introduction to Web DevelopmentIntroduction to Web Development
Introduction to Web DevelopmentParvez Mahbub
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web DevelopmentYash Sati
 
Web designing and development
Web designing and developmentWeb designing and development
Web designing and developmentgherryta
 
FRONT-END WEB DEVELOPMENT-Intro.pptx
FRONT-END WEB DEVELOPMENT-Intro.pptxFRONT-END WEB DEVELOPMENT-Intro.pptx
FRONT-END WEB DEVELOPMENT-Intro.pptxRajeevKumar304148
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentRandy Connolly
 
Full stack web development
Full stack web developmentFull stack web development
Full stack web developmentCrampete
 
Web Design & Development - Session 1
Web Design & Development - Session 1Web Design & Development - Session 1
Web Design & Development - Session 1Shahrzad Peyman
 
Html / CSS Presentation
Html / CSS PresentationHtml / CSS Presentation
Html / CSS PresentationShawn Calvert
 
Web Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiWeb Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiTemitayo Fadojutimi
 

Was ist angesagt? (20)

Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | Introduction
 
ppt of web designing and development
ppt of web designing and developmentppt of web designing and development
ppt of web designing and development
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1
 
Web Development
Web DevelopmentWeb Development
Web Development
 
Bootstrap 5 basic
Bootstrap 5 basicBootstrap 5 basic
Bootstrap 5 basic
 
Introduction to Web Development
Introduction to Web DevelopmentIntroduction to Web Development
Introduction to Web Development
 
Web development
Web developmentWeb development
Web development
 
Web Development
Web DevelopmentWeb Development
Web Development
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web Development
 
HTML CSS & Javascript
HTML CSS & JavascriptHTML CSS & Javascript
HTML CSS & Javascript
 
Web designing and development
Web designing and developmentWeb designing and development
Web designing and development
 
Web Development using HTML & CSS
Web Development using HTML & CSSWeb Development using HTML & CSS
Web Development using HTML & CSS
 
FRONT-END WEB DEVELOPMENT-Intro.pptx
FRONT-END WEB DEVELOPMENT-Intro.pptxFRONT-END WEB DEVELOPMENT-Intro.pptx
FRONT-END WEB DEVELOPMENT-Intro.pptx
 
Web Standards
Web StandardsWeb Standards
Web Standards
 
WEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web DevelopmentWEB I - 01 - Introduction to Web Development
WEB I - 01 - Introduction to Web Development
 
Full stack web development
Full stack web developmentFull stack web development
Full stack web development
 
HTML CSS Basics
HTML CSS BasicsHTML CSS Basics
HTML CSS Basics
 
Web Design & Development - Session 1
Web Design & Development - Session 1Web Design & Development - Session 1
Web Design & Development - Session 1
 
Html / CSS Presentation
Html / CSS PresentationHtml / CSS Presentation
Html / CSS Presentation
 
Web Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiWeb Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo Fadojutimi
 

Ähnlich wie INDUSTRIAL TRAINING Presentation on Web Development. (2).pptx

WEB DEVELOPMENT.pptx
WEB DEVELOPMENT.pptxWEB DEVELOPMENT.pptx
WEB DEVELOPMENT.pptxRajnirani18
 
ppt of web development for diploma student
ppt of web development for diploma student ppt of web development for diploma student
ppt of web development for diploma student Abhishekchauhan863165
 
Learn web development: Front-end vs Back-end development
Learn web development: Front-end vs Back-end developmentLearn web development: Front-end vs Back-end development
Learn web development: Front-end vs Back-end developmentpuneetbatra24
 
frontendwebdevelopment-190510024804 (1).pptx
frontendwebdevelopment-190510024804 (1).pptxfrontendwebdevelopment-190510024804 (1).pptx
frontendwebdevelopment-190510024804 (1).pptxReemaAsker1
 
webdevelopmentppt-2210923044639 (1).pptx
webdevelopmentppt-2210923044639 (1).pptxwebdevelopmentppt-2210923044639 (1).pptx
webdevelopmentppt-2210923044639 (1).pptxsubhalaxmibarik478
 
webdevelopmentppt-210923044639 (1) (1).pptx
webdevelopmentppt-210923044639 (1) (1).pptxwebdevelopmentppt-210923044639 (1) (1).pptx
webdevelopmentppt-210923044639 (1) (1).pptxsitesite4
 
uuserinterfacewebdevelopmentnewoneppt.pptx
uuserinterfacewebdevelopmentnewoneppt.pptxuuserinterfacewebdevelopmentnewoneppt.pptx
uuserinterfacewebdevelopmentnewoneppt.pptxSHAIKIRFAN715544
 
webdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptxwebdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptxssuser485fb2
 
Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.JohnLagman3
 
seminar Presentation final.pptx
seminar Presentation final.pptxseminar Presentation final.pptx
seminar Presentation final.pptxSyedSafwanAhmed1
 
Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02
Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02
Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02Harshith Rockx
 
Full Stack Web Development | MAGES Institute
Full Stack Web Development | MAGES Institute Full Stack Web Development | MAGES Institute
Full Stack Web Development | MAGES Institute JeniferJenkins2
 

Ähnlich wie INDUSTRIAL TRAINING Presentation on Web Development. (2).pptx (20)

Web Development
Web DevelopmentWeb Development
Web Development
 
WEB DEVELOPMENT.pptx
WEB DEVELOPMENT.pptxWEB DEVELOPMENT.pptx
WEB DEVELOPMENT.pptx
 
ppt of web development for diploma student
ppt of web development for diploma student ppt of web development for diploma student
ppt of web development for diploma student
 
Learn web development: Front-end vs Back-end development
Learn web development: Front-end vs Back-end developmentLearn web development: Front-end vs Back-end development
Learn web development: Front-end vs Back-end development
 
ashish ppt webd.pptx
ashish ppt webd.pptxashish ppt webd.pptx
ashish ppt webd.pptx
 
WebTechnology presentation.pptx
WebTechnology presentation.pptxWebTechnology presentation.pptx
WebTechnology presentation.pptx
 
frontendwebdevelopment-190510024804 (1).pptx
frontendwebdevelopment-190510024804 (1).pptxfrontendwebdevelopment-190510024804 (1).pptx
frontendwebdevelopment-190510024804 (1).pptx
 
webdevelopmentppt-2210923044639 (1).pptx
webdevelopmentppt-2210923044639 (1).pptxwebdevelopmentppt-2210923044639 (1).pptx
webdevelopmentppt-2210923044639 (1).pptx
 
webdevelopmentppt-210923044639 (1) (1).pptx
webdevelopmentppt-210923044639 (1) (1).pptxwebdevelopmentppt-210923044639 (1) (1).pptx
webdevelopmentppt-210923044639 (1) (1).pptx
 
uuserinterfacewebdevelopmentnewoneppt.pptx
uuserinterfacewebdevelopmentnewoneppt.pptxuuserinterfacewebdevelopmentnewoneppt.pptx
uuserinterfacewebdevelopmentnewoneppt.pptx
 
Mini Project PPT.pptx
Mini Project PPT.pptxMini Project PPT.pptx
Mini Project PPT.pptx
 
ppt of MANOJ KUMAR.pptx
ppt of MANOJ KUMAR.pptxppt of MANOJ KUMAR.pptx
ppt of MANOJ KUMAR.pptx
 
webdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptxwebdevelopmentppt-210923044639 (1).pptx
webdevelopmentppt-210923044639 (1).pptx
 
Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.
 
web devs ppt.ppsx
web devs ppt.ppsxweb devs ppt.ppsx
web devs ppt.ppsx
 
seminar Presentation final.pptx
seminar Presentation final.pptxseminar Presentation final.pptx
seminar Presentation final.pptx
 
Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02
Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02
Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02
 
UI Web Development.pptx
UI Web Development.pptxUI Web Development.pptx
UI Web Development.pptx
 
MobileStore.pptx
MobileStore.pptxMobileStore.pptx
MobileStore.pptx
 
Full Stack Web Development | MAGES Institute
Full Stack Web Development | MAGES Institute Full Stack Web Development | MAGES Institute
Full Stack Web Development | MAGES Institute
 

Kürzlich hochgeladen

Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...amitlee9823
 
Real service provider college girl Mira Road 8976425520
Real service provider college girl Mira Road 8976425520Real service provider college girl Mira Road 8976425520
Real service provider college girl Mira Road 8976425520modelanjalisharma4
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证eeanqy
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...amitlee9823
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...Delhi Call girls
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...Call Girls in Nagpur High Profile
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Websitemark11275
 
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...Call Girls in Nagpur High Profile
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...amitlee9823
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...kumaririma588
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...amitlee9823
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...nirzagarg
 
Call Girls In Jp Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Jp Nagar ☎ 7737669865 🥵 Book Your One night StandCall Girls In Jp Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Jp Nagar ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.Nitya salvi
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja Nehwal
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfamanda2495
 

Kürzlich hochgeladen (20)

Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
Real service provider college girl Mira Road 8976425520
Real service provider college girl Mira Road 8976425520Real service provider college girl Mira Road 8976425520
Real service provider college girl Mira Road 8976425520
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
 
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Bandra West Call On 9920725232 With Body to body massag...
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
 
Call Girls In Jp Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Jp Nagar ☎ 7737669865 🥵 Book Your One night StandCall Girls In Jp Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Jp Nagar ☎ 7737669865 🥵 Book Your One night Stand
 
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
 

INDUSTRIAL TRAINING Presentation on Web Development. (2).pptx

  • 1. MCKV INSTITUTE OF ENGINEERING ECE DEPARTMENT WEB DEVELOPMENT PRESENTED BY:- ABHIJIT PRASAD (B.TECH/ECE/19/048) SUDHANSHU SHEKHAR (B.TECH/ECE/19/043) INDUSTRIAL TRAINING PRESENTATION
  • 2. ABOUT TRAINING • Mode of Training : Online from Internshala • Start date : 1st July 2022 • End date : 24th August 2022 • Duration :EIGHT weeks
  • 3. CONTENT • What is web development ? • Website • Webpage • Front end development • Front end development technologies • Back - end development • Back - end development technologies • Project details • Conclusion
  • 4. WHAT IS WEB DEVELOPMENT ? • Web development usually refers to developing the website for the internet (world wide web ) or for an intranet ( private network ) . • It is also known as web programming . • It is the creation of dynamic web applications . Examples of web applications are social networking sites like Facebook or e-commerce sites like Amazon . • There are two broad divisions of web development - front - end development (also called client - side development ) and back - end development (also called server - side development )
  • 5. What is website and how does it works ? ❏ A website is a combination of different web pages linked together in a certain fashion according to the designer's will and organizational need served through the same domain name server. Website is typically written in HTML and hosted on single web server for its access through network . ❏ Each website is provided with a unique uniform resource locator ( URL ) and accessed through the Hypertext transfer protocol ( HTTP ) responsible for making communication possible between client machine and the server by the application of different browsers . ❏ The URLs of the Web Pages are responsible for organizing website into a hierarchy and the hyperlinks between them controls how the reader perceives the overall structure and flow of traffic between the different parts of a website .
  • 6. Web Page ● A web page is a document which is commonly written in HTML that is viewed and translated by a web browser . A web page can be identified by entering an URL . ● A web page may contain text , graphics , and hyperlinks to other web pages and files . ● A Web page can be of : Static type or Dynamic type Static Web Page : Static Web pages contain the same prebuilt content each time the page is loaded . Standard HTML pages are static Web pages . They contain HTML code , which defines the structure and content of the Web page . Each time an HTML page is loaded , it looks the same . Dynamic Web Page : Other types of Web pages , such as PHP , ASP , and JSP pages are dynamic Web pages . These pages contain " server - side " code , which allows the 20 / 6.59r to generate unique content each time the page is loaded
  • 7. FRONT END DEVELOPMENT • Front - end development refers to producing a web application so that a user can see and interact with them directly . • The objective of designing a site is to ensure that when the users open up the site they see the information in a format that is easy to read and relevant • A front - end developer architects and develops websites and applications using web technologies , which run on the Open Web Platform or act as compilation input for non - web platform environments • Also known as client - side development • The technologies we can use are : HTML ( Hypertext markup language ) CSS ( Cascading Style Sheet ) BOOTSTRAP
  • 8. FRONT END DEVELOPMENT TECHNOLOGIES HTML ❖ HTML stands for Hyper Text Markup Language ❖ It is the standard markup language for creating Web pages ❖ It Describes the structure of a Web page and consists series of elements . ❖ Its elements tells the browser how to display the content. CSS ❖ CSS stands for Cascading Style Sheets ❖ CSS describes how HTML elements are to be displayed on screen , paper , or in other media. ❖ CSS is used to define styles for our web pages , including the design , layout and variations in display for different devices and screen sizes . ❖ The word cascading means that a style applied to a parent element will also apply to all children elements within the parent . So , if we set the color of the body text to " blue " , all headings , paragraphs , and other text elements within the body will also get the same color ( unless we specify something else ) .
  • 9. ❖ CSS can be added to HTML documents in 3 ways : ▶ Inline - by using the style attribute inside HTML elements . ▶ Internal - by using a < style > element in the < head > section . ▶ External - by using a < link > element to link to an external CSS file Bootstrap ❖ Bootstrap is a free front - end framework for faster and easier web development ❖ Bootstrap includes HTML and CSS based design templates for typography , forms , buttons , tables , navigation , modals ,image carousels and many other , as well as optional JavaScript plugins ❖ Bootstrap also gives you the ability to easily create responsive designs. ❖ Responsive web design is about creating web sites which automatically adjust themselves to look good on all devices , from small phones to large desktops . Advantages of Bootstrap : ▶ Easy to use ▶ Responsive features ▶ Mobile - first approach ▶ Browser compatibility
  • 10. BACK END DEVELOPMENT ● Back - end development controls what goes on behind the scenes of a web application . ● Also known as server - side development ● Backend usually consists of three parts : a server , an application and a database . ● Users can't see how the backend works but this code is what communicates the database information to the browser , ● Back end development technologies : SQL and PHP
  • 11. BACK END DEVELOPMENT TECHNOLOGIES SQL ► SQL stands for Structured Query Language . It is designed for managing data in a relational database management system ( RDBMS ) . ► SQL is a database language , it is used for database creation , deletion , fetching rows , and modifying rows , etc. SQL is based on relational algebra and tuple relational calculus . ► All DBMS like MySQL , Oracle , MS Access , Sybase , Informix , PostgreSQL , and SQL Server use SQL as standard database language . SQL is just a query language ; it is not a database . To perform SQL queries , we need to install any database , for example , Oracle , MySQL , MongoDB , PostGre SQL , SQL Server , DB2 , etc. ► With SQL , we can query our database in several ways , using English - like statements . ► It allows the user to describe and define the data in the database and manipulate it when needed . ► It allows the user to create a view , stored procedure , function in a database . ► It allows the user to set permission on tables , procedures , and views .
  • 12. PHP • PHP is an acronym for " PHP : Hypertext Preprocessor " • PHP is a widely - used , open source scripting language • PHP scripts are executed on the server • PHP is free to download and use • PHP can generate dynamic page content and can create , open , read , write , delete , and close files on the server . • PHP can collect form data and can add , delete , modify data in your database . • PHP can send and receive cookies . • PHP can be used to control user - access and to encrypt data . • PHP files can contain text , HTML , CSS , JavaScript , and PHP code . • PHP code is executed on the server , and the result is returned to the browser as plain HTML . • It is deep enough to run the largest social network ( Facebook ) !
  • 13. PROJECT DETAILS : ❏ PROJECT NAME : PERSONAL SITE ❏ SERVER : GITHUB ❏ USER INTERFACE DESIGN : HTML,CSS ❏ WEB BROWSER : google chrome , opera pc and mobile(responsive website)
  • 15.
  • 17.
  • 18.
  • 19.
  • 20.
  • 22. CONCLUSION • As a conclusion , I can say that this training was a great experience . Thanks to this project , I acquired deeper knowledge concerning my technical skills. • There are huge opportunities available for the students who want to work in this field . Many private and public organizations hire web designer for their online work and website development . • An experienced person in this field can also work as a freelancer ; there are many online companies which provide online projects to the individuals .