InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 101. |
video ID can be substituted by _____________(a) “videoseries?list=”(b) “videoseries.list=”(c) “videoseries/list=”(d) “videoseries$list=”I have been asked this question by my college director while I was bunking the class.My doubt stems from HTML5 Semantics & YouTube Videos in chapter Advance HTML of HTML |
|
Answer» Right answer is (a) “videoseries?LIST=” |
|
| 102. |
Search box does not contain __________(a) currentPositionBtn(b) search button(c) dropdown list(d) input fieldThe question was posed to me during an interview.Asked question is from HTML Geolocation in division Advance HTML of HTML |
|
Answer» Correct ANSWER is (a) currentPositionBtn |
|
| 103. |
HTML object tag to embed multimedia will not embed in ___________(a) audio(b) video(c) Java applets(d) imagesThe question was posed to me by my school principal while I was bunking the class.The question is from HTML5 Semantics & YouTube Videos in portion Advance HTML of HTML |
|
Answer» The correct option is (d) images |
|
| 104. |
Which element represents group of commands that user can activate or perform?(a) (b) (c) (d) I have been asked this question during an online exam.I would like to ask this question from HTML5 Semantics in portion Advance HTML of HTML |
|
Answer» Correct option is (b) |
|
| 105. |
Which element is known as Disclosure Summary element?(a) (b) (c) (d) I got this question in exam.The above asked question is from HTML5 Semantics in division Advance HTML of HTML |
|
Answer» Correct choice is (b) <SUMMARY> |
|
| 106. |
Which element is used to draw graphics and animations?(a) (b) (c) (d) I have been asked this question in homework.This key question is from HTML5 Semantics in section Advance HTML of HTML |
|
Answer» Right answer is (a) |
|
| 107. |
Which element defines additional details?(a) (b) (c) (d) The question was asked by my college professor while I was bunking the class.My enquiry is from HTML5 Semantics in section Advance HTML of HTML |
|
Answer» The correct choice is (a) |
|
| 108. |
Which of the following is not the directory in Mac OS X for plug-ins?(a) /Library/Internet(b) ~/Library/Internet(c) Profile directory(d) MOZ_PLUGIN_PATHI had been asked this question during an internship interview.My question is from HTML Plugins in section Advance HTML of HTML |
|
Answer» The correct option is (d) MOZ_PLUGIN_PATH |
|
| 109. |
Which of the following method will return DOM object that contains map?(a) getCenter()(b) getProjection()(c) getDiv()(d) gettilt()This question was posed to me during an interview.I need to ask this question from HTML Google Maps in division Advance HTML of HTML |
|
Answer» The correct option is (c) getDiv() |
|
| 110. |
The value of fillOpacity lies between __________(a) 0.0 and 2.0(b) 0.0 and 1.0(c) 2.0 and 3.0(d) 3.0 and 4.0The question was posed to me by my school teacher while I was bunking the class.I'm obligated to ask this question of HTML Google Maps topic in section Advance HTML of HTML |
|
Answer» The correct ANSWER is (b) 0.0 and 1.0 |
|
| 111. |
What lines up the terms and descriptions in element side by side?(a) .list-inline(b) .dl-horizontal(c) .list-unstyled(d) .initialismI had been asked this question in a national level competition.My question is taken from Responsive Overview in chapter Advance HTML of HTML |
|
Answer» The correct choice is (B) .dl-horizontal |
|
| 112. |
What appends the popover to specific elements?(a) container(b) content(c) delay(d) placementThis question was posed to me by my college professor while I was bunking the class.The origin of the question is Responsive Overview in portion Advance HTML of HTML |
|
Answer» The correct option is (a) container |
|
| 113. |
Which of the following is for title of the modal?(a) .modal-sm(b) .modal-title(c) .modal-open(d) .modal-lgI have been asked this question during an interview.I want to ask this question from Responsive Overview topic in section Advance HTML of HTML |
|
Answer» Correct option is (b) .modal-title |
|
| 114. |
The font format compatible for iOS is:(a) .svg(b) .ttf(c) .eot(d) .otfThe question was posed to me by my college director while I was bunking the class.I need to ask this question from Responsive Overview in section Advance HTML of HTML |
|
Answer» Correct CHOICE is (a) .svg |
|
| 115. |
Which of the following centers tabs/pills?(a) .nav-justified(b) .nav nav-pills(c) .nav-stacked(d) .nav.navbar-navThe question was asked during a job interview.Enquiry is from Responsive Overview in chapter Advance HTML of HTML |
|
Answer» RIGHT option is (a) .nav-justified The best I can explain: .nav-justified CENTERS tabs/pills, on screens smaller than 786px the items are stacked and the CONTENT will remained centered, .nav nav-pills indicates a pill menu, .nav.navbar-nav CONTAINS list items with links inside navigation bar, .nav-stacked is for vertically stack tabs or pills. |
|
| 116. |
Which is not a kind of error?(a) PERMISSION_UNAVAILABLE(b) PERMISSION_DENIED(c) TIMEOUT(d) POSITION_UNAVAIALBLEThe question was asked during an interview.The above asked question is from HTML Geolocation topic in portion Advance HTML of HTML |
|
Answer» Correct choice is (a) PERMISSION_UNAVAILABLE |
|
| 117. |
Which element is known as HTML Example Element?(a) (b) (c) (d) This question was posed to me during an online exam.This is a very interesting question from HTML5 Semantics & YouTube Videos topic in chapter Advance HTML of HTML |
|
Answer» The correct choice is (c) Easy explanation: HTML |
|
| 118. |
Which attribute specify a column name from the data source object?(a) datafld(b) codebase(c) hspace(d) datasrcThe question was asked in homework.Asked question is from HTML5 Semantics & YouTube Videos in division Advance HTML of HTML |
|
Answer» CORRECT option is (a) datafld To EXPLAIN: datafld attribute is SUPPORTED by Internet Explorer 4 and its higher versions. It specifies column name from the data source object that supplies bound data. This attribute may be used to specify various ELEMENTS passed to Java applet. CODEBASE gives absolute or relative URL of directory. In applet, hspace provides horizontal space on both of sides. HTML datasrc attribute used for data binding. |
|
| 119. |
Which value is there for autoplaying the YouTube video?(a) 0(b) 1(c) 2(d) infiniteThe question was posed to me in unit test.Origin of the question is HTML5 Semantics & YouTube Videos topic in division Advance HTML of HTML |
|
Answer» Right option is (b) 1 |
|
| 120. |
Which element puts a text field in a page for querying document?(a) (b) (c) (d) The question was asked during a job interview.I'd like to ask this question from HTML5 Semantics in chapter Advance HTML of HTML |
|
Answer» The correct answer is (b) |
|
| 121. |
Which function helps in identifying compatibility of plug-in and browser?(a) NPN_UserAgent(b) NPN_Version(c) NPN_Status(d) NPN_GetValueI got this question in exam.The query is from HTML Plugins in section Advance HTML of HTML |
|
Answer» The CORRECT choice is (B) NPN_Version |
|
| 122. |
The property which is not supported by the circle is _________(a) path(b) radius(c) center(d) fillColorI had been asked this question in an international level competition.The question is from HTML Google Maps topic in division Advance HTML of HTML |
|
Answer» Correct answer is (a) path |
|
| 123. |
What creates black navigation bar?(a) .navbar-inverse(b) .navbar-header(c) .navbar-form(d) .navbar-linkThe question was posed to me by my school principal while I was bunking the class.The question is from Responsive Overview in section Advance HTML of HTML |
|
Answer» Right OPTION is (a) .navbar-inverse |
|
| 124. |
Bootstrap does not use _________(a) HTML(b) jQuery(c) PHP(d) CSSI had been asked this question during an internship interview.My doubt stems from Responsive Overview topic in chapter Advance HTML of HTML |
|
Answer» The correct CHOICE is (c) PHP |
|
| 125. |
Which of the following is not a map display option?(a) zoom(b) center(c) mapTypeId(d) blurI had been asked this question during an online exam.My doubt stems from HTML Geolocation topic in chapter Advance HTML of HTML |
|
Answer» The correct answer is (d) blur |
|
| 126. |
Which one of the following will set the viewport to contain given bounds?(a) fitBounds()(b) getBounds()(c) getHeading()(d) panTo()The question was posed to me during an interview for a job.This is a very interesting question from HTML Google Maps in portion Advance HTML of HTML |
|
Answer» Right ANSWER is (a) fitBounds() |
|
| 127. |
Which of the following clears bottom-margin of each panel?(a) .panel-group(b) .panel-footer(c) .panel-heading(d) .panel-bodyI got this question during an interview.My doubt stems from Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» Right choice is (a) .panel-group |
|
| 128. |
Progress bars are not supported in ______________(a) Internet Explorer 10(b) Internet Explorer 9(c) Opera(d) ChromeThe question was posed to me in a job interview.My enquiry is from Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» The correct choice is (b) Internet Explorer 9 |
|
| 129. |
Which of the following fades the model in and out?(a) .modal-content(b) .moal-lg(c) .fade(d) .modal-smI had been asked this question in an online interview.This question is from Responsive Overview in chapter Advance HTML of HTML |
|
Answer» RIGHT answer is (c) .fade Easiest EXPLANATION: .fade adds an animation or transition effect which fades modal in and out, .modal-sm specifies a small modal, .modal-lg specifies a LARGE modal, .modal-content style modal properly with BORDER, background-color etc. |
|
| 130. |
The default value for an interval is __________(a) 4000(b) 5000(c) 1000(d) 2390I had been asked this question in an international level competition.My question comes from Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» The correct choice is (b) 5000 |
|
| 131. |
Which of the following will create hamburger menu?(a) .icon-next(b) .icon-bar(c) .icon-prev(d) .img-circleThe question was asked in an interview.Question is taken from Responsive Overview in division Advance HTML of HTML |
|
Answer» Correct choice is (b) .icon-bar |
|
| 132. |
What should be the set value of background-size property such that image will cover the entire content area?(a) 100%(b) contain(c) cover(d) 100%100%The question was asked during an interview.Enquiry is from Responsive Overview topic in division Advance HTML of HTML |
|
Answer» Right option is (C) cover |
|
| 133. |
Which of the following makes a button group appear vertically?(a) .btn-group-vertical(b) .btn-group-xs(c) .btn-group-sm(d) .btn-infoThis question was posed to me in exam.The question is from Responsive Overview in portion Advance HTML of HTML |
|
Answer» RIGHT option is (a) .btn-group-vertical The best EXPLANATION: .btn-group-vertical makes a BUTTON group appear vertically STACKED, .btn-group-sm is for small button group which makes all buttons in a button group smaller, .btn-group-xs is for extra small button group, .btn-info is light-blue button representing information. |
|
| 134. |
Which element is used to show the text slowly?(a) (b) (c) (d) I got this question at a job interview.This interesting question is from HTML5 Semantics in chapter Advance HTML of HTML |
|
Answer» Right answer is (b) |
|
| 135. |
For style foundation Bootstrap uses ____________(a) LESS(b) Sass(c) Resizer(d) StylusThis question was addressed to me in examination.Origin of the question is Responsive Overview in portion Advance HTML of HTML |
|
Answer» Right answer is (a) LESS |
|
| 136. |
Which element is not a scripting element?(a) (b) (c) (d) This question was addressed to me in an online interview.The origin of the question is HTML5 Semantics topic in portion Advance HTML of HTML |
|
Answer» Right answer is (d) |
|
| 137. |
Which element denotes that the text is a short fragment of computer code?(a) (b) (c) (d) I have been asked this question in an internship interview.This intriguing question originated from HTML5 Semantics topic in division Advance HTML of HTML |
|
Answer» Right CHOICE is (a) |
|
| 138. |
Which method is used for sending data to URL from memory buffer?(a) NPN_PostURL(b) NPN_GetURLNotify(c) NPN_GetURL(d) NPN_PostURLNotifyThis question was addressed to me in a job interview.The origin of the question is HTML Plugins in chapter Advance HTML of HTML |
|
Answer» Right answer is (a) NPN_PostURL |
|
| 139. |
The plug-in DLL can’t contain ______________(a) Language(b) ProductName(c) FileDescription(d) DirectoryNameThe question was posed to me in an interview for job.My doubt is from HTML Plugins in section Advance HTML of HTML |
|
Answer» The correct answer is (d) DirectoryName |
|
| 140. |
Which object will represent a Marker icon?(a) Marker(b) MarkerShape(c) MarkerImage(d) MarkerThe question was posed to me in a job interview.This interesting question is from HTML Google Maps topic in chapter Advance HTML of HTML |
|
Answer» The correct choice is (c) MarkerImage |
|
| 141. |
Which of the following event will be fired when a user drags the map?(a) dragend(b) drag(c) dragstart(d) idleI had been asked this question during an interview for a job.The above asked question is from HTML Google Maps topic in division Advance HTML of HTML |
|
Answer» Correct option is (b) drag |
|
| 142. |
Which of the following map type is not supported by mapTypeId?(a) Hybrid(b) Terrain(c) Roadmap(d) Climatic mapI have been asked this question in examination.My doubt stems from HTML Google Maps in division Advance HTML of HTML |
|
Answer» The CORRECT option is (d) Climatic map |
|
| 143. |
How many glyphs does bootstrap include?(a) 369(b) 360(c) 260(d) 100I had been asked this question during an internship interview.This interesting question is from Responsive Overview in portion Advance HTML of HTML |
|
Answer» CORRECT answer is (c) 260 For EXPLANATION: Bootstrap includes 260 glyphs from Glyphicon Halflings SET. They are normally not available for free, but their creator has made them available for Bootstrap free of cost. |
|
| 144. |
Which of the following adds plain text next to form label?(a) .form-control-static(b) .form-group(c) .form-inline(d) .form-controlThis question was posed to me in semester exam.This interesting question is from Responsive Overview topic in division Advance HTML of HTML |
|
Answer» RIGHT option is (a) .form-control-static Explanation: .form-control-static adds plain text next to form label within a horizontal form, .form-group is a CONTAINER for form input and label, .form-inline makes a |
|
| 145. |
Which class separates items inside dropdown menu?(a) .divider(b) .disabled(c) .collapse(d) .dropdown-headerThe question was posed to me in homework.I'm obligated to ask this question of Responsive Overview in division Advance HTML of HTML |
|
Answer» Right CHOICE is (a) .DIVIDER |
|
| 146. |
Which of the following adds checkmark icon inside input?(a) .has-warning(b) .help-block(c) .has-success(d) .has-feedbackThis question was addressed to me in an interview.My query is from Responsive Overview topic in division Advance HTML of HTML |
|
Answer» Correct choice is (a) .has-warning |
|
| 147. |
Which property specifies the output path in compiled CSS?(a) sass_dir(b) output_style(c) relative_assets(d) line_commentsI had been asked this question during a job interview.My query is from Responsive Overview topic in division Advance HTML of HTML |
|
Answer» Correct answer is (c) relative_assets |
|
| 148. |
The code marker option does not create ______(a) title(b) map(c) position(d) zoomThis question was addressed to me in class test.Asked question is from HTML Geolocation in chapter Advance HTML of HTML |
|
Answer» Right answer is (d) zoom |
|
| 149. |
Which of the following element is known as Teletype Text element?(a) (b) (c) (d) The question was posed to me in my homework.The above asked question is from HTML5 Semantics topic in portion Advance HTML of HTML |
|
Answer» The correct option is (b) |
|
| 150. |
What returns the engine name of the browser?(a) product(b) userAgent(c) platform(d) onLineThis question was posed to me in homework.My question comes from HTML Geolocation topic in portion Advance HTML of HTML |
|
Answer» The correct option is (a) product |
|