Informatics Practices
Assertion (A). A static web page does not change for each person visiting the web page.
Reason (R). When a web server receives a request for a dynamic web page, it locates and updates the page and sends it to the browser of the client.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Internet
1 Like
Answer
Both A and R are true but R is not the correct explanation of A.
Explanation
A static web page does not change for each person visiting the page because it contains only static content written in HTML code. On the other hand, when a web server receives a request for a dynamic web page, it locates and updates the page and sends it to the client's browser.
Answered By
3 Likes
Related Questions
Assertion. Scripts play an important role in dynamic web pages.
Reason. Scripts are embedded codes within web pages, that execute at the client's browser and make the web page look different.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Assertion. A website and the home page of a website has the same URL.
Reason. The landing page of a website is called home page.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
What is WWW ? How does it function ?
What is a server ? What is a web server ?