HTML 5 MCQS

All Questions for: HTML 5 MCQS

Question 401: Which of the following method is not associated to handling the memory . . . . . . . .

  • A NPP_HandleEvent
  • B NPN_MemFlush
  • C NPN_MemAlloc
  • D NPN_MemFree

Explanation: The correct answer to the question is: NPP_HandleEvent

Question 402: Progress bars are not supported in . . . . . . . .

  • A Opera
  • B Internet Explorer 9
  • C Internet Explorer 10
  • D Chrome

Explanation: The correct answer to the question is: Internet Explorer 9

Question 403: Consider the following markup and answer the question that follow. What is the need to add multiple file formats for the same file?

  • A To address the media support problem
  • B To provide fallback support
  • C To provide fallback support & address the media support problem
  • D To provide foul back support

Explanation: The correct answer to the question is: To provide fallback support & address the media support problem

Question 404: Which of the following returns a number of value pairs?

  • A storage.length
  • B storage.setItem(key,value)
  • C storage.key(n)
  • D storage.clear()

Explanation: The correct answer to the question is: storage.length

Question 405: Which of the following makes a button group appear vertically?

  • A .btn-group-vertical
  • B .btn-group-sm
  • C .btn-info
  • D .btn-group-xs

Explanation: The correct answer to the question is: .btn-group-vertical

Question 406: Which of the following is not event method in jQuery?

  • A hide()
  • B click()
  • C mousedown()
  • D mouseenter()

Explanation: The correct answer to the question is: hide()

Question 407: Which element represents a dialog box?

  • A <summary>
  • B <menu>
  • C <dialog>
  • D <menuitem>

Explanation: The correct answer to the question is: <dialog>

Question 408: Which of the following changes order of the grid columns?

  • A .col-*-push-*
  • B .col-*-pull-*
  • C .col-*-offset-*
  • D .collapse

Explanation: The correct answer to the question is: .col-*-pull-*

Question 409: The method releases jQuery's control of $ is . . . . . . . .

  • A each()
  • B $.noConflict()
  • C data()
  • D $.param()

Explanation: The correct answer to the question is: $.noConflict()

Question 410: Which is a container for slide items?

  • A .carousel-control
  • B .carousel-caption
  • C .carousel-inner
  • D .caousel-indicators

Explanation: The correct answer to the question is: .carousel-inner

Question 411: Which of the following forces an element to be hidden?

  • A .hidden-*
  • B .hidden
  • C .icon-bar
  • D .hide

Explanation: The correct answer to the question is: .hidden

Question 412: Which of the following is not the directory in Mac OS X for plug-ins?

  • A /Library/Internet
  • B Profile directory
  • C ~/Library/Internet
  • D MOZ_PLUGIN_PATH

Explanation: The correct answer to the question is: MOZ_PLUGIN_PATH

Question 413: The . . . . . . . . element must reference either an 'altGlyphDef' element or a 'glyph' element.

  • A altGlyph
  • B src
  • C href
  • D animate

Explanation: The correct answer to the question is: altGlyph

Question 414: Which element is used as a container for a directory of files?

  • A <command>
  • B <font>
  • C <dir>
  • D <content>

Explanation: The correct answer to the question is: <dir>

Question 415: For single locations on a map, we use the overlay for . . . . . . . .

  • A Circle
  • B Polyline
  • C Polygon
  • D Marker

Explanation: The correct answer to the question is: Marker

Question 416: Which is not the location object method?

  • A reload()
  • B stop()
  • C replace()
  • D assign()

Explanation: The correct answer to the question is: stop()

Question 417: Which button let us move the map to the current position of the device?

  • A enableHighAccuracy
  • B timeout
  • C maximumAge
  • D currentPositionBtn

Explanation: The correct answer to the question is: currentPositionBtn

Question 418: Which attribute does not lie inside <a> and <area> elements?

  • A Preload
  • B Ping
  • C Hreflang
  • D Media

Explanation: The correct answer to the question is: Preload

Question 419: How many kinds of map does Geo support?

  • A 4
  • B 1
  • C 2
  • D 3

Explanation: The correct answer to the question is: 4

Question 420: For style foundation Bootstrap uses . . . . . . . .

  • A Stylus
  • B LESS
  • C Resizer
  • D Sass

Explanation: The correct answer to the question is: LESS

Question 421: Which is not a JavaScript global function?

  • A isNaN()
  • B compile()
  • C decodeURI()
  • D eval()

Explanation: The correct answer to the question is: compile()

Question 422: How does the color attribute work?

  • A Changes color of the text
  • B Changes color of the text as well as background
  • C The color picker is defined by it
  • D Changes background color

Explanation: The correct answer to the question is: The color picker is defined by it

Question 423: Which of the following will show popup-box?

  • A .well
  • B .visible-*
  • C .tooltip
  • D .thumbnail

Explanation: The correct answer to the question is: .tooltip

Question 424: Which of the following specifies relationship between current document and external resource?

  • A <link>
  • B <style>
  • C <meta>
  • D <title>

Explanation: The correct answer to the question is: <link>

Question 425: Which property specifies the folder name where CSS style sheets should be saved?

  • A css_dir
  • B relative_assets
  • C sass_dir
  • D javascript_dir

Explanation: The correct answer to the question is: css_dir

Question 426: Which of the following adds plain text next to form label?

  • A .form-control-static
  • B .form-inline
  • C .form-group
  • D .form-control

Explanation: The correct answer to the question is: .form-control-static

Question 427: Which is not <iframe> attribute?

  • A Sizes
  • B Srcdoc
  • C Sandbox
  • D Seamless

Explanation: The correct answer to the question is: Sizes

Question 428: Which element is used for bringing attention?

  • A <cite>
  • B <br>
  • C <code>
  • D <b>

Explanation: The correct answer to the question is: <b>

Question 429: Which class is a container for responsive columns?

  • A .show
  • B .small
  • C .sr-only
  • D .row

Explanation: The correct answer to the question is: .row

Question 430: Which of the following is not included in the framework?

  • A css reset
  • B button styles
  • C font sizes
  • D forms

Explanation: The correct answer to the question is: forms

Question 431: Which of the following is a new input attribute introduce by HTML5?

  • A text
  • B date
  • C submit buttons
  • D checkbox controls

Explanation: The correct answer to the question is: date

Question 432: Prior to HTML5 in web market, traditionally, multimedia has been inserted with the concept of tag-based multimedia back.

  • A FALSE
  • B TRUE

Explanation: The correct answer to the question is: FALSE

Question 433: Copyright symbol can be included by . . . . . . . .

  • A &gt
  • B &lt
  • C &amp
  • D &copy

Explanation: The correct answer to the question is: &copy

Question 434: Which of the following will display red alert box?

  • A .alert-info
  • B .alert-danger
  • C .alert-link
  • D .alert

Explanation: The correct answer to the question is: .alert-danger

Question 435: Which will specify placement of controls on map?

  • A StreetViewControlOptions
  • B ScaleControlStyle
  • C ScaleControlOptions
  • D ControlPosition

Explanation: The correct answer to the question is: ControlPosition