NEW
Font size
Worksheetsแบบทดสอบบทที่ 5
Total questions: 10
Worksheet time: 5mins
ช่องหนึ่งช่องในตารางเรียกว่าอะไร
แถว
คอลัมน์
เซลล์
ช่อง
แท็กใดใช้สำหรับสร้างตาราง
<table> … </table>
<thead> … </thead>
<title> … </title>
<total> … </total>
แท็กใดเป็นคำสั่งสำหรับการกำหนดแถวในตาราง
<th>
<tr>
<td>
<tt>
คำสั่งใดกำหนดเส้นขอบของตาราง
<table bordercolor= “2”>
<table border= “2”>
<title border= “2”>
<table size= “2”>
หากต้องการกำหนดสีแดงให้เส้นขอบตาราง ต้องใช้คำสั่งใด
<table bordercolor= “red”>
<table colorborder= “red”>
<title border= “red”>
<table color= “red”>
หากนาย ก ต้องการกำหนดความกว้างของตาราง 500 และความสูง 150 ต้องเลือกคำสั่งใด
<table width=“150” height=“500”>
<table width=“500” height=“150”>
<title width=“150” height=“500”>
<title width=“500” height=“150”>
หากต้องการใส่สีพื้นหลังให้กับแถว ต้องเลือกคำสั่งใด
<table bgcolor="สี">
<title bgcolor="สี">
<tr bgcolor="สี">
<td bgcolor="สี">
หากต้องการใส่สีพื้นหลังให้เฉพาะเซลล์ที่ต้องการ ต้องเลือกคำสั่งใด
<table bgcolor="สี">
<title bgcolor="สี">
<tr bgcolor="สี">
<td bgcolor="สี">
ข้อใดคือคำสั่งผสานผสานแถวหรือรวมแถว (ให้ x แทนจำนวนตัวเลข)
cellspace="x"
rowspace="x"
colspan="x"
rowspan="x"
ข้อใดคือคำสั่งผสานคอลัมน์หรือรวมคอลัมน์ (ให้ x แทนจำนวนตัวเลข)
cellspace="x"
rowspace="x"
colspan="x"
rowspan="x"
