KnowledgeBoat Logo

Informatics Practices

Assertion. A dynamic web page gets displayed differently every time it is loaded.

Reason. Dynamic web pages are a group of different web pages and every time a different web page is loaded.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.

Internet

2 Likes

Answer

A is true but R is false.

Explanation
A dynamic web page is one that contains dynamic content, which is displayed differently each time it loads. The content on the server remains the same, but instead of being just HTML, it also includes dynamic code written in languages such as PHP, JavaScript, etc.

Answered By

3 Likes


Related Questions