NEW
Font size
WorksheetsHTML and CSS Quiz
Total questions: 25
Worksheet time: 13mins
Which HTML element is used to create a table?
What does the colspan attribute do in an HTML table?
It defines a cell with multiple rows.
It defines a header for a table column.
It merges cells horizontally across multiple columns.
It merges cells vertically across multiple rows.
How do you merge table cells vertically in HTML?
Use the colspan attribute.
Use the rowspan attribute.
Use the merge attribute.
Use the span attribute.
Which HTML tag is used to display an image inside a table cell?
What CSS property is used to collapse the borders of a table?
border-collapse: collapse;
table-collapse: collapse;
collapse-borders: true;
border-style: collapse;
Which CSS property can be used to set the background color of a table?
background-color
table-color
table-background
bg-color
What is the correct CSS property to set the width of a table to 100%?
table-width: 100%;
width: 100%;
table-layout: 100%;
width-table: 100%;
Which tag is used to define a table header in HTML?
How do you define a list of festival amenities using HTML?
Which element should you use to create an ordered list of performance schedules?
What is the purpose of the
It embeds a video.
It defines a clickable link.
It embeds an image.
It creates a table.
How do you add an anchor link to jump to a section within the same page?
What CSS property would you use to alternate row colors in a table?
background-color
border-color
:nth-child(even)
row-style
Which HTML element is used to create a section of content that spans multiple columns?
How do you align the text inside a table header using CSS?
text-align: center;
align: center;
header-align: center;
align-text: center;
What is the proper way to insert a video into a webpage using HTML?
Which CSS property can be used to set the font color for a table?
color
text-color
font-color
table-color
Which tag would you use to insert a video into the webpage for promotional content?
How do you set the background color of the entire page using CSS?
body-background: blue;
background-color: blue;
page-background-color: blue;
color: blue;
What is the HTML tag used for creating a list item inside an unordered list?
How do you make a table cell span multiple columns using HTML?
Use the rowspan attribute.
Use the colspan attribute.
Use the span attribute.
Use the merge attribute.
How can you ensure the text is centered inside a table cell using CSS?
text-align: center;
align-items: center;
text-center: true;
center-align: true;
How do you create a 'Back to Top' link for easy navigation?
Back to Top
Back to Top
Back to Top
Back to Top
Which HTML element is used to create a table row?
How do you create a section link that jumps to a specific part of the page using HTML?
