InterviewSolution
Saved Bookmarks
| 1. |
Harsh is working on a client's project which requires him to add a picture on the top left part of the web page. While adding the picture, Harsh realised that the picture is being repeated multiple times. Suggest the propertyand its value to Harsh that can be used to stop the image from getting repeated. Pls give the correct answer |
|
Answer» ONG>Answer: He can USE "background-repeat" property, with "no-repeat" value to STOP the img from getting repeated. |
|