Respuesta :

Answer:

PHP makes the web pages dynamic means that each time you open the web page, new content will be available on the page.

Explanation:

There are two types of web pages, static and dynamic. In static web page the same content will be appear on web page whenever the visitor of that website visit.

If the web page is dynamic, it means that new content, images and data will be shown on the web page at every visit of the visitor.

Simple HTML web pages are static, if we want to make them dynamic we should use PHP programming language. PHP is more advanced language that is used to make websites dynamic.