What is the correct HTML element to insert an image?
Anonymous Quiz
85%
<img>
4%
<image>
11%
<src>
0%
<pic>
What is the correct HTML element for the largest heading?
Anonymous Quiz
12%
<h6>
82%
<h1>
1%
<heading>
5%
<head>
Which HTML element is used to insert a line break?
Anonymous Quiz
86%
<br>
8%
<break>
4%
<lb>
1%
<newline>
Which HTML element is used to create a hyperlink?
Anonymous Quiz
85%
<a>
5%
<link>
8%
<href>
2%
<url>
Which HTML element is used to make text bold?
Anonymous Quiz
19%
<bold>
56%
<b>
17%
<strong>
7%
<bold-text>
👎5
🤔1
Which HTML tag is used to display tabular data?
Anonymous Quiz
18%
<tr>
49%
<table>
18%
<tab>
16%
<td>
What does <ul> define?
Anonymous Quiz
89%
An unordered list
4%
An ordered list
3%
A table list
3%
A definition list
Which HTML element is used to define the noscript of a document (appears in browser tab)?
Anonymous Quiz
8%
<meta>
81%
<noscript>
10%
<head>
1%
<header>
Which element is used to add a checkbox in a form?
Anonymous Quiz
6%
<input type=text>
83%
<input type=checkbox>
6%
<check>
6%
<option>
Which tag is used to add a drop-down list?
Anonymous Quiz
12%
<list>
6%
<input>
63%
<select>
19%
<dropdown>
Which HTML tag is used for creating numbered lists?
Anonymous Quiz
91%
<ol>
3%
<ul>
5%
<list>
1%
<dl>
Which element contains the main visible content of a web page?
Anonymous Quiz
28%
<main>
6%
<head>
62%
<body>
4%
<section>
Which HTML tag is used for displaying a horizontal line?
Anonymous Quiz
7%
<line>
76%
<hr>
10%
<break>
7%
<hl>
What is the correct HTML for inserting a background color?
Anonymous Quiz
94%
<body style=background-color:yellow;>
3%
<background>yellow</background>
0%
<bg>yellow</bg>
2%
<color bg=yellow>
👍2👎1
Which attribute is used to specify an image alternative text?
Anonymous Quiz
18%
src
75%
alt
1%
noscript
5%
denoscription
Which HTML5 element is used to play a video file?
Anonymous Quiz
12%
<media>
3%
<movie>
81%
<video>
4%
<play>
Which of the following is used to read an HTML page and render it?
Anonymous Quiz
7%
Web server
3%
Web network
85%
Web browser
5%
Web matrix
What is the correct syntax of doctype in HTML5?
Anonymous Quiz
2%
</doctype html>
3%
<doctype html>
1%
<doctype html!>
93%
<!DOCTYPE html>