Deck 8: Tables
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
سؤال
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/22
العب
ملء الشاشة (f)
Deck 8: Tables
1
_Use _______ element to indicate table column headings or table row headings.
A) < tr >
B) < th >
C) < thead >
D) < head >
A) < tr >
B) < th >
C) < thead >
D) < head >
B
2
To configure the table cells to share a common border and eliminate the default space between table cells configure ___________.
A) border: none;
B) border-spacing: none;
C) border-spacing: 0;
D) border: collapse;
A) border: none;
B) border-spacing: none;
C) border-spacing: 0;
D) border: collapse;
C
3
An HTML table is comprised of ____ and ______.
A) lines and text
B) headers and body
C) rows and columns
D) none of the above
A) lines and text
B) headers and body
C) rows and columns
D) none of the above
C
4
Which of the following CSS3 properties configure the alignment of text within a table?
A) align
B) caption
C)text-align
D) border-spacing
)
A) align
B) caption
C)text-align
D) border-spacing
)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
5
Use the ________ tag pair to configure a table footer row group.
A) < thead > .. < /thead >
B) < tgroup > .. < /tgroup >
C) < tbody > .. < /tbody >
D) < tfoot > .. < /tfoot >
A) < thead > .. < /thead >
B) < tgroup > .. < /tgroup >
C) < tbody > .. < /tbody >
D) < tfoot > .. < /tfoot >
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
6
The purpose of the _______ element is to describe the contents of a table.
A) < summary >
B) < caption >
C) < title >
D) < source >
A) < summary >
B) < caption >
C) < title >
D) < source >
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
7
Use the headers attribute on the ___ tag to correspond to the id attribute on a < th > tag.
A) < thead >
B) < td >
C) < tr >
D) < table >
A) < thead >
B) < td >
C) < tr >
D) < table >
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
8
Choose the best answer below to the following question: Is the following CSS code valid? table { border: 2px #000000 solid;
Border-spacing: 0;
}
A) Yes.
B) No, there is no border-spacing property.
C) No, there is no border property.
D) No, 0is not a valid value for the border-spacing property.
Border-spacing: 0;
}
A) Yes.
B) No, there is no border-spacing property.
C) No, there is no border property.
D) No, 0is not a valid value for the border-spacing property.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
9
Which of the following CSS properties positions the caption of a table?
A) caption
B) caption-side
C) thead
D) spacing
A) caption
B) caption-side
C) thead
D) spacing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
10
Use the ________ tag pair to configure a table head row group.
A) < thead > .. < /thead >
B) < tgroup > .. < /tgroup >
C) < tbody > .. < /tbody >
D) < tfoot > .. < /tfoot >
A) < thead > .. < /thead >
B) < tgroup > .. < /tgroup >
C) < tbody > .. < /tbody >
D) < tfoot > .. < /tfoot >
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
11
A table with a width set to 600 pixels will look _______ on a monitor with resolution set to 640 x 480 than on a monitor with resolution set to 1024 x 768
A) larger
B) smaller
C) the same
D) more distorted
A) larger
B) smaller
C) the same
D) more distorted
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
12
Use the _____ tag pair to begin and end a table row.
A) < td > < /td >
B) < tr > < /tr >
C) < table > < /table >
D) none of the above
A) < td > < /td >
B) < tr > < /tr >
C) < table > < /table >
D) none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
13
Use the CSS ______ property to configure the cellpadding of a table.
A) padding
B) margin
C) cellpadding
D) none of the above
A) padding
B) margin
C) cellpadding
D) none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
14
Select the item below that lists elements used in an HTML table:
A) table, head, tfoot
B) table, tr, tt
C) thead, body, tr
D) table, tr, td
A) table, head, tfoot
B) table, tr, tt
C) thead, body, tr
D) table, tr, td
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
15
Is the following code valid in HTML5? < table border="1" cellspacing="5" cellpadding="5" >
A) No, the cellspacing and cellpadding attributes are obsolete.
B) No, the same value cannot be provided for both cellspacing and cellpadding.
C) Yes.
D) No, there is no border attribute.
A) No, the cellspacing and cellpadding attributes are obsolete.
B) No, the same value cannot be provided for both cellspacing and cellpadding.
C) Yes.
D) No, there is no border attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
16
Use the ______ attribute to configure the width of a table border.
A) tableborder
B) width
C) border
D) none of the above
A) tableborder
B) width
C) border
D) none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
17
Which of the following CSS3 pseudo-elements will be useful when configuring every other row of a table?
A) :last-of-type
B) :nth-of-type(n)
C): every-other-type
D) This cannot be done with CSS.
A) :last-of-type
B) :nth-of-type(n)
C): every-other-type
D) This cannot be done with CSS.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
18
The table element's __________ attribute is valid when using HTML5 syntax.
A) border
B) cellspacing
C) cellpadding
D) summary
A) border
B) cellspacing
C) cellpadding
D) summary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
19
Use the ______ attribute on a < td > element to associate it with a table heading cell.
A) th
B) headers
C) heading
D) title
A) th
B) headers
C) heading
D) title
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
20
Which of the following CSS3 pseudo-elements could be used to apply styles to the last row of a table?
A) :last-of-type
B) :last-row
C) :tfoot
D) This cannot be done with CSS.
A) :last-of-type
B) :last-row
C) :tfoot
D) This cannot be done with CSS.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
21
_____ The CSS vertical-align property can be used to configure the vertical alignment of the contents of a table cell.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck
22
_____ The CSS border-spacing property can be used to configure the horizontal and vertical spacing of table borders.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 22 في هذه المجموعة.
فتح الحزمة
k this deck