Computer Science, asked by abeehanazarudeenxiid, 8 months ago

explain statics web page and dynamic web page

Answers

Answered by HarshitaBlagan
4

In static web pages, Pages will remain the same until someone changes it manually.

In dynamic web pages, the Content of pages is different for different visitors.

Hope it helps you.

Answered by harisree232005
0

Static Web Page

a) The content is fixed .

b) They do not use database.

c) They are executed on browser.

d) Easy to develop and less expensive.

Dynamic Web Page

a) The content changes.

b) They use database to change content.

c) They are executed on server and displays the result on browser.

d) Difficult to develop and expensive.

Similar questions