0% found this document useful (0 votes)
46 views8 pages

Introduction To Web Technologies

Informative knowledge about web technologies

Uploaded by

sharmameghaa5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views8 pages

Introduction To Web Technologies

Informative knowledge about web technologies

Uploaded by

sharmameghaa5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Introduction to Web Technologies

BCA-304
UNIT I
Dr. Nitin Paharia
Contents
• Web application
• Working of Web application
• HTML
• CSS
• Java Script
• Website and Web application
• Architecture of Web Application
Websites and Web application
• Websites- A website is a collection of related static web pages that are stored on the
web server and can be accessed through a web browser. It is developed to provide
information that remains fixed and does not change as per the user’s request.
• Web application- It is a software and a collection of dynamic web pages and/or
static web pages.
• Web page- A web page is an HTML document whose contents can be fixed or
generated dynamically as per the request.
• Static Web page- Fixed contents
• Dynamic Web page- Dynamic Contents
• Some of the purposes of Web applications can be developed are as under:
• Providing services
• Computerization of organization processes
Working of Web application and Web site
• WA and WS works in client/Server Mode on top of TCP/IP protocol
suit through HTTTP protocol(HTTP client and HTTP server).
• The HTTP client and Server can remain on the same computer or
different computers.
• The HTTP client is accessed through a web browser whereas HTTP
server is part of web server.
• The web server contains the web pages in
its file system.
Static web page
• The contents of such pages are fixed at the time of their design.
• There are three main technologies which are used for designing such
web pages
• HTML (Hypertext markup language)- Web pages are written using HTML,
Hypertext Markup Language. Set of instructions on what content should be
rendered out as well as the basic structure of that content. ● The Web
browsers render the page according to the HTML code
• CSS(Cascading style sheet)- CSS allows for styling and customized look and
feel with your HTML code
• Java Script- JavaScript lets us create dynamic interaction and able to
manipulate HTML elements using the Document object model
Dynamic Pages
• Contents of such web pages are generated as per the request during
run time either completely or partially.
• Following technologies are used for designing such pages
• HTML
• CSS
• Java Scricpt or It’s variants such as jQuery, React JS, etc.
• PHP, JSP, Servlet, ASP.Net, ect.
Architecture of Web application
• A web application is designed through client-server architecture
where the Client is considered a front-end and the Server is
considered a back-end
• Front-end : that the user sees and interacts within inside their
browser. The main purpose of the client side is to collect data from
users. It is written in variants of HTML, CSS, and JavaScript.
• The Back-end- This part perform the task requested by the and
generated the dynamic contents which are sent back to the user.
Architecture of Web application

You might also like