A . . . . . . . . web page is not interactive and is used to display information only.

Dynamic
Static
Server
Client

The correct answer is: B. Static

A static web page is a web page that is not interactive and is used to display information only. It is created by a web developer and stored on a web server. When a user visits a static web page, the web browser downloads the page from the server and displays it to the user. The user cannot interact with the page, except to view the information that is displayed.

A dynamic web page is a web page that is interactive and can be updated by the user. It is created by a web developer using a programming language such as PHP or ASP.NET. When a user visits a dynamic web page, the web browser sends a request to the server. The server then executes the code in the page and sends the results back to the browser. The user can then interact with the page, such as by entering data into a form or clicking on a button.

A server is a computer that is used to store and deliver data to other computers. A client is a computer that requests data from a server. In the context of web pages, the server is the computer that stores the web pages and the client is the computer that requests the web pages.

I hope this helps!