Answer:
B. False.
Step-by-step explanation:
A dynamic web page is a web page that changes its contents based on an event. There are two types of dynamic web page, they are client side web pages and server side web pages.
The server side scripting or dynamic web page changes its contents when the page is loaded. It is an application based scripting that sends the web page from the server to the client side, where the web browser uses the html scripting to process the page and the CSS and JavaScript helps determine how the html is parsed in DOM ( document object model).