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

ومـما زادني شـرفـاً وتـيــهـاً
وكدت بأخمصي أطأ الـثريا
دخولي تحت قولك يا عبادي
وأن صـيَّرت أحمد لي نـبيـا
Download Telegram
The value of the id attribute can't be unique within the HTML document.
Anonymous Quiz
33%
T
67%
F
Value of attribute ' alt ' will always shown near to your image.
Anonymous Quiz
48%
T
52%
F
You can change width and height of your image without using CSS.
Anonymous Quiz
89%
T
11%
F
Derived Channel
Photo
This will import an image from your web project folder on your computer.
Anonymous Quiz
69%
T
31%
F
You can use <li></li> tag inside <ul></ul> tag
Anonymous Quiz
86%
T
14%
F
You can use <ul></ul> tag inside <li></li> tag
Anonymous Quiz
45%
T
55%
F
You can't use <dt><dt> tag inside <dl></dl> tag
Anonymous Quiz
37%
T
63%
F
<dt>Here we write the Descripton Term</dt>
Anonymous Quiz
66%
T
34%
F
Derived Channel
Photo
First number of ordering for the first <li></li> tag is
Anonymous Quiz
6%
4
89%
5
4%
6
............... is used for the Table Head.
Anonymous Quiz
58%
<th></th>
42%
<thead></thead>
............... is used for the Table Head cells.
Anonymous Quiz
90%
<th></th>
10%
<thead></thead>
You can use <th> tag inside <tbody> tag to create a column on your table
Anonymous Quiz
49%
T
51%
F
You can use <td></td> inside <tfoot></tfoot> tag
Anonymous Quiz
65%
T
35%
F
You can use <td></td> inside <tbody></tbody> tag
Anonymous Quiz
84%
T
16%
F
You can create a table just with these tags
<thead>
<tr> <th>1</th> <th>2</th> <th>3</th> </tr> </thead> <tbody> <tr> <td>4</td> <td>5</td> <td>6</td> </tr> </tbody> <tfoot> <tr> <td>7</td> <td>8</td> <td>9</td> </tr> </tfoot>
Anonymous Quiz
71%
T
29%
F
You can use ' colspan ' attribute to merge multiple rows.
Anonymous Quiz
46%
T
54%
F