Computer Science, asked by diamitkumar, 1 year ago

4. Explain static & dynamic web page

Answers

Answered by deekshaDixit5
0

Answer:

Static" means unchanged or constant, while "dynamic" means changing or lively. Therefore, static Web pagescontain the same prebuilt content each time the page is loaded, while the content of dynamic Web pages can be generated on-the-fly. ... Other types ofWeb pages, such as PHP, ASP, and JSPpages are dynamic Web pages.

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