What is the default display property of a <div> element?
Anonymous Quiz
10%
inline
66%
block
6%
flex
17%
inline-block
Which attribute in <img> is required to display an image correctly?
Anonymous Quiz
13%
alt
75%
src
5%
noscript
7%
href
What is the correct way to create a single-line text input in HTML?
Anonymous Quiz
5%
<text>
87%
<input type=text>
0%
<textfield>
8%
<input=textbox>
👎1
Which HTML element is used for the largest heading?
Anonymous Quiz
84%
<h1>
7%
<h6>
7%
<head>
3%
<noscript>
Which HTML element is used to display a checkbox?
Anonymous Quiz
87%
<input type=checkbox>
1%
<checkbox>
12%
<input type=check>
0%
<tickbox>
What is the correct tag to insert a video in HTML5?
Anonymous Quiz
4%
<movie>
87%
<video>
5%
<media>
4%
<vid>
Which HTML tag is used to display tabular data?
Anonymous Quiz
71%
<table>
9%
<tab>
16%
<td>
4%
<tr>
What does the <caption> tag inside a table do?
Anonymous Quiz
23%
Adds a comment
52%
Adds a table heading
19%
Adds a tooltip
7%
Adds a link
Which attribute is used to merge two or more columns in a table cell?
Anonymous Quiz
15%
rowspan
69%
colspan
8%
merge
7%
span
What does the <em> tag represent?
Anonymous Quiz
16%
Strong text
62%
Italic text
13%
Underlined text
9%
Highlighted text
👎2
Which input type allows the user to select a color?
Anonymous Quiz
85%
<input type=color>
10%
<input type=rgb>
4%
<input type=palette>
1%
<input type=hex>
Which attribute specifies the language of the document?
Anonymous Quiz
85%
lang
5%
xml
8%
language
1%
locale
Which HTML element is used to group input fields together with a label?
Anonymous Quiz
54%
<fieldset>
11%
<formgroup>
16%
<inputgroup>
19%
<labelset>
👎2
Which tag is used to mark up a quotation from another source?
Anonymous Quiz
22%
<quote>
62%
<blockquote>
12%
<qoute>
4%
<citation>
Which tag is used to define metadata in an HTML document?
Anonymous Quiz
75%
<meta>
6%
<info>
16%
<head>
3%
<data>
What is the correct tag to display an image with a clickable link?
Anonymous Quiz
72%
<a><img></a>
4%
<link><img>
22%
<img href=>
1%
<image link=>
Which tag is used to embed another HTML page inside a page?
Anonymous Quiz
12%
<frame>
58%
<iframe>
19%
<embed>
10%
<page>
Which tag is used to insert JavaScript code in HTML?
Anonymous Quiz
84%
<noscript>
10%
<js>
1%
<javanoscript>
4%
<code>