Lancecourse
Les Cours
Les Tutos
Blog
Se Connecter
S'inscrire
gratis
English
Advanced HTML and Best Practices
This quiz assesses your understanding of advanced HTML and best practices, focusing on key concepts related to HTML tables and structural elements.
Question 1
In the following HTML code snippet, which tags are used incorrectly?
<tfoot> is missing
<td> used in <thead>
<tbody> is incorrect
<thead> should be closed before <tbody>
Question 2
What is the correct way to close a table with a summary row using HTML?
<tfooter>
<tfoot>
<summary>
<footer>
Question 3
Choose all correct HTML structural elements that help organize and structure webpages.
<header>
<footer>
<tfooter>
<aside>
<hgroup>
Question 4
Which tags are deprecated and should generally be avoided according to HTML5 best practices?
<header>
<hgroup>
<footer>
<article>
Question 5
Which tag is used to group the header content of a table?
<thead>
<tfoot>
<tbody>
<header>
Question 6
In a table, which tag is used to define a header cell?
<th>
<td>
<tr>
<header>
Question 7
Identify the correct HTML tag used to include the main content of the page, excluding headers and footers.
<main>
<section>
<article>
<nav>
Question 8
What tag is used to define a table row in HTML?
<tr>
<row>
<td>
<header>
Question 9
Which HTML tags are correctly used to define a table's body?
<thead>
<tbody>
<tfoot>
<header>
Question 10
What is the purpose of the
tag in an HTML table?
To group the footer content of a table
To group the body content
To define a header cell
To define a standard cell
Answer all the questions then submit.
Submit Answers