- HTML: HTML (HyperText Markup Language) is used for creating the structure of web pages and is not used for server-side scripting.
- CSS: CSS (Cascading Style Sheets) is used for styling the web pages and is not used for server-side scripting.
- PHP: PHP (Hypertext Preprocessor) is a widely used server-side scripting language. It is commonly used to develop dynamic web pages and interact with databases.
- JavaScript: JavaScript is typically used for client-side scripting. It runs in the user's browser to provide dynamic and interactive features, but it can also be used server-side with Node.js.
Therefore, the correct answer is 3. PHP.
| List-I | List-II |
|---|---|
| (A) Static web page | (II) A web page whose content is fixed. |
| (B) Home page | (IV) First page of website. |
| (C) Dynamic web page | (I) A web page whose content keeps changing. |
| (D) Web server | (III) Delivers the contents to web browser. |
A Session variable is created ________.