Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

CSS Interview Questions and Answers

Question: How do I have a non-tiling (non-repeating) background image?
Answer: With CSS, you can use the background-repeat property. The background repeat can be included in the shorthand background property, as in this example:

body {
background: white url(example.gif) no-repeat ;
color: black ;
}
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook