0% found this document useful (0 votes)
8 views

HTML MCQ Set Paper 2

Uploaded by

Prajwal Samshi
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

HTML MCQ Set Paper 2

Uploaded by

Prajwal Samshi
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

[Type]0

[Marks]1
[Negative Marks]0

Q.1) What is the use of forms in HTML?


[a] To display contents of email
[b] To display animation
*[c]To collect user’s information
[d]none of the above

[S1] This is for the solution

Q.2) CSS is an acronym for


*[a] Cascading Style Sheet
[b] Costume Style Sheet
[c] Cascading System Style
[d]none of the above

[S1] This is for the solution

Q.3) Which HTML tag would be used to display power in expression


(a+b)2?
[a]<xmp><sub></xmp>
[b]<xmp><b></xmp>
*[c]<xmp><sup></xmp>
[d]<xmp><p></xmp>

[S1] This is for the solution

Q.4) colspan is used for


[a]create columns
*[b]merge columns
[c]create rows
[d]delete rows

[S1] This is for the solution

Q.5) Which of the following is non container tag?


[a]<xmp><p></xmp>
[b]<xmp><i></xmp>
[c]<xmp><u></xmp>
*[d]<xmp><img></xmp>

[S1] This is for the solution


Q.6) which of the following used for create list inside another list?
[a]ordered list
*[b]nested list
[c]unordered list
[d]list

[S1] This is for the solution

Q.7) The anchor tag is used in which format in HTML


[a]<xmp><anc></xmp><xmp></anc></xmp>
*[b]<xmp><a></xmp><xmp></a></xmp>
[c]<xmp><anchor></xmp><xmp></anchor></xmp>
[d]none of the above

Q.8) Find the output for the <bdo> tag for given example<xmp> <bdo
dir=”rtl”></xmp>Hello<xmp><bdo> </xmp>
[a]Helllo
[b]Helo
*[c]olleH
[d]oleH

[S1] This is for the solution

Q.9) Which is correct Radio Button example?

*[a] <xmp><input type=”radio” name=”gender”></xmp>male


<xmp><input type=”radio” name=”gender”></xmp> female

[b]<xmp><input=”radio” name=”gender”></xmp> male


<xmp><input=”radio” name=”gender”></xmp>

[c]<xmp><input type=”radio” name=”gender” checked ><xmp>male<xmp>


</input></xmp>
<xmp><input type=”radio” name=”gender” checked ></xmp>female

[S1] This is for the solution

Q.10) which attribute used is abbreviation tags?


[a]text
*[b]title
[c]dir
[d]ltr

[S1] This is for the solution


Q.11) What is the language of web?
[a]java
*[b]HTML
[c]c++
[d]Basics

[S1] This is for the solution

Q.12) HTML document contain one root tag called _____.


[a]Head
[b]Title
*[c]HTML
[d]Body

[S1] This is for the solution

Q.13) HTML was proposed in the year.


[a]2000
[b]1989
*[c]1990
[d]1991

[S1] This is for the solution

Q.14) Which tag is used to lists the items with bullets?


[a]<xmp><ol></xmp><xmp></ol></xmp>
[b]<xmp><bullet></xmp><xmp></bullet></xmp>
*[c]<xmp><ul></xmp><xmp></ul></xmp>
[d]<xmp><list></xmp><xmp></list></xmp>

[S1] This is for the solution

Q.15) The tag used for division or a section in HTML.


[a]<xmp><divide></xmp>
[b]<xmp><sec></xmp>
[c]<xmp><span></xmp>
*[d]<xmp><div></xmp>

[S1] This is for the solution

Q.16) Before HTML5 where data had to be stored?


*[a] cookies
[b] browser
[c] only in Internet Explorer
[d] only in Chrome

[S1] This is for the solution

Q.17) In local Storage object data ________


[a] is deleted after the browser has been closed
*[b] is not deleted after the browser has been closed
[c] can be seen but can not edit
[d] can be seen as well as edit
[S1] This is for the solution

Q.18) In session Storage object data __________


[a] is not deleted after the browser has been closed
[b] can be seen but can’t edit
[c] can be seen as well as edit
*[d] is deleted after the browser has been closed

[S1] This is for the solution

Q.19) What is the correct syntax of doctype in HTML5?


*[a]<xmp> <!doctype html></xmp>
[b]<xmp> <doctype html!></xmp>
[c]<xmp> <doctype html></xmp>
[d]<xmp> </doctype html></xmp>

[S1] This is for the solution

Q.20) Which of the following attribute adds audio controls, like play,
pause, and volume?
[a] audio
*[b] controls
[c] source
[d] src

[S1] This is for the solution

Q.21) The purpose of mark-up is to


[a] add hypertext capabilities
[b] enhance the document
*[c] both A & B
[d] none of the above

[S1] This is for the solution

Q.22) Which of the following tags do not require a terminator?


[a]<u>
*[b]<br>
[c]<b>
[d] none of the above

[S1] This is for the solution


Q.23) <b> tag makes the enclosed text bold. What is other tag to make
text bold?
[a]<emp>
[b]<black>
[c]<dar>
*[d]<strong>

[S1] This is for the solution

Q.24) The tag used to style the text is


[a]<div>
[b]<color>
*[c]<span>
[d]<style>

[S1] This is for the solution

Q.25) _____ tag is used before beginning of the paragraph text


[a]<par>
[b]<h1>
[c]<text area>
*[d]<p>

[S1] This is for the solution

Q.26) Which tag inserts a line horizontally on your web page?

*[a]<hr>
[b]<horizontal line>
[c]<tr>
[d]<line>

[S1] This is for the solution

Q.27) How can you make a numbered list?


[a]<dl>
*[b]<ol>
[c]<list>
[d]<ul>

[S1] This is for the solution


Q.28) Choose the correct HTML tag to make text “Italic”
*[a]<i>
[b]<italic>
[c]<ii>
[d]<italics>

[S1] This is for the solution

Q.29) Which of the following tags require a terminator


[a]<br>
[b]<hr>
*[c]<p>
[d]None of the option is correct

[S1] This is for the solution

Q.30) HTML is the method where ordinary text can be converted into
[a] ASCII Text
[b]NORMAL Text
[c] EBCDIC Text
*[d]HYPER Text

You might also like