Which HTML5 element is used for grouping headings and related content?
Anonymous Quiz
29%
<heading>
52%
<section>
5%
<noscript>
15%
<div>
Which tag is used to represent user input in HTML?
Anonymous Quiz
11%
<kbd>
79%
<input>
8%
<code>
3%
<user>
🤔6👎5🔥1
Which tag represents computer code output?
Anonymous Quiz
17%
<samp>
50%
<code>
14%
<pre>
19%
<output>
👎4
Which tag is used to show preformatted text?
Anonymous Quiz
13%
<text>
56%
<pre>
30%
<format>
2%
<code>
Which tag is used to define keyboard input?
Anonymous Quiz
42%
<kbd>
25%
<key>
30%
<input>
3%
<command>
What does the <code> tag represent?
Anonymous Quiz
24%
HTML code only
52%
Any computer code
18%
Mathematical formulas
6%
CSS code only
Which tag is used for short inline quotations?
Anonymous Quiz
10%
<quote>
64%
<q>
11%
<shortquote>
14%
<blockquote>
Which tag is used to define a contact information section?
Anonymous Quiz
20%
<info>
32%
<contact>
38%
<address>
10%
<footer>
👍2
Which tag defines text that has been deleted from a document?
Anonymous Quiz
84%
<del>
10%
<remove>
5%
<strike>
2%
<cut>
Which tag defines text that has been inserted into a document?
Anonymous Quiz
50%
<insert>
37%
<ins>
7%
<add>
7%
<new>
Which tag is used to mark text that is no longer accurate or relevant?
Anonymous Quiz
25%
<obsolete>
33%
<del>
32%
<strike>
10%
<removed>
What is the purpose of the <time> tag?
Anonymous Quiz
21%
Define a clock
69%
Represent a specific time or date
8%
Display a countdown
2%
Schedule events
Which HTML element defines a scalar measurement within a known range?
Anonymous Quiz
13%
<progress>
16%
<meter>
67%
<range>
3%
<level>
👎1
Which HTML5 element is used to indicate the progress of a task?
Anonymous Quiz
68%
<progress>
11%
<meter>
7%
<range>
14%
<status>
Which of the following is NOT placed inside <head>?
Anonymous Quiz
7%
<meta>
10%
<noscript>
7%
<link>
76%
<header>
If you want to create a container for applying CSS styles without semantic meaning, you use:
Anonymous Quiz
69%
<div>
15%
<section>
8%
<header>
7%
<head>
👎2👍1
Which element is used to contain navigation links at the top of a webpage?
Anonymous Quiz
17%
<head>
64%
<header>
8%
<section>
10%
<div>
Which of the following is true about <section>?
Anonymous Quiz
3%
It is non-semantic.
88%
It represents a thematic grouping of content.
3%
It is always hidden.
5%
It can only be used once.
Which is the correct usage of <header>?
Anonymous Quiz
32%
<header> must always be at the top of the document.
55%
<header> can be used inside <article> or <section>
3%
<header> is the same as <head>.
10%
<header> is required in every HTML page.
Which HTML element is better for marking up blog posts or articles?
Anonymous Quiz
4%
<div>
62%
<section>
31%
<header>
4%
<head>
Which tag is used only for grouping without adding meaning?
Anonymous Quiz
68%
<div>
21%
<section>
9%
<article>
2%
<header>