Question:Read the following code:
BODY {
background: white url("bar.gif");
background-repeat: repeat-y;
background-position: center;
}
What will be the output of this code? 

A Image bar.gif will be tiled vertically in the background in the center of the page. 

B Image bar.gif will be tiled horizontally in the background in the center of the page 

C Image bar.gif will be displayed in the center of the page 

D Image bar.gif will be stretched in the center of the page 

+ Answer
+ Report
Total Preview: 891

Copyright © 2025. Powered by Intellect Software Ltd