HTML comments are not displayed in the browser, but they can help document your HTML source code
Anonymous Quiz
93%
T
7%
F
You can also hide more than one line, everything between the will be hidden from the display
Anonymous Quiz
96%
T
4%
F
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