NEW
Font size
WorksheetsHTML Quiz V3
Total questions: 20
Worksheet time: 10mins
Which of these tags belong to table?
<thead>,<body>,<tr>
<table>,<head>,<tfoot>
<table>,<tr>,<td>
<table>,<tr>,<tt>
Which of the following tags gives a caption to the table?
<caption>
<head>
<heading>
<h1>
Which of the following is an attribute of < table > tag?
src
cellpadding
link
bold
What is the default type of ‘type’ attribute of <input> element?
Text
Password
Numerals
Special Characters
Which of the following is a new input attribute introduce by HTML5?
text
checkbox controls
submit buttons
date
How does the color type work?
Changes color of the text
Changes background color
The color picker is defined by it
Changes color of the text as well as background
Which attribute is used for activation of JavaScript?
button
checkbox
url
submit
Which attribute defines the file-select field?
file
checkbox
button
text
month attribute/type defines ___________
only month
month and year
date
date and time
week attribute defines ____________
week
year
week and year
week, month and year
Which element is used to create multi-line text input?
text
textarea
submit
radio button
Which attribute is not used for the radio type?
name
value
checked
selected
Which unique attribute is used with <select> element?
multiple
selected
name
value
Which one is the correct sequence of HTML tags?
head, body, title, html
html, head, title, body
html, title, head, body
None of the above
How to create a checkbox in HTML?
<input type = "checkbox">
<input type = "button">
<checkbox>
<input type = "check">
Which HTML tag is used to make the text bold in HTML?
<pre>
<br>
<b>
None
Correct syntax to include external CSS in HTML?
<link href="style.css">
<link rel="sheet" href="style.css">
<link rel="stylesheet" src="style.css">
<link rel="stylesheet" href="style.css">
Which HTML tag attribute is used to provide a unique name to an element?
class
id
type
All of the above
Which HTML tag is used to display the text with scrolling effect?
<scroll>
<run>
<marquee>
None
