WorksheetsHTML Quiz | For Beginners
Total questions: 10
Worksheet time: 5mins
What does HTML stands for ?
Hyper Text Markup Language
High Text Markup Language
Hyper Tabular Markup Language
Hyper Text Makeup Language
From which tag descriptive list starts ?
<LL>
<DD>
<DL>
<DS>
Which is the largest heading tag in HTML ?
<h1>
<h2
<h4>
<h6>
Which of the following is an attribute of form tag ?
Method
Action
Post
All Of These
Which of the following attributes of text box control allow to limit the maximum character?
size
len
maxlength
max
<DT> tag is designed to fit a single line of our web page but what will a <DD> tag accept ?
line of text
full paragraph
word
request
How can you open a link in a new browser tab?
< a href = "url" target = "new">
<a href = "url" target= "_blank">
<a href = "url".new>
<a href = "url" target ="open">
The latest HTML standard is
XML
SGML
HTML 4.0
HTML 5.0
How can you make an e-mail link?
<mail href +"mail@y.com">
<a href ="mail to: email@y.com">
<a href = "mail@y.com">
None Of These
Which tag creates a number/order list ?
<UL>
<OL>
<OT>
None Of These
