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

Lecture 3

Websites can be either static or dynamic. Static websites contain only static information in HTML that cannot be modified by users. Dynamic websites show different information over time through the use of server-side scripting like PHP or client-side scripting like JavaScript, allowing portions of pages to be updated without reloading. Websites are hosted on web servers and accessed via URLs, and can be either static pages or dynamically generated depending on whether changes need to be made to the information displayed.

Uploaded by

nit
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Lecture 3

Websites can be either static or dynamic. Static websites contain only static information in HTML that cannot be modified by users. Dynamic websites show different information over time through the use of server-side scripting like PHP or client-side scripting like JavaScript, allowing portions of pages to be updated without reloading. Websites are hosted on web servers and accessed via URLs, and can be either static pages or dynamically generated depending on whether changes need to be made to the information displayed.

Uploaded by

nit
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, 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).

Websites Types

You might also like