User Interface Designer Question:
Download Questions PDF

Please distinguish between Static vs. Dynamic HTML?

Answer:

The easiest difference is static HTML once rendered cannot be changed on the other hand dynamic HTML can be changed.
Static web pages cannot have database access but dynamic pages can be connected to database.
Using static HTML no interactions persist between user and server but dynamic HTML has capability to interact with the user.
Static HTML does not require server side coding but dynamic HTML requires server side coding.
No animation, games can be developed using the static HTML but on the other hand dynamic HTML can perform this task.

Download UI Designer Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose If background and colour should always be set together, why do they exist as separate properties?Do you know what are different ways to integrate a CSS into a Web page?