Distinguish between Static vs. Dynamic HTML

Distinguish between Static vs. Dynamic HTML

1. The easiest difference is static HTML once rendered cannot be changed on the other hand dynamic HTML can be changed.
2. Static web pages cannot have database access but dynamic pages can be connected to database.
3. Using static HTML no interactions persist between user and server but dynamic HTML has capability to interact with the user.
4. Static HTML does not require server side coding but dynamic HTML requires server side coding.
5. No animation, games can be developed using the static HTML but on the other hand dynamic HTML can perform this task.
Working of DHTML
Working of DHTML - DHTML as it is combination of HTML as well as JavaScript and it uses the HTML to render the text on the browser.......
What are technologies we use in DHTML?
What are technologies we use in DHTML? - Speaking in true sense there is nothing dynamic in DHTML but enclosing technologies such as CSS, JavaScript, DOM and the static markup language it becomes dynamic........
Real-world example of DHTML scripting
Real-world example of DHTML scripting - Answer:........
Post your comment