Which of the following is true about the 'video' tag in HTML5?
Anonymous Quiz
7%
MPEG4 files with H.264 video codec and AAC audio codec are supported.
16%
You can use <source> tag to specify media along with media type and many other attributes.
13%
A video element allows multiple source elements and the browser will use the first recognized format
64%
All of the above
What is the correct HTML element for inserting a line break?
Anonymous Quiz
8%
<break>
7%
<breakline>
82%
<br>
3%
<lb>
Which of the following browsers supports HTML5 in its latest version?
Anonymous Quiz
2%
Apple Safari
10%
Google Chrome
79%
Both of the above
10%
None of the above
Which of the following tag represents the footer of a section in HTML5?
Anonymous Quiz
88%
footer
5%
nav
5%
section
2%
dialog
Which HTML element is used to specify a footer for a document or section?
Anonymous Quiz
74%
<footer>
9%
<bottom>
11%
<section>
5%
<aside>
Which HTML element is used to define the noscript of a document?
Anonymous Quiz
2%
<meta>
83%
<noscript>
9%
<header>
5%
<head>
What is the correct HTML element to define a paragraph?
Anonymous Quiz
6%
<para>
89%
<p>
4%
<text>
1%
<section>
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>