HTML colors are specified with predefined color names, or with RGB, HEX, HSL, RGBA, or HSLA values
Anonymous Quiz
96%
T
4%
F
Each parameter (red, green, and blue) defines the intensity of the color with a value between 0 and 255
Anonymous Quiz
99%
T
1%
F
In HTML, a color can be specified using a hexadecimal value in the form: #rrggbb
Anonymous Quiz
92%
T
8%
F
Where rr (red), gg (green) and bb (blue) are hexadecimal values between 00 and ff (same as decimal 0-255)
Anonymous Quiz
91%
T
9%
F
Saturation is a percentage value, 0% means a shade of gray, and 100% is the full color
Anonymous Quiz
94%
T
6%
F
The target attribute of the link must refer to the name attribute of the iframe
Anonymous Quiz
88%
T
12%
F
The HTML … element is a container for the following elements: <title>, <style>, <meta>, <link>, <script>, <base>
Anonymous Quiz
88%
<head>
12%
<body>