[Type]0
[Marks]1
[Negative Marks]0
Q.1) Which element is design to wrap a single piece of
information?
[a] <time>*
[b] <nav>
[c] <footer>
[d] <header>
[S1] This is for the solution
Q.2) The attribute sets the text direction as related to the lang
attribute
[a] Lang
[b] Sub
[c] Dir*
[d] Ds
[S1] This is for the solution
Q.3) To create html page, you need
[a] Web browser
[b] Text editor
[c] Both a and b*
[d] None of the above
[S1] This is for the solution
Q.4) Who is known as the father of World Wide Web (WWW)?
[a] Robert Cailliau
[b] Tim Thompson
[c] Charles Darwin
[d] Tim Berners-lee*
[S1] This is for the solution
Q.5) Choose the correct option
[a] Elements in html describes the way of presenting the
content in the browser*
[b] All elements must have atleast one attribute associated
with it
[c] Both a and b
[d] None of the above
[S1] This is for the solution
Q.6) In html <ul> means
[a] Underline
[b] Unique list
[c] Unordered list*
[d] None of the above
[S1] This is for the solution
Q.7) Which one of the following options is correct?
[a] Both block element and inline element start in the new
line
[b] Both block element and inline element start in the same
line
[c] Only inline element starts in new line
[d] Only block element starts in new line*
[S1] This is for the solution
Q.8) Which of the following is a block element?
[a] <b>
[b] <i>
[c] <p>*
[d] <u>
[S1] This is for the solution
Q.9) Which of the following is an inline element ?
[a] <p>
[b] <h1>
[c] <div>
[d] <s>*
[S1] This is for the solution
Q.10) Which one of the following is the least significant heading
tag?
[a] <h1>
[b] <h3>
[c] <h5>
[d] <h6>*
[S1] This is for the solution
Q.11) Which one of the following is the most significant heading
tag?
[a] <h1>*
[b] <h3>
[c] <h5>
[d] <h6>
[S1] This is for the solution
Q.12) Choose the appropriate tag to get the content in browser as
follows:
<html>
<body>
------
Johny johny!
Yes papa
-------
</body>
</html>
Johny johny!
Yes papa
[a] <p>
</p>
[b] <pre>*
</pre>
[c] <s>
</s>
[d] <b>
</b>
[S1] This is for the solution
Q.13) Choose the correct option
[a] Html elements are represented within tags
[b] Html tags are case insensitive
[c] While executing an html document , browser do not display
the tags
[d] All of the above*
[S1] This is for the solution
Q.14) Fill in the blank so that the browser display -charge of
elctron is 1.602*10^(-19) on exexcuting the html document?
<!DOCTYPE HTML>
<HTML>
<BODY>
</BODY>
</HTML>
a. Charge of elctron is 1.602*10-<sup>19</sup>
b. Charge of elctron is 1.602*10<sup>-19</sup>*
c. Charge of elctron is 1.602*10-<sub>19</sub>
d. Charge of elctron is 1.602*10<sub>-19</sub>
[S1] This is for the solution
Q.15) The tag offers a way to structure your text into different
paragraphs
[a] H
[b] P*
[c] P2
[d] H5
[S1] This is for the solution
Q.16) You can use tag to put any content in the center of the
page or any table cell
[a] Title
[b] Head
[c] Center*
[d] Meta
[S1] This is for the solution
Q.17) Horizontal lines are used to visually break-up section of a
document
[a] True*
[b] False
[c] Can be true or false
[d] Can not say
[S1] This is for the solution
Q.18) Which tag is an example of the empty element
[a] Img
[b] Div
[c] P
[d] Hr*
[S1] This is for the solution
Q.19) Metadata does not define
[a] Character set
[b] Links
[c] Scripts
[d] Color*
[S1] This is for the solution
Q.20) Which element defines preformatted text?
[a] P*
[b] Pre
[c] Hr
[d] Ins
[S1] This is for the solution
Q.21) Relative URLs are used to
[a] Link other pages within the same site*
[b] Link the same page with other sites
[c] Link other pages with other sites
[d] Does not link
[S1] This is for the solution
Q.22) HTML also has six levels of headings
[a] True*
[b] False
[c] Can be true or false
[d] Can not say
[S1] This is for the solution
Q.23) Which one of the following value of target attribute opens
the linked url in a new tab?
[a] _self
[b] _blank*
[c] _top
[d] _parent
[S1] This is for the solution
Q.24) Which of the following tag is used for drop down list?
[a] <select>*
[b] <text>
[c] <textarea>
[d] <dropdown>
[S1] This is for the solution
Q.25) Which one of the following is a form element?
[a] Text box
[b] Radio button
[c] Submit button
[d] All of these*
[S1] This is for the solution
Q.26) Which one of the following tags is used to add caption to a
table?
[a] <table-caption>
[b] <tcaption>
[c] <caption>*
[d] <tc>
[S1] This is for the solution
Q.27) Which one of the following can be used to define the
spacing between the cells of a table?
[a] Border-spacing*
[b] Spacing
[c] Cell-spacing
[d] Table-spacing
[S1] This is for the solution
Q.28) What is the default start of item marker in ordered list?
[a] 1*
[b] i
[c] I
[d] None of the above
[S1] This is for the solution
Q.29) What is the default item marker in unordered lists of html?
[a] Circle
[b] Marker
[c] Disc*
[d] None of the above
[S1] This is for the solution
Q.30) Choose the correct option
[a] Html form elements are used for taking user input
[b] Html form elements are defined inside <for> tag
[c] Html form elements can be of different types
[d] All of these*
[S1] This is for the solution