HTML & CSS
Methods fo ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
Methods for
specifying color
in
CSS2:
Keyword
RGB - decimal notation
RGB - hexadecimal notation
RGBA - allows you to specify the transparency value together with specifying the color in RGB
HSL - hue, saturation, lightness
Explanation
RGBA
and
HSL
appeared only in
CSS3.
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
H
TML & CSS
Quiz
Login to learn HTML & CSS
or
Read more about
HTML & CSS Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
HTML & CSS quizzes
What will be the result of code execution? var obj = { "first":"first", "2":"2", "34":"34", "1":"1", "second":"second" }; for (var i in obj) { alert(i); };
What will be the result of code execution? (function(){ return typeof arguments; })();
What will be the result of code execution? console.log(typeof x, typeof String, typeof String.prototype, typeof String.prototype['concat']);
Consider following HTML snippet: <p> <span>Something_1</span> <span>Something_2</span> </p> What will be the result of the execution following code? $('span').wrapAll('<div></div>');
Which sign does jQuery use as a shortcut for jQuery?
Consider following HTML snippet: <p>first paragraph<p> <p>second paragraph<p> <p>third paragraph<p> What is the correct jQuery code to set the background color of all p elements to red?
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment