In HTML, which attribute is used to create a link that opens in a new window tab?
Anonymous Quiz
11%
src="_blank"
12%
alt="_blank"
69%
target="_blank"
9%
target="_self"
Which HTML element is used for short quote?
Anonymous Quiz
8%
<em>
5%
<abbr>
71%
<q>
17%
<blockquote>
Which of the following HTML tag is used to add a row in a table?
Anonymous Quiz
5%
<th>
17%
<td>
78%
<tr>
0%
<tt>
Which of the following tag is used to create a text area in HTML Form?
Anonymous Quiz
60%
<textarea></textarea>
8%
<text></text>
17%
<input type="text" />
15%
<input type="textarea" />
👍1
To show deleted text, which HTML element is used?
Anonymous Quiz
5%
<em>
5%
<ins>
86%
<del>
3%
<strong>
❤1
Which tag is used to create a dropdown in HTML Form?
Anonymous Quiz
20%
<input>
69%
<select>
7%
<text>
4%
<textarea>
Which tag is used to create a numbered list in HTML?
Anonymous Quiz
82%
<ol>
11%
<ul>
7%
<li>
1%
<ll>
How to insert Hyperlink in HTML Page?
Anonymous Quiz
77%
<a href="https://www.sanfoundry.com/1000-html-questions-answers/">HTML MCQ</a>
8%
<a target="https://www.sanfoundry.com/1000-html-questions-answers/" HTML Quiz />
10%
<a src="https://www.sanfoundry.com/1000-html-questions-answers/">HTML Test</a>
Which of the following extension is used to save an HTML file?
Anonymous Quiz
1%
.hl
4%
.h
4%
.htl
92%
.html
Which HTML tag is used to convert the plain text into italic format?
Anonymous Quiz
8%
<b>
11%
<p>
76%
<i>
5%
<a>
What is the correct HTML element to define a table?
Anonymous Quiz
94%
<table>
3%
<tab>
1%
<tbl>
3%
<tabledata>
❤1
Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?
Anonymous Quiz
5%
longdesc
7%
noscript
24%
src
64%
alt
What is the correct HTML element to define an internal style sheet?
Anonymous Quiz
88%
<style>
8%
<css>
0%
<noscript>
5%
<styles>
Which HTML element is used to define a list item?
Anonymous Quiz
12%
<item>
20%
<list>
63%
<li>
5%
<ul>
What is the correct HTML element to define important text?
Anonymous Quiz
19%
<important>
7%
<b>
68%
<strong>
5%
<i>
Which HTML element is used to define a hyperlink?
Anonymous Quiz
14%
<link>
75%
<a>
10%
<href>
2%
<url>
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>