Computer Science, asked by itsmeakansha, 9 months ago

How static web page is different from dynamic web page? Explain

Answers

Answered by Anonymous
2

Explanation:

The static web pages display the same content each time when someone visits it, whereas in dynamic web pages the page content changes according to the user. ... Conversely, the dynamic web pages take more time while loading. A database is used in at the server end in a dynamic web page.

Attachments:
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