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

ومـما زادني شـرفـاً وتـيــهـاً
وكدت بأخمصي أطأ الـثريا
دخولي تحت قولك يا عبادي
وأن صـيَّرت أحمد لي نـبيـا
Download Telegram
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>
metadata are called (data about data)
Anonymous Quiz
95%
T
5%
F
HTML metadata is data about the HTML document
Anonymous Quiz
91%
T
9%
F
Metadata is displayed
Anonymous Quiz
38%
T
62%
F
Metadata typically define the document title, character set, styles, scripts, and other meta information
Anonymous Quiz
95%
T
5%
F
<meta> element is typically used to specify the character set, page description, keywords, author of the document, and viewport settings
Anonymous Quiz
95%
T
5%
F
The metadata will be displayed on the page, are used by browsers (how to display content or reload page), by search engines (keywords), and other web services
Anonymous Quiz
58%
T
42%
F
Defines a set of navigation links
Anonymous Quiz
2%
<header>
95%
<nav>
3%
<section>
Defines an independent, self-contained content
Anonymous Quiz
8%
<header>
5%
<nav>
44%
<section>
43%
<article>