Computer Science, asked by AdrikaBhadauria, 3 months ago

i. Meenal wants to set an image as background of the webpage. Which property

can she use for this purpose?

ii. Pradeep wants to set an image as background of the webpage. Which property

should he use so that the image appears only once and at the center on the

webpage?

iii. Identify the error in the following code and write the correct code:

<style= “text/css”>

Body {backcolor: yellow}

</style>

iv. Which property can Karan use to specify the initial position of the background

image




Plz help me with this...​

Answers

Answered by aviral2009
2

I)Meenal can use the background-image property

ii)pradeep can use the background-image property and the

background-repeat :no repeat ,repeat ;

iii) <style type="text/css">

body{background-color:yellow;}

</style>

iv)karan can use the background-position property

Similar questions