#1
How can you specify the width of a table border in CSS?
border-width
table-border
border-style
border-collapse
#2
Which attribute is used to specify a header cell in an HTML table?
#3
What is the purpose of the CSS property 'border-collapse' when applied to a table?
To collapse the space between table cells
To add a border around the table
To collapse the entire table
To set the border style of the table
#4
In HTML, which attribute is used to define the alignment of content within a table cell?
align
alignment
valign
content-align
#5
What is the purpose of the 'colspan' attribute in HTML table cells?
To set the color of the cell
To specify the number of rows a cell should span
To align text within the cell
To create a border around the cell
#6
Which CSS property can be used to add space between cells in a table?
cell-spacing
cell-padding
table-spacing
table-padding
#7
Which attribute is used to specify the background color of a table cell in HTML?
bgcolor
background
color
background-color
#8
What does the 'border-spacing' property control in CSS when applied to a table?
The width of the table borders
The space between the table cells
The spacing around the table
The padding within the table cells
#9
What is the purpose of rowspan and colspan attributes in HTML table cells?
To set the background color of the cell
To merge multiple cells into one
To align text within the cell
To create a border around the cell
#10
In Microsoft Excel, which function can be used to find the highest value in a range of cells?
#11
In Microsoft Excel, what function can be used to count the number of cells containing numerical values within a range?
COUNT()
SUM()
AVERAGE()
COUNTNUMS()
#12
How can you vertically align content within a table cell using CSS?
vertical-align
align-content
text-align
margin
#13
In Microsoft Excel, which function can be used to find the average value of a range of cells?
AVERAGE()
COUNT()
MAX()
MIN()
#14
How can you make all table borders invisible in CSS?
border-style: hidden;
border: none;
border-collapse: collapse;
border-color: transparent;
#15
In Excel, what does the COUNTA function do?
Counts cells that are not empty
Counts cells that contain numbers
Calculates the average of a range
Returns the count of cells meeting a single condition
#16
How can you remove the border around a table in CSS?
border: none;
border-style: hidden;
border-collapse: separate;
border-width: 0;
#17
In Excel, what does the CONCATENATE function do?
Joins two or more text strings into one string
Counts the number of cells that are not empty
Finds the largest value in a range
Returns the count of cells meeting multiple conditions
#18
How can you set the border color of a table in CSS?
border-color
table-border
border-style
border-collapse
#19
What does the CSS property 'vertical-align' do when applied to table cells?
It sets the vertical alignment of text within the cell
It rotates the text within the cell
It sets the border style of the cell
It changes the background color of the cell
#20
What is the purpose of the 'border-spacing' property in CSS when applied to a table?
To specify the space between table cells
To add a border around the table
To set the border style of the table
To collapse the space between table cells
#21
What does the 'table-layout' property control in CSS when applied to a table?
The width of the table
The layout algorithm used for the table cells
The alignment of the table within its container
The spacing between table cells
#22
What does the 'empty-cells' property control in CSS when applied to a table?
The visibility of empty cells
The padding of empty cells
The alignment of empty cells
The color of empty cells
#23
What does the 'caption-side' property control in CSS when applied to a table?
The position of the table caption
The alignment of table headers
The spacing between table cells
The style of the table border