0% found this document useful (0 votes)
2 views

Websites Overview - Tutorialspoint1

The document provides an overview of websites, defining them as sets of related web pages accessed via URLs. It distinguishes between static websites, which display fixed information and are created using HTML, and dynamic websites, which can change content in real-time using technologies like Ajax. It further categorizes dynamic websites into server-side and client-side types based on their scripting methods.

Uploaded by

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

Websites Overview - Tutorialspoint1

The document provides an overview of websites, defining them as sets of related web pages accessed via URLs. It distinguishes between static websites, which display fixed information and are created using HTML, and dynamic websites, which can change content in real-time using technologies like Ajax. It further categorizes dynamic websites into server-side and client-side types based on their scripting methods.

Uploaded by

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

Websites Overview

Website is a location on web and is hosted on a web server. It is a set of related web pages. It is accessed using
Internet address known as Uniform Resource Locator

Static Websites
Static websites are also known as flat or stationary websites. They are loaded on the client’s browser as exactly
they are stored on the web server. Such websites contain only static information. User can only read the
information but can’t do any modification or interact with the information.
Static websites are created using only HTML. Static websites are only used when the information is no more
required to be modified.

Dynamic Websites
Dynamic websites shows different information at different point of time. It is possible to change a portion of a
web page without loading the entire web page. It has been made possible using Ajax technology.

Server-side dynamic web page

It is created by using server-side scripting. There are server-side scripting parameters that determine how to
assemble a new web page which also include setting up of more client-side processing.

Client-side dynamic web page

It is processed using client side scripting such as javascript. And then passed in to Document Object Model
(DOM).

You might also like