NEW
Font size
WorksheetsModule1
Total questions: 10
Worksheet time: 2mins
What is the correct syntax of doctype in HTML5?
</doctype html>
<doctype html>
<doctype html!>
<!doctype html>
. Identify the incorrect HTML tag among the following
< input>
<select>
< list>
< textarea>
In which part of the HTML metadata is contained?
head tag
title tag
html tag
body tag
. Which element is used for or styling HTML5 layout?
CSS
jQuery
JavaScript
PHP
Which HTML tag is used to insert an image?
<img url=”htmllogo.jpg” />
<img alt=”htmllogo.jpg” />
<img src=”htmllogo.jpg” />
<img link=”htmllogo.jpg” />
HTML is a subset of ___________
SGMT
SGML
SGME
XHTML
In HTML, which attribute is used to create a link that opens in a new window tab?
src=”_blank”
alt=”_blank”
target=”_self”
target=”_blank”
What is the use of <hr/> tag in HTML?
For making content appearance italics
To create vertical rule between sections
To create a line break
To create horizontal rule between sections
Which tag is used to create a numbered list in HTML?
<ol>
<ul>
<li>
<ll>
Which of the following HTML tag is used to add a row in a table?
<th>
<td>
<tr>
<tt>
