SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

Bootstrap 5 whats new
Bootstrap 5   whats newBootstrap 5   whats new
Bootstrap 5 whats newSandun Perera
 
Full stack web development
Full stack web developmentFull stack web development
Full stack web developmentCrampete
 
Tailwind CSS - KanpurJS
Tailwind CSS - KanpurJSTailwind CSS - KanpurJS
Tailwind CSS - KanpurJSNaveen Kharwar
 
Back to the Basics - 1 - Introduction to Web Development
Back to the Basics - 1 - Introduction to Web DevelopmentBack to the Basics - 1 - Introduction to Web Development
Back to the Basics - 1 - Introduction to Web DevelopmentClint LaForest
 
Tailwind: The Future of CSS is Here!
Tailwind: The Future of CSS is Here!Tailwind: The Future of CSS is Here!
Tailwind: The Future of CSS is Here!Abdullah Al Mahi
 
Web development | Derin Dolen
Web development | Derin Dolen Web development | Derin Dolen
Web development | Derin Dolen Derin Dolen
 
Full stack development
Full stack developmentFull stack development
Full stack developmentArnav Gupta
 
HTML and Responsive Design
HTML and Responsive Design HTML and Responsive Design
HTML and Responsive Design Mindy McAdams
 
Introduction to Tailwind CSS - IM Tech Meetup - May 2022.pptx
Introduction to Tailwind CSS - IM Tech Meetup - May 2022.pptxIntroduction to Tailwind CSS - IM Tech Meetup - May 2022.pptx
Introduction to Tailwind CSS - IM Tech Meetup - May 2022.pptxIlesh Mistry
 
Tailwind CSS.11.pptx
Tailwind CSS.11.pptxTailwind CSS.11.pptx
Tailwind CSS.11.pptxHarish Verma
 
Tech talk on Tailwind CSS
Tech talk on Tailwind CSSTech talk on Tailwind CSS
Tech talk on Tailwind CSSSquareboat
 
Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Kannika Kong
 
Web development presentation
Web development presentationWeb development presentation
Web development presentationVaishnavi8950
 
WEB DEVELOPMENT.pptx
WEB DEVELOPMENT.pptxWEB DEVELOPMENT.pptx
WEB DEVELOPMENT.pptxRajnirani18
 
Web Development Workshop (Front End)
Web Development Workshop (Front End)Web Development Workshop (Front End)
Web Development Workshop (Front End)DSCIIITLucknow
 
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
 
Front end web development
Front end web developmentFront end web development
Front end web developmentviveksewa
 

What's hot (20)

Bootstrap 5 whats new
Bootstrap 5   whats newBootstrap 5   whats new
Bootstrap 5 whats new
 
Full stack web development
Full stack web developmentFull stack web development
Full stack web development
 
web development
web developmentweb development
web development
 
ashish ppt webd.pptx
ashish ppt webd.pptxashish ppt webd.pptx
ashish ppt webd.pptx
 
Tailwind CSS - KanpurJS
Tailwind CSS - KanpurJSTailwind CSS - KanpurJS
Tailwind CSS - KanpurJS
 
Back to the Basics - 1 - Introduction to Web Development
Back to the Basics - 1 - Introduction to Web DevelopmentBack to the Basics - 1 - Introduction to Web Development
Back to the Basics - 1 - Introduction to Web Development
 
Tailwind: The Future of CSS is Here!
Tailwind: The Future of CSS is Here!Tailwind: The Future of CSS is Here!
Tailwind: The Future of CSS is Here!
 
Web development | Derin Dolen
Web development | Derin Dolen Web development | Derin Dolen
Web development | Derin Dolen
 
Full stack development
Full stack developmentFull stack development
Full stack development
 
HTML and Responsive Design
HTML and Responsive Design HTML and Responsive Design
HTML and Responsive Design
 
Introduction to Tailwind CSS - IM Tech Meetup - May 2022.pptx
Introduction to Tailwind CSS - IM Tech Meetup - May 2022.pptxIntroduction to Tailwind CSS - IM Tech Meetup - May 2022.pptx
Introduction to Tailwind CSS - IM Tech Meetup - May 2022.pptx
 
Tailwind CSS.11.pptx
Tailwind CSS.11.pptxTailwind CSS.11.pptx
Tailwind CSS.11.pptx
 
Tech talk on Tailwind CSS
Tech talk on Tailwind CSSTech talk on Tailwind CSS
Tech talk on Tailwind CSS
 
Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3Responsive Web Design with HTML5 and CSS3
Responsive Web Design with HTML5 and CSS3
 
Web development presentation
Web development presentationWeb development presentation
Web development presentation
 
Web development
Web developmentWeb development
Web development
 
WEB DEVELOPMENT.pptx
WEB DEVELOPMENT.pptxWEB DEVELOPMENT.pptx
WEB DEVELOPMENT.pptx
 
Web Development Workshop (Front End)
Web Development Workshop (Front End)Web Development Workshop (Front End)
Web Development Workshop (Front End)
 
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
 
Front end web development
Front end web developmentFront end web development
Front end web development
 

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

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-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
 
Introduction to HTML, CSS, and JavaScript for Web Development
Introduction to HTML, CSS, and JavaScript for Web DevelopmentIntroduction to HTML, CSS, and JavaScript for Web Development
Introduction to HTML, CSS, and JavaScript for Web DevelopmentQurinom Solutions
 
project web development
project web developmentproject web development
project web developmentlucky sharma
 
Full Stack Web Developer (MERN STACK Developer.pptx
Full Stack Web Developer (MERN STACK Developer.pptxFull Stack Web Developer (MERN STACK Developer.pptx
Full Stack Web Developer (MERN STACK Developer.pptxRamudgarYadav
 
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptxLATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptxchitrachauhan21
 

Similar to INDUSTRIAL TRAINING Presentation on Web Development. (2).pptx (20)

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
 
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-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
 
dot net unit-1.pdf
dot net unit-1.pdfdot net unit-1.pdf
dot net unit-1.pdf
 
Introduction to HTML, CSS, and JavaScript for Web Development
Introduction to HTML, CSS, and JavaScript for Web DevelopmentIntroduction to HTML, CSS, and JavaScript for Web Development
Introduction to HTML, CSS, and JavaScript for Web Development
 
project web development
project web developmentproject web development
project web development
 
Full Stack Web Developer (MERN STACK Developer.pptx
Full Stack Web Developer (MERN STACK Developer.pptxFull Stack Web Developer (MERN STACK Developer.pptx
Full Stack Web Developer (MERN STACK Developer.pptx
 
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptxLATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
 

Recently uploaded

西北大学毕业证学位证成绩单-怎么样办伪造
西北大学毕业证学位证成绩单-怎么样办伪造西北大学毕业证学位证成绩单-怎么样办伪造
西北大学毕业证学位证成绩单-怎么样办伪造kbdhl05e
 
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
PORTAFOLIO   2024_  ANASTASIYA  KUDINOVAPORTAFOLIO   2024_  ANASTASIYA  KUDINOVA
PORTAFOLIO 2024_ ANASTASIYA KUDINOVAAnastasiya Kudinova
 
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxIntroduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxnewslab143
 
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一Fi L
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Rndexperts
 
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...katerynaivanenko1
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证nhjeo1gg
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一Fi L
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
Call Girls Meghani Nagar 7397865700 Independent Call Girls
Call Girls Meghani Nagar 7397865700  Independent Call GirlsCall Girls Meghani Nagar 7397865700  Independent Call Girls
Call Girls Meghani Nagar 7397865700 Independent Call Girlsssuser7cb4ff
 
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degreeyuu sss
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfSumit Lathwal
 
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCRdollysharma2066
 
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一diploma 1
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Servicejennyeacort
 
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`dajasot375
 

Recently uploaded (20)

西北大学毕业证学位证成绩单-怎么样办伪造
西北大学毕业证学位证成绩单-怎么样办伪造西北大学毕业证学位证成绩单-怎么样办伪造
西北大学毕业证学位证成绩单-怎么样办伪造
 
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
PORTAFOLIO   2024_  ANASTASIYA  KUDINOVAPORTAFOLIO   2024_  ANASTASIYA  KUDINOVA
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
 
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
 
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxIntroduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
 
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025
 
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
 
Call Girls in Pratap Nagar, 9953056974 Escort Service
Call Girls in Pratap Nagar,  9953056974 Escort ServiceCall Girls in Pratap Nagar,  9953056974 Escort Service
Call Girls in Pratap Nagar, 9953056974 Escort Service
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
 
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
 
Call Girls Meghani Nagar 7397865700 Independent Call Girls
Call Girls Meghani Nagar 7397865700  Independent Call GirlsCall Girls Meghani Nagar 7397865700  Independent Call Girls
Call Girls Meghani Nagar 7397865700 Independent Call Girls
 
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
专业一比一美国亚利桑那大学毕业证成绩单pdf电子版制作修改#真实工艺展示#真实防伪#diploma#degree
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdf
 
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
 
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
 
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
 
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
Abu Dhabi Call Girls O58993O4O2 Call Girls in Abu Dhabi`
 

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 .