-
CSS style "body{color: #ff5722;}" use
- Keyword
- Short hex code
- Hex code
- RGB function
-
CSS style "body{background-color: black;}" use
- Keyword
- Short hex code
- Hex code
- RGB function
-
Color value of "rgb(255,255,255)" can be replaced with
- Black
- #000
- #FFF
- Blue
-
HSL color model is used to represent colors in the form of
- Hue, Saturation, Luminance
- Hex, Saturation, Luminance
- Hue, Saturation, Lightness
- Hex, Saturation, Lightness
-
The CSS property to specify the foreground color of an element is
- color
- background-color
- foreground-color
- text-color
-
The CSS property to specify the background color of an element is
- background-color
- background-image
- background-repeat
- background-position
-
If we want to show one image and repeating it horizontally, we use the
- background-repeat:no-repeat
- background-repeat:repeat-x
- background-repeat:repeat-y
- background-repeat:repeat
- The color property can be used to set the background that takes a color value.
- The background-color property is used to set the foreground color of an element.
- The background-position property is used to control the position of the background image.
- you can use the value repeat-x to repeat the background image vertically along the y-axis.
- The hex color value #ffffff can be also be written as #fff
- The rgb() function specify the amount of red, green, and black component of the color.
- HSL color model
- RGB color model
- How many ways to specify color in CSS?