Quizzes
HTML & CSS
How do I s ...
Theory
Android
Log In
Sign Up
Programming Quizzes
Theory
Snippets
Papers
Landing
Android
Subscriptions
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
How do I set a
background image
for the item that would be
repeated horizontally?
(choose all the correct options).
background:src( "image.jpg" ) scale-x ;
background:url( "image.jpg" ) repeat-x ;
background-image:src( "image.jpg" ); background-repeat:x;
background-image:url( "image.jpg" ); background-repeat:repeat-x;
background:repeat-x url( "image.jpg" );
Explanation
The
parameter
allows you to set up to
five attributes
of the
background style
at the same time.
Values can go in any order,
the browser itself will determine which one corresponds to the desired
attribute.
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
H
TML & CSS Quiz
Start Quiz
or
Read more about
HTML & CSS Quiz
Follow CodeGalaxy
Mobile Beta
Send Feedback
Login in to like
Login in to comment