Page 12 - PortGPT_V2.1_C8_Flipbook
P. 12
TECHNOLOGIES USED FOR WEBSITE DEVELOPMENT
There are mainly two types of websites: static and dynamic. Static websites are the websites which
never change their content after uploaded on the web server. There are mainly three technologies
named HTML, CSS and JavaScript that are used to develop static websites. Dynamic websites, on
the other hand, are the websites which frequently change their content even after uploaded on the
web server. Similar to static websites, dynamic websites can also be created using HTML, CSS and
JavaScript technologies. The only difference is that the dynamic websites mostly used a server-side
scripting language to dynamically create/change a web page content.
Web Server Database Server Client/Browser
Some of the most commonly used server-side scripting languages are Java Server Pages (JSP),
Hypertext Preprocessor (PHP), Active Server Pages (ASP), and Python. Server-side scripting languages
are run on web server, whereas the client-side scripting languages like JavaScript run on the client-
side i.e. web browser.
WEB PUBLISHING
Web publishing is a process through which you can upload and update your web pages on the Internet.
It is also known as web hosting or online hosting. To upload a website, you may purchase some space
on a web server. After purchasing the space on the web server, you need to login with the user name
and password provided by the web hosting service provider. You also need web publishing software
and an Internet connection.
Once the website is published, it will available for
others on the Internet through WWW. The World Tech Fact
Wide Web (WWW) is a service of information in a A web server is a software that runs on
combination of text, photographs, graphics, audio, a system of devices built to handle the
video, etc. that are presented on the internet. It HTTP requests from a client.
allows the multimedia and hypertext files to be
displayed and linked on the Internet. Before WWW, Internet was mainly used in obtaining textual
information. Due to its distinct features, the popularity of WWW is increasing day by day.
10 Premium Edition-VIII

