<body color="yellow">
<body bgcolor="yellow">
<background>yellow</background>
<body background="yellow">
In HTML, the background color of a page can be set using the bgcolor attribute within the <body> tag. It is not recommended to use inline styling for this; CSS is preferred for modern web development.
| 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 ________.