SlideShare a Scribd company logo
1 of 30
https://www.wikinote.org/Main/Savitribai-Phule-Pune-
University/FE/FPL-II/MCQ/
FPL-II Unit-3 Introduction to Internet, World Wide Web
& Search Engine MCQ's
HTML: Introduction to elements of HTML, working with text
Question- Which of the following elements defines the whole HTML documents
A) head
B) html
C) body
D) All of the above
Hide Answer
Answer- B
Question- The _____________ element defines the document body.
A) head
B) html
C) body
D) All of the
above Hide Answer
Answer- C
Question- The h1 tag is used for _____________
A) heading
B) Html document
C) hyperlink
D) Header of
document Hide Answer
Answer- A
Question- HTML Tags are not case-sensitive
A) True
B) False
C)
D)
Hide Answer
Answer- A
Question- Which tag inserts a line horizontally on your web page?
A) <line>
B) <hr>
C) <line direction = “horizontal”>
D) <tr>
Hide Answer
Answer- B
Question- Which tag allows you to add rows in a table?
A) <td>…….</td>
B) <row>…….</row>
C) <th>…….</th>
D) <tr>……..</tr>
Hide Answer
Answer- D
Question- Which of the following tag to make a text italic?
A) <ii>
B) <italics>
C) <i>
D) <italic>
Hide Answer
Answer- C
Question- Which of the following tag to make a text italic?
A) <b>
B) <bold>
C) <bb>
D) <bld>
Hide Answer
Answer- A
Question- What is the correct HTML for making a hyperlink?
A) <a href=“http://google.com”> Click here to search </a>
B) <a name=“http://google.com”> Click here to search </a>
C) <http://googgle.com></a>
D) <url=“http://google.com”> Click here to search
Hide Answer
Answer- A
Question- Choose the correct form of coding in HTML for adding background color?
A) <body color="yellow">
B) <body bgcolor="yellow">
C) <background>yellow</background>
D) <body background="yellow">
Hide Answer
Answer- D
Question- The ___________ element tag is used for the smallest size heading?
A) <h10>
B) <h6>
C) <h1>
D) <h4>
Hide Answer
Answer- B
Question- The tag used for inserting a break line is ___________
A) <br>
B) <break>
C) <lb>
D) <newline>
Hide Answer
Answer- A
Question- Which of the following element tags is used to create check checkboxes in
html?
A) <checkbox>
B) <input=checkbox>
C) <input type=“checkbox”>
D) <input checkbox>
Hide Answer
Answer- C
Question- What is the correct syntax of creating a combo box in html?
A) <list>
B) <input type=“combo”>
C) <combo>
D) <select>
Hide Answer
Answer- D
Question- Marquee tag in HTML is used for _______________________
A) Mark the list of items to maintain queue
B) Mark the text so that it is hidden in browser
C) Display the text with scrolling effect
D) None of the above
Hide Answer
Answer- C
Question- Which of the following is an attribute related to font tag?
A) size
B) Face
C) Color
D) All of the
above Hide Answer
Answer- D
Question- Which attribute is used with img tag to display the text if image could not load
in
browser?
A) Name
B) Description
C) Alt
D) Id
Hide Answer
Answer- C
Question- Which of the following method is used for creating a blank line in a web page?
A) Press enter two times
B) Press shift + enter
C) Insert <br> tag
D) Insert <Bline>
Hide Answer
Answer- C
Question- When should you use path along with file name of picture in IMG tag?
A) path is optional and not necessary
B) when the location of image file and html file are different
C) when image file and html file both are on same location
D) path is always necessary when inserting image
Hide Answer
Answer- B
Question- How can you make an e-mail link?
A) <a href="xxx@yyy">
B) <mail href="xxx@yyy">
C) <mail>xxx@yyy</mail>
D) <a href="mailto:xxx@yyy">
Hide Answer
Answer- D
Question- <UL> … </UL> tag is used to ________
A) display the numbered list
B) underline the text
C) display the bulleted list
D) bold the text
Hide Answer
Answer- C
Question- The <p> tag is used for ____________
A) Starting a new paragraph
B) Breaking the line
C) Ending the current paragraph
D) None of the above
Hide Answer
Answer- A
Question- Choose the correct HTML element to define important text
A) <i>
B) <b>
C) <important>
D) <strong>
Hide Answer
Answer- D
Question- Which character is used to indicate an end tag?
A) ^
B) /
C) >
D) <
Hide Answer
Answer- B
Question- How can you open a link in a new tab/browser window?
A) <a href="url" new>
B) <a href="url" target="_blank">
C) <a href="url" target="new">
D) All of the above
Hide Answer
Answer- B
Question- What is the correct HTML element for playing audio files?
A) <mp3>
B) <sound>
C) <audio>
D) All of the above
Hide Answer
Answer- C
Question- Which is the largest heading tag in HTML?
A) h1
B) h4
C) h6
D) h10
Hide Answer
Answer- A
Question- Which of the following tag elements is used for emphasized text?
A) <strong>
B) <em>
C) <b>
D) <important>
Hide Answer
Answer- B
Question- Which of the following methods are used for creating a multi-line text
Box in HTML?
A) <textarea>
B) <input type= “textarea”>
C) <input type= “textbox”>
D) <input type = “textbox” multi-line=true>
Hide Answer
Answer- A
Question- What is the correct HTML5 for inserting a background image?
A) <body background="background.gif">
B) <background img="background.gif">
C) <body bg="background.gif">
D) <body style="background-image:url(background.gif)">
Hide Answer
Answer- D
Question- What is correct way of writing HTML comments?
A) <!-- and -->
B) <!- and ->
C) <-- and -->
D) <// and //>
Hide Answer
Answer- A
Question- What is the correct HTML element for playing video files?
A) <video>
B) <media>
C) <movie>
D) All of the above
Hide Answer
Answer- A
Question- The correct way of writing doctype element in HTML5 is ____________
A) <html DOCTYPE!>
B) <!DOCTYPE html>
C) <DOCTYPE html>
D) <html DOCTYPE>
Hide Answer
Answer- B
Question- Which of the following tags are used for inserting a header to web page?
A) Head
B) Title
C) Header
D) Section
Hide Answer
Answer- C
Question- Which of the following tags are used to insert footer to web page?
A) Section
B) Footer
C) Bottom
D) Head
Show Answer
Topic Name: List
Question 1)) <ol> tag defines
A) unordered list
B) ordered list
C) definition list
D) list item
Hide Answer
Answer- B
Question 2)) <ul> tag defines
A) unordered list
B) ordered list
C) list item
D) definition
list Hide Answer
Answer- A
Question 3)) <dl> tag defines
A) unordered list
B) ordered list
C) definition list
D) list item
Hide Answer
Answer- C
Question 4)) <li> tag defines
A) unordered list
B) ordered list
C) list item
D) definition
list Hide Answer
Answer- C
Question 5)) <dl> tag defines
A) unordered list
B) ordered list
C) list item
D) definition
list Hide Answer
Answer- D
Question 6)) <dd> tag defines
A) unordered list
B) ordered list
C) list item
D) a description of an item in a definition
list Hide Answer
Answer- D
Question 7)) What will be output of following code
<html>
<body>
<h1> Ordered list of fruits</h1>
<ol type="A" start="12">
<li>Mango </li>
<li>Orange</li>
<li>Banana </li>
<li> Grapes</li>
</ol>
</body>
</html>
A) Ordered list of fruits
A. Mango
B. Orange
C. Banana
D. Grapes
B) Ordered list of fruits
L. Mango
M. Orange
N. Banana
O. Grapes
C) Ordered list of fruits
1. Mango
2. Orange
3. Banana
4. Grapes
D) Ordered list of fruits
12. Mango
13. Orange
14. Banana
15. Grapes
Show Answer
Show Answer
Show Answer
Question 8)) What will be output of following code
<html>
<body>
<ol start="4" >
<li>FE </li>
<li>SE</li>
<li>TE </li>
<li> BE</li>
</ol> </body>
</html>
A) 4. FE
5. SE
6. TE 7. BE
B) A.FE
B.SE
C.TE
D.BE
C) 8. FE
9. SE
10. TE 11. BE
D) 12. FE
13. SE
14. TE 15. BE
Hide Answer
Answer- A
Question 9)) What will be output of following code
<html> <body>
<ul type="square">
<li>Mango </li>
<li>Orange</li>
<li>Banana </li>
<li> Grapes</li>
<li> Apple</li>
</ul>
</body>
</html>
Mango♣A)
Orange♣
Banana♣
Grapes♣
Apple♣
B) • Mango
• Orange
• Banana
• Grapes
• Apple
C) 1. Mango
2. Orange
3. Banana
4. Grapes
5. Apple
D) I. Mango
II. Orange
III. Banana
IV. Grapes
V. Apple
Hide Answer
Answer- A
Question 10)) What will be output of following code
<html> <body>
<ul type="circle">
<li>Mango </li>
<li>Orange</li>
<li>Banana </li>
<li> Grapes</li>
<li> Apple</li>
</ul>
</body>
</html>
A) o Mango
o Orange o
Banana o
Grapes o
Apple
B) • Mango
• Orange
• Banana
• Grapes
• Apple
C) 6. Mango
7. Orange
8. Banana
9. Grapes
10. Apple
D) VI. Mango
VII. Orange
VIII. Banana IX.
Grapes
X. Apple
Hide Answer
Answer- A
Question 11)) What will be output of following code
<html> <body>
<ul type="circle">
<li>Mango </li>
<li>Orange</li>
<li>Banana </li>
<li> Grapes</li>
<li> Apple</li>
</ul>
</body>
</html>
A) o Mango
o Orange o
Banana o
Grapes o
Apple
B) • Mango
• Orange
• Banana
• Grapes
• Apple
C) 11. Mango
12. Orange
13. Banana
14. Grapes
15. Apple
D) XI. Mango
XII. Orange
XIII. Banana
XIV. Grapes XV.
Apple Hide
Answer
Answer- A
Question 12)) What will be output of following code
<html> <body>
<ul type="disc">
<li>Mango </li>
<li>Orange</li>
<li>Banana </li>
<li> Grapes</li>
<li> Apple</li>
</ul>
</body>
</html>
A) o Mango
o Orange o
Banana o
Grapes o
Apple
B) • Mango
• Orange
• Banana
• Grapes
• Apple
C) 16. Mango
17. Orange
18. Banana
19. Grapes
20. Apple
D) XVI. Mango
XVII. Orange
XVIII. Banana
XIX. Grapes
XX. Apple
Hide Answer
Answer- B
Question 13 )) What will be output of following code
<html>
<body>
<dl>
<dt>Element</dt>
<dd>It has a paired tag i.e start and end
tag</dd> <dt>Attributes</dt>
<dd>It is used to give additional information to the
elements...</dd> </dl>
</body>
</html>
A) Element
It has a paired tag i.e start and end tag
Attributes
It is used to give additional information to the elements...
B) Element
It has a paired tag i.e start and end tag
Attributes
It is used to give additional information to the elements...
C) • Element
• Attributes
It is used to give additional information to the elements...
D) • Element
• It has a paired tag i.e start and end tag
• Attributes
• It is used to give additional information to the elements...
Show Answer
Show Answer
Show Answer
Question 14)) What will be output of following code
<html>
<body>
<h1> Nesting List </h1>
<ol>
<li> Introduction to HTML </li>
<ul>
<li>Componets of HTML </li>
<ol type="a">
<li>Tag open and closed</li>
<li>Elements</li>
<li>attributes</li>
</ol>
</ul>
<li> structure of HTML code </li>
<ul type="square">
<li>Head</li>
<li>Body</li>
</ul>
</ol>
</body>
</html>
A) 1. Introduction to HTML o
Componets of HTML
a. Tag open and closed
b. Elements
c. attributes
2. structure of HTML code
Head♣
Body♣
B) 1. Introduction to HTML
2. Componets of HTML
a. Tag open and closed
b. Elements
c. attributes
3. structure of HTML code
Head♣
Body♣
C) 1. Introduction to HTML o
Componets of HTML
a. Tag open and closed
b. Elements
c. attributes
d. structure of HTML code
Head♣
Body♣
D) 1. Introduction to HTML o
Componets of HTML
a. Tag open and closed
b. Elements
c. Attributes
d. structure of HTML code
Head♣
Body♣
Hide Answer
Answer- A
Question 15)) What will be output of following code
<html> <body>
<ol>
<li> Introduction to HTML </li>
<ul>
<li>Componets of HTML </li>
<ol type="a">
<li>Tag open and closed</li>
<li>Elements</li>
<li>attributes</li>
</ol>
</ul>
<li> structure of HTML code </li>
<ul type="square">
<li>Head</li>
<li>Body</li>
</ul>
</ol>
</body> </html>
A) 1. Introduction to HTML o
Componets of HTML
a. Tag open and closed
b. Elements
c. attributes
2. structure of HTML code
Head♣
Body♣
B) • Introduction to HTML
o Componets of HTML
a. Tag open and closed
b. Elements
c. attributes
• structure of HTML code
Head♣
Body♣
C) • Introduction to HTML
o Componets of HTML
a. Tag open and closed
b. Elements
c. attributes
• structure of HTML code
Head♣
Body♣
D) • Introduction to HTML
o Componets of HTML
a. Tag open and closed
b. Elements
c. attributes
• structure of HTML code
Head♣
• Body
Hide Answer
Answer- A
Question 16)) What will be output of following code
<html> <body>
<ul>
<li> FE </li>
<ol type=I>
<li>SEM 1 </li>
<ol type="a">
<li>FPL</li>
<li>Chem</li>
<li>MAths</li>
</ol>
<li>SEM 2 </li>
</ol>
</ul>
</ol>
</body>
</html>
A) • FE
o SEM 1
a. FPL
b. Chem
c. MAths
o SEM 2
B) • FE
I. SEM 1
a. FPL
b. Chem
c. MAths
II. SEM 2
C) • FE
o SEM 1
a. FPL
b. Chem
c. MAths
d. SEM 2
D) • FE
o SEM 1
a. FPL
b. Chem
c. MAths
o SEM 2
Hide Answer
Answer- B
Question 17)) What will be output of following code
<html> <body>
<ol type=”A” start=5>
<li>FE </li>
<li>SE</li>
<li>TE </li>
<li> BE</li>
</ol>
</body>
</html>
A) E. FE
F. SE
G. TE H. BE
B) 1. FE
2. SE
3. TE 4. BE
C) A. FE
B. SE
C. TE D. BE
D) A. FE
B. SE
C. TE
D. BE
Show Answer
Show Answer
Show Answer
Question 18)) What will be output of following code
<html> <body>
<ol type="A" start=20>
<li>FE </li>
<li>SE</li>
<li>TE </li>
<li> BE</li>
</ol>
</body> </html>
A) R. FE
S. SE
T. TE U. BE
B) T. FE
U. SE
V. TE W. BE
C) E. FE
F. SE
G. TE H. BE
D) B. FE
C. SE
D. TE
E. BE
Hide Answer
Answer- B
Question 19)) <ol> tag includes following type attribute values
A) 1, A
B) I ,i
C) 1,a, I ,i
D) 1, A, a, I ,i
Hide Answer
Answer- D
Question 20)) <ol> tag by default bullet value start with
A) 1
B) A
C) a
D) i
Hide Answer
Answer- A
Question 21)) <ul> tag includes following type attribute values
A) Only Disc
B) Disc, square
C) circle , square
D) Disc, square, circle
Answer- D
Question 22)) What will be output of following code
<html> <body>
<ol type="A">
<li>IT department
<ol type="I">
<li>FE </li>
<li>SE</li>
<li>TE </li>
<li> BE</li>
</ol>
</li>
<li>Computer department
<ol type="I">
<li>FE </li>
<li>SE</li>
<li>TE </li>
<li> BE</li>
</ol>
</li>
</ol>
</body>
</html>
A) C. IT department
1. FE
2. SE
3. TE
4. BE
D. Computer department
1. FE
2. SE
3. TE 4. BE
B) A. IT department
I. FE
II. SE
III. TE
IV. BE
B. Computer department
I. FE
II. SE
III. TE IV. BE
C) A. IT department
1. FE
2. SE
3. TE
4. BE
B. Computer department
1. FE
2. SE
3. TE 4. BE
D) C. IT department
I. FE
II. SE
III. TE
IV. BE
D. Computer department
I. FE
II. SE
III. TE IV. BE
Hide Answer
Answer- B
Question 23)) What will be output of following code
<html> <body>
<ol type="I">
<li><a href="it.html">IT department</a>
<li><a href="comp.html">Computer
department</a> </ol>
</body> </html>
A) I. IT department
II. Computer department
B) 1. IT department
2. Computer department
C) A. IT department
B. Computer department
D) 1. IT department
2. Computer department
Hide Answer
Answer- A
Question 24)) What will be output of following code
<html> <body>
<ul type="Disc" >
<li><img src="Blue hills.jpg" height =20 width=20> image 1</img>
<li><img src="Water lilies.jpg" height =20 width=20> image 2</img>
</ul>
</body>
</html>
A) • image 1
• image 2
B) 1. image 1
2. image 2
image
1♣C)
image 2♣
D) o image 1
o image 2
Hide Answer
Answer- A
Question 25)) What will be output of following code
<html> <body>
<ol type="Disc" >
<li><img src="Blue hills.jpg" height =20 width=20> image 1</img>
<li><img src="Water lilies.jpg" height =20 width=20> image 2</img>
</ol>
</body>
</html>
A) • image 1
• image 2
B) 1. image 1
2. image 2
C) Error message
D) o image 1
o image 2
Show Answer
Show Answer
Show Answer
((MARKS)) (1/2/3...) 2
Question 26)) What will be output of following code
<html> <body>
<ol type="1" >
<li>cricket
<ul>
<li>football
</ul>
<li>Tennis
</ol>
</body>
</html>
A) 1. cricket
o football
2. Tennis
B) 3. cricket
o football
4. Tennis
C) 1. cricket
2. football
3. Tennis
D) 1. Cricket
2. football
3. Tennis
Show Answer
Show Answer
Show Answer
Question 27)) What will be output of following code
<html> <body>
<li>cricket
<li>football
<li>Tennis
</body>
</html>
A) • cricket
• football
• Tennis
B) Error
C) Nothing
D) 1. Cricket
2. football
3. Tennis
Show Answer
Show Answer
Show Answer
Question 28)) How can you make a numbered list?
A) <dl>
B) <ol>
C) <list>
D) <ul>
Show Answer
Show Answer
Show Answer
Question 29)) How can you make a bulleted list?
A) <dl>
B) <ol>
C) <list>
D) <ul>
Show Answer
Show Answer
Show Answer
Question 30)) What tag is used to list individual items of an ordered list?
A) <li>
B) <ol>
C) <list>
D) <ul>
Show Answer
Show Answer
Show Answer
Question 31)) What will be output of following code
<html> <body>
<li>cricket
<ol>
football
Tennis
</ol>
</body></html>
A) • cricket
football Tennis
B) Error
C) Nothing
D) 1. Cricket
2. football
3. Tennis
Hide Answer
Answer- A
Question- Which of the following tag is used to define Links in HTML5
A) <a>
B) <style>
C) <link>
D) <hyperlink>
Hide Answer
Answer- A
Question- Which of the following attribute is specifies destination address of link
A) src
B) href
C) link
D) rel
Hide Answer
Answer- B
Question- Which of the following attribute is used to specify local link with relative URL.
A) src
B) href
C) link
D) rel
Hide Answer
Answer- B
Question- Following tag stands for
<a>
A) Active Tag
B) Action Tag
C) Anchor Tag
D) Additional
Tag Hide Answer
Answer- C
Question- Default style and color of unvisited link in any browser is
A) Underline and Red
B) Underline and Purple
C) Normal and blue
D) Underline and blue
Hide Answer
Answer- D
Question- Default style and color of visited link in any browser is
A) Underlined and Brown
B) Underlined and Purple
C) Underlined and Blue
D) Normal and
Purple Hide Answer
Answer- B
Question- Default style and color of active link in any browser is
A) Underlined and Red
B) Underlined and Blue
C) Normal and Red
D) underline and
Green Hide Answer
Answer- A
Question- Which of the following fact about HTML Bookmark is false.
A) Bookmarks allow readers to jump to specific parts of a Web page.
B) Bookmarks are useful if your webpage is very long.
C) Bookmarks don’t allow readers to jump to specific parts of a another Web page.
D) To make a bookmark, We have to add a link to bookmark created.
Hide Answer
Answer- C
Question- which of the following values target attribute can have?
A) _blank
B) _parent
C) _top
D) all of these
Show Answer
Show Answer
Show Answer
Question- Which of the following attribute is used to specify, where to open the linked
document.
A) target
B) href
C) rel
D) style
Hide Answer
Answer- A
Question- Which of the following attribute is used to define bookmark in a page.
A) target
B) hreflang
C) lable
D) id
Hide Answer
Answer- D
Question- Which of the following is used to open document in new window ?
A) <a target="_self">Link</a>
B) <a target="_blank">Link</a>
C) <a target="_top">Link</a>
D) <a target="_parent">Link</a>
Hide Answer
Answer- B
Question- Which of the following is correct HTML for inserting an image?
A) <image source= “html5.jpg” alt=“html5 image” />
B) <img src= “html5.jpg” alt=“html5 image” ></img>
C) <img src= “html5.jpg” alt=“html5 image”>
D) <img alt= “This is me”> html5 image”
Hide Answer
Answer- C
Question- What is the usage of alt value in <img> tag?
A) Alternative text for an Image
B) Alternative source of an Image
C) Caption of an Image
D) All of above
Hide Answer
Answer- A
Question- How size of image can be specified in img tag.
A) using width and height attribute.
B) using style attribute.
C) both of these
D) None of these
Hide Answer
Answer- C
Question- How image can be used as link.
A) by nesting the <a> tag inside the <img> tag
B) by writing the <img> tag after <a> tag
C) by nesting the <img> tag inside the <a> tag
D) by writing the <a> tag after <img>
tag Hide Answer
Answer- C
Question- Which of the following attribute can be used to build relationship between
image and map.
A) image-map
B) usemap
C) alt
D) area
Hide Answer
Answer- B
Question- What is correct HTML tag for making a hyperlink.
A) <a link=”http://www.google.com”>search</a>
B) <a href=” http://www.google.com”>search</a>
C) <” http://www.google.com”>search</a>
D) <a name=” http://www.google.com”>search</a>
Hide Answer
Answer- B
Question- Which of the following is not a pair tag.
A) <p>
B) <u>
C) <i>
D) <img>
Hide Answer
Answer- D
Question- When should you use path along with file name of picture in IMG tag?
A) path is optional and not necessary
B) when the location of image file and html file are different
C) when image file and html file both are on same location
D) path is always necessary when inserting image
Hide Answer
Answer- B
Question- which of the following tag is correct to open page in same window
A) <a href="html_help.asp" target="_blank">HTML help</a>
B) <a href="html_help.asp" target="_self">HTML help</a>
C) <a href="html_help.asp" target="_parent">HTML help</a>
D) <a href="html_help.asp" target="_top">HTML
help</a> Hide Answer
Answer- B
Question- which of the following tag is correct to specify bookmark
A) <h2 id="HTML5">HTML5 starts here</h2>
B) <p id="HTML5”>This chapter explains HTML5 links</p>
C) <a id="HTML5” href="html_help.asp" target="_parent">HTML help</a>
D) All of these
Hide Answer
Answer- D
Question- which of the following tag sets image as a link with default text for image
A) <a href="html5.asp">
<img src="smiley.gif" default="HTML
tutorial"> </a>
B) <a href="html5.asp">
<img src="smiley.gif" alt="HTML
tutorial"> </img></a>
C) <a link="html5.asp">
<img src="smiley.gif" alt="HTML tutorial”/>
</a>
D) <a href="html5.asp">
<img src="smiley.gif" alt="HTML
tutorial"> </a>
Hide Answer
Answer- D
Question- which of the following tag adds link to bookmark HTML_HELP in same page
A) <a href="_HTML_HELP">HTML help starts here</a>
B) <a href=HTML_HELP>HTML help starts here</a>
C) <a href="#HTML_HELP">HTML help starts here</a>
D) none of these
Hide Answer
Answer- C
Question- which of the following tag is used to float image to right of text
A) <img src="smiley.gif" alt="Smiley face"
float=”True” style="width:42px;height:42px;">
B) <img src="smiley.gif" alt="Smiley face"
style="float:right;width:42px;height:42px;">
C) <img src="smiley.gif" alt="Smiley face"
style="float:righttext;width:42px;height:42px;">
D) <img src="smiley.gif" alt="Smiley face"
makefloat=”True” style="width:42px;height:42px;">
Hide Answer
Answer- B
Question- Which of the following is valid attribute of img tag
A) width
B) alt
C) usemap
D) map
Hide Answer
Answer- D
Question- which of the following tag is correct to set width and height of image to 128
pixel.
A) <img src="/images/html5.gif" alt="HTML5
Icon" style="width:128px;height:128px;">
B) <img src="/images/html5.gif" alt="HTML5 Icon" width="128" height="128">
C) both of these
D) none of these
Hide Answer
Answer- C
Unitiii mcq

More Related Content

What's hot

Basis path testing
Basis path testingBasis path testing
Basis path testingHoa Le
 
User defined Functions in C
User defined Functions in CUser defined Functions in C
User defined Functions in CPrabhu Govind
 
CS8494 SOFTWARE ENGINEERING Unit-5
CS8494 SOFTWARE ENGINEERING Unit-5CS8494 SOFTWARE ENGINEERING Unit-5
CS8494 SOFTWARE ENGINEERING Unit-5SIMONTHOMAS S
 
Principios de Diseño Visual para Interacción Humano-Computadora
Principios de Diseño Visual para Interacción Humano-ComputadoraPrincipios de Diseño Visual para Interacción Humano-Computadora
Principios de Diseño Visual para Interacción Humano-ComputadoraOmar Sosa-Tzec
 
Lecture4 requirement engineering
Lecture4 requirement engineeringLecture4 requirement engineering
Lecture4 requirement engineeringShahid Riaz
 
User Interface Design in Software Engineering SE15
User Interface Design in Software Engineering SE15User Interface Design in Software Engineering SE15
User Interface Design in Software Engineering SE15koolkampus
 
HCI 3e - Ch 2: The computer
HCI 3e - Ch 2:  The computerHCI 3e - Ch 2:  The computer
HCI 3e - Ch 2: The computerAlan Dix
 
Natural Language processing
Natural Language processingNatural Language processing
Natural Language processingSanzid Kawsar
 
Question Answering as Search - the Anserini Pipeline and Other Stories
Question Answering as Search - the Anserini Pipeline and Other StoriesQuestion Answering as Search - the Anserini Pipeline and Other Stories
Question Answering as Search - the Anserini Pipeline and Other StoriesSujit Pal
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language ProcessingSaurabh Kaushik
 
Software requirement & specification .pptx
Software requirement & specification .pptxSoftware requirement & specification .pptx
Software requirement & specification .pptxSarowarSuman
 
Software requirements specification
Software requirements specificationSoftware requirements specification
Software requirements specificationlavanya marichamy
 
Computer Networking Multiple Choice Questions
Computer Networking Multiple Choice QuestionsComputer Networking Multiple Choice Questions
Computer Networking Multiple Choice QuestionsShusil Baral
 

What's hot (18)

Basis path testing
Basis path testingBasis path testing
Basis path testing
 
User defined Functions in C
User defined Functions in CUser defined Functions in C
User defined Functions in C
 
CS8494 SOFTWARE ENGINEERING Unit-5
CS8494 SOFTWARE ENGINEERING Unit-5CS8494 SOFTWARE ENGINEERING Unit-5
CS8494 SOFTWARE ENGINEERING Unit-5
 
English vocabulary
English vocabularyEnglish vocabulary
English vocabulary
 
Principios de Diseño Visual para Interacción Humano-Computadora
Principios de Diseño Visual para Interacción Humano-ComputadoraPrincipios de Diseño Visual para Interacción Humano-Computadora
Principios de Diseño Visual para Interacción Humano-Computadora
 
Lecture4 requirement engineering
Lecture4 requirement engineeringLecture4 requirement engineering
Lecture4 requirement engineering
 
User Interface Design in Software Engineering SE15
User Interface Design in Software Engineering SE15User Interface Design in Software Engineering SE15
User Interface Design in Software Engineering SE15
 
HCI 3e - Ch 2: The computer
HCI 3e - Ch 2:  The computerHCI 3e - Ch 2:  The computer
HCI 3e - Ch 2: The computer
 
Natural Language processing
Natural Language processingNatural Language processing
Natural Language processing
 
Question Answering as Search - the Anserini Pipeline and Other Stories
Question Answering as Search - the Anserini Pipeline and Other StoriesQuestion Answering as Search - the Anserini Pipeline and Other Stories
Question Answering as Search - the Anserini Pipeline and Other Stories
 
unit 1 ppt.pptx
unit 1 ppt.pptxunit 1 ppt.pptx
unit 1 ppt.pptx
 
Component level design
Component   level designComponent   level design
Component level design
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language Processing
 
Chapter 13
Chapter 13Chapter 13
Chapter 13
 
System engineering
System engineeringSystem engineering
System engineering
 
Software requirement & specification .pptx
Software requirement & specification .pptxSoftware requirement & specification .pptx
Software requirement & specification .pptx
 
Software requirements specification
Software requirements specificationSoftware requirements specification
Software requirements specification
 
Computer Networking Multiple Choice Questions
Computer Networking Multiple Choice QuestionsComputer Networking Multiple Choice Questions
Computer Networking Multiple Choice Questions
 

Similar to Unitiii mcq

Similar to Unitiii mcq (20)

web dev diploma
web dev diplomaweb dev diploma
web dev diploma
 
HTML.pptx
HTML.pptxHTML.pptx
HTML.pptx
 
Internet and Web Technology (CLASS-3) [HTML & CSS]
Internet and Web Technology (CLASS-3) [HTML & CSS] Internet and Web Technology (CLASS-3) [HTML & CSS]
Internet and Web Technology (CLASS-3) [HTML & CSS]
 
Html file
Html fileHtml file
Html file
 
12th computer-application-unit-8-study-material-english-medium
12th computer-application-unit-8-study-material-english-medium12th computer-application-unit-8-study-material-english-medium
12th computer-application-unit-8-study-material-english-medium
 
HTML-Part1
HTML-Part1HTML-Part1
HTML-Part1
 
Paper
PaperPaper
Paper
 
Html quiz
Html quizHtml quiz
Html quiz
 
HTML 4.0
HTML 4.0HTML 4.0
HTML 4.0
 
Cbse class 10 computer science sample paper sa1 2014 (1)
Cbse class 10 computer science sample paper sa1 2014 (1)Cbse class 10 computer science sample paper sa1 2014 (1)
Cbse class 10 computer science sample paper sa1 2014 (1)
 
Web development Training in Ambala ! Batra Computer Centre
Web development Training in Ambala ! Batra Computer CentreWeb development Training in Ambala ! Batra Computer Centre
Web development Training in Ambala ! Batra Computer Centre
 
Digital marketing notes
Digital marketing notesDigital marketing notes
Digital marketing notes
 
Quiz on XML
Quiz on XMLQuiz on XML
Quiz on XML
 
Htmlppt
Htmlppt Htmlppt
Htmlppt
 
HTML, CSS and XML
HTML, CSS and XMLHTML, CSS and XML
HTML, CSS and XML
 
[Basic HTML/CSS] 0. introduction
[Basic HTML/CSS] 0. introduction[Basic HTML/CSS] 0. introduction
[Basic HTML/CSS] 0. introduction
 
Unit 2
Unit 2 Unit 2
Unit 2
 
Fiverr html5 test answers 2020
Fiverr html5 test answers 2020Fiverr html5 test answers 2020
Fiverr html5 test answers 2020
 
CAP 756 UNIT 1.pptx
CAP 756 UNIT 1.pptxCAP 756 UNIT 1.pptx
CAP 756 UNIT 1.pptx
 
Maharashtra state board Hsc IT Chap 1 advance web designing.pdf
Maharashtra state board Hsc IT Chap 1 advance web designing.pdfMaharashtra state board Hsc IT Chap 1 advance web designing.pdf
Maharashtra state board Hsc IT Chap 1 advance web designing.pdf
 

Recently uploaded

A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersMairaAshraf6
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilVinayVitekari
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 

Recently uploaded (20)

A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 

Unitiii mcq

  • 1. https://www.wikinote.org/Main/Savitribai-Phule-Pune- University/FE/FPL-II/MCQ/ FPL-II Unit-3 Introduction to Internet, World Wide Web & Search Engine MCQ's HTML: Introduction to elements of HTML, working with text Question- Which of the following elements defines the whole HTML documents A) head B) html C) body D) All of the above Hide Answer Answer- B Question- The _____________ element defines the document body. A) head B) html C) body D) All of the above Hide Answer Answer- C Question- The h1 tag is used for _____________ A) heading B) Html document C) hyperlink D) Header of document Hide Answer Answer- A Question- HTML Tags are not case-sensitive A) True B) False C) D) Hide Answer Answer- A Question- Which tag inserts a line horizontally on your web page? A) <line>
  • 2. B) <hr> C) <line direction = “horizontal”> D) <tr> Hide Answer Answer- B Question- Which tag allows you to add rows in a table? A) <td>…….</td> B) <row>…….</row> C) <th>…….</th> D) <tr>……..</tr> Hide Answer Answer- D Question- Which of the following tag to make a text italic? A) <ii> B) <italics> C) <i> D) <italic> Hide Answer Answer- C Question- Which of the following tag to make a text italic? A) <b> B) <bold> C) <bb> D) <bld> Hide Answer Answer- A Question- What is the correct HTML for making a hyperlink? A) <a href=“http://google.com”> Click here to search </a> B) <a name=“http://google.com”> Click here to search </a> C) <http://googgle.com></a> D) <url=“http://google.com”> Click here to search Hide Answer Answer- A Question- Choose the correct form of coding in HTML for adding background color? A) <body color="yellow"> B) <body bgcolor="yellow"> C) <background>yellow</background> D) <body background="yellow"> Hide Answer
  • 3. Answer- D Question- The ___________ element tag is used for the smallest size heading? A) <h10> B) <h6> C) <h1> D) <h4> Hide Answer Answer- B Question- The tag used for inserting a break line is ___________ A) <br> B) <break> C) <lb> D) <newline> Hide Answer Answer- A Question- Which of the following element tags is used to create check checkboxes in html? A) <checkbox> B) <input=checkbox> C) <input type=“checkbox”> D) <input checkbox> Hide Answer Answer- C Question- What is the correct syntax of creating a combo box in html? A) <list> B) <input type=“combo”> C) <combo> D) <select> Hide Answer Answer- D Question- Marquee tag in HTML is used for _______________________ A) Mark the list of items to maintain queue B) Mark the text so that it is hidden in browser C) Display the text with scrolling effect D) None of the above Hide Answer Answer- C Question- Which of the following is an attribute related to font tag? A) size
  • 4. B) Face C) Color D) All of the above Hide Answer Answer- D Question- Which attribute is used with img tag to display the text if image could not load in browser? A) Name B) Description C) Alt D) Id Hide Answer Answer- C Question- Which of the following method is used for creating a blank line in a web page? A) Press enter two times B) Press shift + enter C) Insert <br> tag D) Insert <Bline> Hide Answer Answer- C Question- When should you use path along with file name of picture in IMG tag? A) path is optional and not necessary B) when the location of image file and html file are different C) when image file and html file both are on same location D) path is always necessary when inserting image Hide Answer Answer- B Question- How can you make an e-mail link? A) <a href="xxx@yyy"> B) <mail href="xxx@yyy"> C) <mail>xxx@yyy</mail> D) <a href="mailto:xxx@yyy"> Hide Answer Answer- D Question- <UL> … </UL> tag is used to ________ A) display the numbered list B) underline the text C) display the bulleted list D) bold the text
  • 5. Hide Answer Answer- C Question- The <p> tag is used for ____________ A) Starting a new paragraph B) Breaking the line C) Ending the current paragraph D) None of the above Hide Answer Answer- A Question- Choose the correct HTML element to define important text A) <i> B) <b> C) <important> D) <strong> Hide Answer Answer- D Question- Which character is used to indicate an end tag? A) ^ B) / C) > D) < Hide Answer Answer- B Question- How can you open a link in a new tab/browser window? A) <a href="url" new> B) <a href="url" target="_blank"> C) <a href="url" target="new"> D) All of the above Hide Answer Answer- B Question- What is the correct HTML element for playing audio files? A) <mp3> B) <sound> C) <audio> D) All of the above Hide Answer Answer- C Question- Which is the largest heading tag in HTML? A) h1
  • 6. B) h4 C) h6 D) h10 Hide Answer Answer- A Question- Which of the following tag elements is used for emphasized text? A) <strong> B) <em> C) <b> D) <important> Hide Answer Answer- B Question- Which of the following methods are used for creating a multi-line text Box in HTML? A) <textarea> B) <input type= “textarea”> C) <input type= “textbox”> D) <input type = “textbox” multi-line=true> Hide Answer Answer- A Question- What is the correct HTML5 for inserting a background image? A) <body background="background.gif"> B) <background img="background.gif"> C) <body bg="background.gif"> D) <body style="background-image:url(background.gif)"> Hide Answer Answer- D Question- What is correct way of writing HTML comments? A) <!-- and --> B) <!- and -> C) <-- and --> D) <// and //> Hide Answer Answer- A Question- What is the correct HTML element for playing video files? A) <video> B) <media> C) <movie> D) All of the above
  • 7. Hide Answer Answer- A Question- The correct way of writing doctype element in HTML5 is ____________ A) <html DOCTYPE!> B) <!DOCTYPE html> C) <DOCTYPE html> D) <html DOCTYPE> Hide Answer Answer- B Question- Which of the following tags are used for inserting a header to web page? A) Head B) Title C) Header D) Section Hide Answer Answer- C Question- Which of the following tags are used to insert footer to web page? A) Section B) Footer C) Bottom D) Head Show Answer Topic Name: List Question 1)) <ol> tag defines A) unordered list B) ordered list C) definition list D) list item Hide Answer Answer- B Question 2)) <ul> tag defines A) unordered list B) ordered list C) list item D) definition list Hide Answer Answer- A Question 3)) <dl> tag defines
  • 8. A) unordered list B) ordered list C) definition list D) list item Hide Answer Answer- C Question 4)) <li> tag defines A) unordered list B) ordered list C) list item D) definition list Hide Answer Answer- C Question 5)) <dl> tag defines A) unordered list B) ordered list C) list item D) definition list Hide Answer Answer- D Question 6)) <dd> tag defines A) unordered list B) ordered list C) list item D) a description of an item in a definition list Hide Answer Answer- D Question 7)) What will be output of following code <html> <body> <h1> Ordered list of fruits</h1> <ol type="A" start="12"> <li>Mango </li> <li>Orange</li> <li>Banana </li> <li> Grapes</li> </ol> </body> </html>
  • 9. A) Ordered list of fruits A. Mango B. Orange C. Banana D. Grapes B) Ordered list of fruits L. Mango M. Orange N. Banana O. Grapes C) Ordered list of fruits 1. Mango 2. Orange 3. Banana 4. Grapes D) Ordered list of fruits 12. Mango 13. Orange 14. Banana 15. Grapes Show Answer Show Answer Show Answer Question 8)) What will be output of following code <html> <body> <ol start="4" > <li>FE </li> <li>SE</li> <li>TE </li> <li> BE</li> </ol> </body> </html> A) 4. FE 5. SE 6. TE 7. BE B) A.FE B.SE C.TE D.BE C) 8. FE 9. SE
  • 10. 10. TE 11. BE D) 12. FE 13. SE 14. TE 15. BE Hide Answer Answer- A Question 9)) What will be output of following code <html> <body> <ul type="square"> <li>Mango </li> <li>Orange</li> <li>Banana </li> <li> Grapes</li> <li> Apple</li> </ul> </body> </html> Mango♣A) Orange♣ Banana♣ Grapes♣ Apple♣ B) • Mango • Orange • Banana • Grapes • Apple C) 1. Mango 2. Orange 3. Banana 4. Grapes 5. Apple D) I. Mango II. Orange III. Banana IV. Grapes V. Apple Hide Answer Answer- A Question 10)) What will be output of following code
  • 11. <html> <body> <ul type="circle"> <li>Mango </li> <li>Orange</li> <li>Banana </li> <li> Grapes</li> <li> Apple</li> </ul> </body> </html> A) o Mango o Orange o Banana o Grapes o Apple B) • Mango • Orange • Banana • Grapes • Apple C) 6. Mango 7. Orange 8. Banana 9. Grapes 10. Apple D) VI. Mango VII. Orange VIII. Banana IX. Grapes X. Apple Hide Answer Answer- A Question 11)) What will be output of following code <html> <body> <ul type="circle"> <li>Mango </li> <li>Orange</li> <li>Banana </li> <li> Grapes</li> <li> Apple</li> </ul> </body>
  • 12. </html> A) o Mango o Orange o Banana o Grapes o Apple B) • Mango • Orange • Banana • Grapes • Apple C) 11. Mango 12. Orange 13. Banana 14. Grapes 15. Apple D) XI. Mango XII. Orange XIII. Banana XIV. Grapes XV. Apple Hide Answer Answer- A Question 12)) What will be output of following code <html> <body> <ul type="disc"> <li>Mango </li> <li>Orange</li> <li>Banana </li> <li> Grapes</li> <li> Apple</li> </ul> </body> </html> A) o Mango o Orange o Banana o Grapes o Apple B) • Mango • Orange • Banana • Grapes • Apple C) 16. Mango
  • 13. 17. Orange 18. Banana 19. Grapes 20. Apple D) XVI. Mango XVII. Orange XVIII. Banana XIX. Grapes XX. Apple Hide Answer Answer- B Question 13 )) What will be output of following code <html> <body> <dl> <dt>Element</dt> <dd>It has a paired tag i.e start and end tag</dd> <dt>Attributes</dt> <dd>It is used to give additional information to the elements...</dd> </dl> </body> </html> A) Element It has a paired tag i.e start and end tag Attributes It is used to give additional information to the elements... B) Element It has a paired tag i.e start and end tag Attributes It is used to give additional information to the elements... C) • Element • Attributes It is used to give additional information to the elements... D) • Element • It has a paired tag i.e start and end tag • Attributes • It is used to give additional information to the elements... Show Answer Show Answer Show Answer
  • 14. Question 14)) What will be output of following code <html> <body> <h1> Nesting List </h1> <ol> <li> Introduction to HTML </li> <ul> <li>Componets of HTML </li> <ol type="a"> <li>Tag open and closed</li> <li>Elements</li> <li>attributes</li> </ol> </ul> <li> structure of HTML code </li> <ul type="square"> <li>Head</li> <li>Body</li> </ul> </ol> </body> </html> A) 1. Introduction to HTML o Componets of HTML a. Tag open and closed b. Elements c. attributes 2. structure of HTML code Head♣ Body♣ B) 1. Introduction to HTML 2. Componets of HTML a. Tag open and closed b. Elements c. attributes 3. structure of HTML code Head♣ Body♣ C) 1. Introduction to HTML o Componets of HTML a. Tag open and closed b. Elements c. attributes d. structure of HTML code
  • 15. Head♣ Body♣ D) 1. Introduction to HTML o Componets of HTML a. Tag open and closed b. Elements c. Attributes d. structure of HTML code Head♣ Body♣ Hide Answer Answer- A Question 15)) What will be output of following code <html> <body> <ol> <li> Introduction to HTML </li> <ul> <li>Componets of HTML </li> <ol type="a"> <li>Tag open and closed</li> <li>Elements</li> <li>attributes</li> </ol> </ul> <li> structure of HTML code </li> <ul type="square"> <li>Head</li> <li>Body</li> </ul> </ol> </body> </html> A) 1. Introduction to HTML o Componets of HTML a. Tag open and closed b. Elements c. attributes 2. structure of HTML code Head♣ Body♣ B) • Introduction to HTML o Componets of HTML a. Tag open and closed b. Elements c. attributes • structure of HTML code
  • 16. Head♣ Body♣ C) • Introduction to HTML o Componets of HTML a. Tag open and closed b. Elements c. attributes • structure of HTML code Head♣ Body♣ D) • Introduction to HTML o Componets of HTML a. Tag open and closed b. Elements c. attributes • structure of HTML code Head♣ • Body Hide Answer Answer- A Question 16)) What will be output of following code <html> <body> <ul> <li> FE </li> <ol type=I> <li>SEM 1 </li> <ol type="a"> <li>FPL</li> <li>Chem</li> <li>MAths</li> </ol> <li>SEM 2 </li> </ol> </ul> </ol> </body> </html> A) • FE o SEM 1 a. FPL b. Chem c. MAths o SEM 2 B) • FE I. SEM 1
  • 17. a. FPL b. Chem c. MAths II. SEM 2 C) • FE o SEM 1 a. FPL b. Chem c. MAths d. SEM 2 D) • FE o SEM 1 a. FPL b. Chem c. MAths o SEM 2 Hide Answer Answer- B Question 17)) What will be output of following code <html> <body> <ol type=”A” start=5> <li>FE </li> <li>SE</li> <li>TE </li> <li> BE</li> </ol> </body> </html> A) E. FE F. SE G. TE H. BE B) 1. FE 2. SE 3. TE 4. BE C) A. FE B. SE C. TE D. BE D) A. FE B. SE C. TE D. BE Show Answer
  • 18. Show Answer Show Answer Question 18)) What will be output of following code <html> <body> <ol type="A" start=20> <li>FE </li> <li>SE</li> <li>TE </li> <li> BE</li> </ol> </body> </html> A) R. FE S. SE T. TE U. BE B) T. FE U. SE V. TE W. BE C) E. FE F. SE G. TE H. BE D) B. FE C. SE D. TE E. BE Hide Answer Answer- B Question 19)) <ol> tag includes following type attribute values A) 1, A B) I ,i C) 1,a, I ,i D) 1, A, a, I ,i Hide Answer Answer- D
  • 19. Question 20)) <ol> tag by default bullet value start with A) 1 B) A C) a D) i Hide Answer Answer- A Question 21)) <ul> tag includes following type attribute values A) Only Disc B) Disc, square C) circle , square D) Disc, square, circle Answer- D Question 22)) What will be output of following code <html> <body> <ol type="A"> <li>IT department <ol type="I"> <li>FE </li> <li>SE</li> <li>TE </li> <li> BE</li> </ol> </li> <li>Computer department <ol type="I"> <li>FE </li> <li>SE</li> <li>TE </li> <li> BE</li> </ol> </li> </ol> </body> </html> A) C. IT department 1. FE
  • 20. 2. SE 3. TE 4. BE D. Computer department 1. FE 2. SE 3. TE 4. BE B) A. IT department I. FE II. SE III. TE IV. BE B. Computer department I. FE II. SE III. TE IV. BE C) A. IT department 1. FE 2. SE 3. TE 4. BE B. Computer department 1. FE 2. SE 3. TE 4. BE D) C. IT department I. FE II. SE III. TE IV. BE D. Computer department I. FE II. SE III. TE IV. BE Hide Answer Answer- B Question 23)) What will be output of following code <html> <body> <ol type="I"> <li><a href="it.html">IT department</a> <li><a href="comp.html">Computer department</a> </ol> </body> </html> A) I. IT department
  • 21. II. Computer department B) 1. IT department 2. Computer department C) A. IT department B. Computer department D) 1. IT department 2. Computer department Hide Answer Answer- A Question 24)) What will be output of following code <html> <body> <ul type="Disc" > <li><img src="Blue hills.jpg" height =20 width=20> image 1</img> <li><img src="Water lilies.jpg" height =20 width=20> image 2</img> </ul> </body> </html> A) • image 1 • image 2 B) 1. image 1 2. image 2 image 1♣C) image 2♣ D) o image 1 o image 2 Hide Answer Answer- A Question 25)) What will be output of following code <html> <body> <ol type="Disc" > <li><img src="Blue hills.jpg" height =20 width=20> image 1</img> <li><img src="Water lilies.jpg" height =20 width=20> image 2</img> </ol> </body> </html> A) • image 1 • image 2 B) 1. image 1 2. image 2 C) Error message D) o image 1
  • 22. o image 2 Show Answer Show Answer Show Answer ((MARKS)) (1/2/3...) 2 Question 26)) What will be output of following code <html> <body> <ol type="1" > <li>cricket <ul> <li>football </ul> <li>Tennis </ol> </body> </html> A) 1. cricket o football 2. Tennis B) 3. cricket o football 4. Tennis C) 1. cricket 2. football 3. Tennis D) 1. Cricket 2. football 3. Tennis Show Answer Show Answer Show Answer Question 27)) What will be output of following code <html> <body> <li>cricket <li>football <li>Tennis </body> </html>
  • 23. A) • cricket • football • Tennis B) Error C) Nothing D) 1. Cricket 2. football 3. Tennis Show Answer Show Answer Show Answer Question 28)) How can you make a numbered list? A) <dl> B) <ol> C) <list> D) <ul> Show Answer Show Answer Show Answer Question 29)) How can you make a bulleted list? A) <dl> B) <ol> C) <list> D) <ul> Show Answer Show Answer Show Answer
  • 24. Question 30)) What tag is used to list individual items of an ordered list? A) <li> B) <ol> C) <list> D) <ul> Show Answer Show Answer Show Answer Question 31)) What will be output of following code <html> <body> <li>cricket <ol> football Tennis </ol> </body></html> A) • cricket football Tennis B) Error C) Nothing D) 1. Cricket 2. football 3. Tennis Hide Answer Answer- A Question- Which of the following tag is used to define Links in HTML5 A) <a> B) <style> C) <link> D) <hyperlink> Hide Answer Answer- A Question- Which of the following attribute is specifies destination address of link A) src B) href C) link D) rel Hide Answer
  • 25. Answer- B Question- Which of the following attribute is used to specify local link with relative URL. A) src B) href C) link D) rel Hide Answer Answer- B Question- Following tag stands for <a> A) Active Tag B) Action Tag C) Anchor Tag D) Additional Tag Hide Answer Answer- C Question- Default style and color of unvisited link in any browser is A) Underline and Red B) Underline and Purple C) Normal and blue D) Underline and blue Hide Answer Answer- D Question- Default style and color of visited link in any browser is A) Underlined and Brown B) Underlined and Purple C) Underlined and Blue D) Normal and Purple Hide Answer Answer- B Question- Default style and color of active link in any browser is A) Underlined and Red B) Underlined and Blue C) Normal and Red D) underline and Green Hide Answer Answer- A Question- Which of the following fact about HTML Bookmark is false.
  • 26. A) Bookmarks allow readers to jump to specific parts of a Web page. B) Bookmarks are useful if your webpage is very long. C) Bookmarks don’t allow readers to jump to specific parts of a another Web page. D) To make a bookmark, We have to add a link to bookmark created. Hide Answer Answer- C Question- which of the following values target attribute can have? A) _blank B) _parent C) _top D) all of these Show Answer Show Answer Show Answer Question- Which of the following attribute is used to specify, where to open the linked document. A) target B) href C) rel D) style Hide Answer Answer- A Question- Which of the following attribute is used to define bookmark in a page. A) target B) hreflang C) lable D) id Hide Answer Answer- D Question- Which of the following is used to open document in new window ? A) <a target="_self">Link</a> B) <a target="_blank">Link</a> C) <a target="_top">Link</a> D) <a target="_parent">Link</a> Hide Answer Answer- B
  • 27. Question- Which of the following is correct HTML for inserting an image? A) <image source= “html5.jpg” alt=“html5 image” /> B) <img src= “html5.jpg” alt=“html5 image” ></img> C) <img src= “html5.jpg” alt=“html5 image”> D) <img alt= “This is me”> html5 image” Hide Answer Answer- C Question- What is the usage of alt value in <img> tag? A) Alternative text for an Image B) Alternative source of an Image C) Caption of an Image D) All of above Hide Answer Answer- A Question- How size of image can be specified in img tag. A) using width and height attribute. B) using style attribute. C) both of these D) None of these Hide Answer Answer- C Question- How image can be used as link. A) by nesting the <a> tag inside the <img> tag B) by writing the <img> tag after <a> tag C) by nesting the <img> tag inside the <a> tag D) by writing the <a> tag after <img> tag Hide Answer Answer- C Question- Which of the following attribute can be used to build relationship between image and map. A) image-map B) usemap C) alt D) area Hide Answer Answer- B Question- What is correct HTML tag for making a hyperlink. A) <a link=”http://www.google.com”>search</a> B) <a href=” http://www.google.com”>search</a> C) <” http://www.google.com”>search</a>
  • 28. D) <a name=” http://www.google.com”>search</a> Hide Answer Answer- B Question- Which of the following is not a pair tag. A) <p> B) <u> C) <i> D) <img> Hide Answer Answer- D Question- When should you use path along with file name of picture in IMG tag? A) path is optional and not necessary B) when the location of image file and html file are different C) when image file and html file both are on same location D) path is always necessary when inserting image Hide Answer Answer- B Question- which of the following tag is correct to open page in same window A) <a href="html_help.asp" target="_blank">HTML help</a> B) <a href="html_help.asp" target="_self">HTML help</a> C) <a href="html_help.asp" target="_parent">HTML help</a> D) <a href="html_help.asp" target="_top">HTML help</a> Hide Answer Answer- B Question- which of the following tag is correct to specify bookmark A) <h2 id="HTML5">HTML5 starts here</h2> B) <p id="HTML5”>This chapter explains HTML5 links</p> C) <a id="HTML5” href="html_help.asp" target="_parent">HTML help</a> D) All of these Hide Answer Answer- D Question- which of the following tag sets image as a link with default text for image A) <a href="html5.asp"> <img src="smiley.gif" default="HTML tutorial"> </a> B) <a href="html5.asp"> <img src="smiley.gif" alt="HTML tutorial"> </img></a> C) <a link="html5.asp"> <img src="smiley.gif" alt="HTML tutorial”/>
  • 29. </a> D) <a href="html5.asp"> <img src="smiley.gif" alt="HTML tutorial"> </a> Hide Answer Answer- D Question- which of the following tag adds link to bookmark HTML_HELP in same page A) <a href="_HTML_HELP">HTML help starts here</a> B) <a href=HTML_HELP>HTML help starts here</a> C) <a href="#HTML_HELP">HTML help starts here</a> D) none of these Hide Answer Answer- C Question- which of the following tag is used to float image to right of text A) <img src="smiley.gif" alt="Smiley face" float=”True” style="width:42px;height:42px;"> B) <img src="smiley.gif" alt="Smiley face" style="float:right;width:42px;height:42px;"> C) <img src="smiley.gif" alt="Smiley face" style="float:righttext;width:42px;height:42px;"> D) <img src="smiley.gif" alt="Smiley face" makefloat=”True” style="width:42px;height:42px;"> Hide Answer Answer- B Question- Which of the following is valid attribute of img tag A) width B) alt C) usemap D) map Hide Answer Answer- D Question- which of the following tag is correct to set width and height of image to 128 pixel. A) <img src="/images/html5.gif" alt="HTML5 Icon" style="width:128px;height:128px;"> B) <img src="/images/html5.gif" alt="HTML5 Icon" width="128" height="128"> C) both of these D) none of these Hide Answer Answer- C