Which punctuation separates multiple background image URLs in CSS?

Prepare for the uCertify CIW Advanced HTML5 and CSS3 Specialist Exam. Dive into essential topics with flashcards and multiple-choice questions. Enhance your understanding with hints and explanations for each question. Pass your exam confidently!

Multiple Choice

Which punctuation separates multiple background image URLs in CSS?

In CSS, when you want more than one background image, you list them in a single property value separated by commas. The comma acts as the boundary between each image URL, turning them into separate layers that are stacked on the page. The order matters: the first image in the list sits on top of the others, with subsequent images placed beneath it. Other punctuation isn’t used to separate multiple backgrounds—spaces split tokens within one layer, while a semicolon ends the declaration and a colon separates the property from its value. So the correct separator is the comma.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy