Derived Channel
1.54K subscribers
252 photos
4 videos
374 files
68 links
القناة الأساسية
@stepbystep001

ومـما زادني شـرفـاً وتـيــهـاً
وكدت بأخمصي أطأ الـثريا
دخولي تحت قولك يا عبادي
وأن صـيَّرت أحمد لي نـبيـا
Download Telegram
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
black color is represented in RGB by
Anonymous Quiz
22%
(255, 255, 255)
78%
(0, 0, 0)
white color is represented in RGB by
Anonymous Quiz
95%
(255, 255, 255)
5%
(0, 0, 0)
red color is represented in RGB by
Anonymous Quiz
92%
(255, 0, 0)
5%
(0, 255, 0)
4%
(0, 0, 255)
green color is represented in RGB by
Anonymous Quiz
1%
(255, 0, 0)
96%
(0, 255, 0)
3%
(0, 0, 255)
blue color is represented in RGB by
Anonymous Quiz
2%
(255, 0, 0)
1%
(0, 255, 0)
97%
(0, 0, 255)
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
To display white, set all color parameters to 00, like this: #000000
Anonymous Quiz
28%
T
72%
F
To display black, set all color parameters to ff, like this: #ffffff
Anonymous Quiz
19%
T
81%
F
hsl(hue, saturation, lightness)
Anonymous Quiz
97%
T
3%
F
Hue is a degree on the color wheel from 0 to 180
Anonymous Quiz
43%
T
57%
F
Saturation is a percentage value, 0% means a shade of gray, and 100% is the full color
Anonymous Quiz
94%
T
6%
F
Lightness is also a percentage value, 0% is black, and 100% is white
Anonymous Quiz
94%
T
6%
F
An HTML iframe is used to display a web page within a web page
Anonymous Quiz
97%
T
3%
F
An iframe can’t be used as the target frame for a link.
Anonymous Quiz
27%
T
73%
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>
… element is a container for metadata
Anonymous Quiz
85%
<head>
15%
<body>