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.
| 1. |
What changes button text to the original text?(a) .button(“loading”)(b) .button(“string”)(c) .button(“reset”)(d) .button(“toggle”)The question was posed to me in examination.Asked question is from Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» RIGHT option is (c) .button(“reset”) The explanation: .button(“reset”) changes button text to original text if changed, .button(“TOGGLE”) MAKES button look pressed, .button(“loading”) DISABLES the button and changes the button text to “loading…” .button(“STRING”) specifies a new button. |
|
| 2. |
Which of the following allows an element to lock to an area on the page?(a) affix(b) alert(c) popover(d) tooltipThis question was posed to me in exam.This interesting question is from Responsive Overview topic in section Advance HTML of HTML |
|
Answer» RIGHT CHOICE is (a) affix Explanation: The affix plugin allows an element to BECOME affixed (locked) to an area on the page. It is often used with navigation menus or social icon buttons, to MAKE them “stick” to the specific area while scrolling up and down the page. An alert message box is created on window by alert element. popover box displays when user clicks on that element. Tootlip is popoup box which APPEARS when user hovers the mouse pointer on it. |
|
| 3. |
Which of the following aligns .pager previous button to left?(a) .disabled(b) .pager(c) .next(d) .previousThis question was posed to me by my college director while I was bunking the class.My query is from Responsive Overview in section Advance HTML of HTML |
|
Answer» Right option is (d) .previous |
|
| 4. |
Which class is a container for progress bars?(a) .progress(b) .progress-bar(c) .progress-bar-info(d) .progress-bar-successI had been asked this question in class test.This is a very interesting question from Responsive Overview topic in chapter Advance HTML of HTML |
|
Answer» The correct option is (a) .PROGRESS |
|
| 5. |
What creates a carat arrow icon?(a) .carousel(b) .caret(c) .carousel-caption(d) .captionI have been asked this question during an internship interview.The doubt is from Responsive Overview in division Advance HTML of HTML |
|
Answer» Correct OPTION is (b) .caret |
|
| 6. |
Which property specifies the path to the project when running in web server?(a) http_path(b) images_dir(c) css_dir(d) sass_dirThe question was asked in an international level competition.I would like to ask this question from Responsive Overview topic in chapter Advance HTML of HTML |
|
Answer» The correct ANSWER is (a) http_path |
|
| 7. |
CSS3 transition is not supported by _________(a) Internet Explorer 9(b) Internet Explorer 10(c) Safari 3.1(d) Firefox 4This question was addressed to me in exam.My question comes from Responsive Overview in portion Advance HTML of HTML |
|
Answer» Right option is (a) Internet Explorer 9 |
|
| 8. |
translate() function is not supported by __________(a) safari 3.1(b) firefox 3.5(c) chrome 4(d) firefox 4I got this question during an online interview.The doubt is from Responsive Overview in section Advance HTML of HTML |
|
Answer» Right choice is (d) firefox 4 |
|
| 9. |
Adjacent sibling selector is defined with the notation _____________(a) #(b) $(c) %(d) +I have been asked this question by my school teacher while I was bunking the class.The doubt is from Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» CORRECT answer is (d) + BEST EXPLANATION: ADJACENT sibling selector is defined with a plus (+) notation. It selects the element that directly follows the previous element that was SPECIFIED. E.g. if we have element that is followed by
element. |
|
| 10. |
Which font is default in Skeleton sets?(a) Helvetica Neue(b) Ariel(c) sans-serif(d) CalibriI had been asked this question in final exam.This intriguing question comes from Responsive Overview in chapter Advance HTML of HTML |
|
Answer» RIGHT answer is (a) HELVETICA NEUE To explain I would say: Skeleton sets Helvetica Neue and Helvetica as the DEFAULT font in body document. If these fonts are not available, it will apply Ariel or default sans-serif fonts to the USER’s machine. |
|
| 11. |
Which element prevents the text from automatically wrapping across multiple lines?(a) (b) (c) (d) This question was posed to me in exam.Question is taken from HTML5 Semantics in portion Advance HTML of HTML |
|
Answer» The correct OPTION is (d) |
|
| 12. |
Which element embeds a Java applet into the document?(a) (b) (c) (d) The question was posed to me during an online interview.My doubt stems from HTML5 Semantics topic in chapter Advance HTML of HTML |
|
Answer» Right answer is (a) |
|
| 13. |
Which element represents a ruby annotation?(a) (b) (c) (d) I have been asked this question in an internship interview.This interesting question is from HTML5 Semantics in section Advance HTML of HTML |
|
Answer» The correct CHOICE is (c) |
|
| 14. |
The browser will not call the plug-in _________(a) NPN_InvalidateRect(b) NPP_Print(c) NPP_HandleEvent(d) NPP_SetValueI have been asked this question by my college professor while I was bunking the class.I need to ask this question from HTML Plugins in portion Advance HTML of HTML |
|
Answer» Right choice is (a) NPN_InvalidateRect |
|
| 15. |
Which element is called bidirectional isolation?(a) (b) (c) (d) This question was addressed to me in unit test.My question comes from HTML5 Semantics topic in portion Advance HTML of HTML |
|
Answer» The correct answer is (a) |
|
| 16. |
How many classes does bootstrap grid system has?(a) 3(b) 2(c) 1(d) 4I got this question at a job interview.The origin of the question is Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» Right answer is (d) 4 |
|
| 17. |
Which of the following removes left, top and right borders from navbar?(a) .navbar-toggle(b) .navbar-right(c) .navbar-static-top(d) .navabr-navThe question was asked in an interview.My question is from Responsive Overview in chapter Advance HTML of HTML |
|
Answer» The correct option is (c) .navbar-static-top
|
|
| 18. |
Which of the following changes order of the grid columns?(a) .col-*-pull-*(b) .col-*-offset-*(c) .col-*-push-*(d) .collapseThis question was addressed to me during an interview for a job.This question is from Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» Correct ANSWER is (a) .col-*-pull-* |
|
| 19. |
Which class adds a rounded border around an element?(a) .well-sm(b) .well-lg(c) .well(d) .dividerThis question was addressed to me in an internship interview.This intriguing question comes from Responsive Overview in section Advance HTML of HTML |
|
Answer» The correct CHOICE is (c) .well |
|
| 20. |
Which of the following specifies the time when location information was retrieved?(a) timestamp(b) cords.speed(c) cords.heading(d) cords.altitudeAccuracyThis question was posed to me during an internship interview.My query is from HTML Geolocation topic in chapter Advance HTML of HTML |
|
Answer» Correct option is (a) TIMESTAMP |
|
| 21. |
Which element is used for defining a new custom DOM elements?(a) (b) (c) (d) The question was asked in an interview for job.I would like to ask this question from HTML5 Semantics topic in section Advance HTML of HTML |
|
Answer» Right ANSWER is (a) |
|
| 22. |
Which attribute is used for data binding?(a) name(b) datafld(c) datasrc(d) mayscriptThe question was asked in an international level competition.The doubt is from HTML5 Semantics & YouTube Videos in chapter Advance HTML of HTML |
|
Answer» The correct choice is (c) datasrc |
|
| 23. |
Which element is a placeholder inside web component?(a) (b) (c) (d) I got this question in an international level competition.My doubt is from HTML5 Semantics topic in portion Advance HTML of HTML |
|
Answer» The correct choice is (c) |
|
| 24. |
Which element creates a grouping of options?(a) (b) (c) (d) I had been asked this question during a job interview.I want to ask this question from HTML5 Semantics topic in chapter Advance HTML of HTML |
|
Answer» Correct choice is (c) |
|
| 25. |
Which element shows completion progress of a task?(a) (b) (c) (d) This question was addressed to me in an interview for job.My doubt is from HTML5 Semantics in portion Advance HTML of HTML |
|
Answer» Right answer is (a) |
|
| 26. |
Which of the following plug-in can’t be embedded by element?(a) Java applets(b) Flash players(c) PDF readers(d) MapThis question was addressed to me during an internship interview.The question is from HTML Plugins in portion Advance HTML of HTML |
|
Answer» The correct option is (d) Map |
|
| 27. |
Which of the following is called after plug-in is initialized to get scripting interface?(a) NPP_GetValue(b) NP_GetValue(c) NP_GetMIMEDescription(d) NP_InitializeThis question was posed to me in class test.This is a very interesting question from HTML Plugins topic in division Advance HTML of HTML |
|
Answer» The correct OPTION is (a) NPP_GetValue |
|
| 28. |
Which control displays the current map viewport?(a) Scale(b) Overview Map(c) Street view(d) MapTypeThe question was posed to me during an internship interview.The above asked question is from HTML Google Maps topic in portion Advance HTML of HTML |
|
Answer» The correct option is (b) Overview Map |
|
| 29. |
For inserting plain text we use __________(a) .form-control-static(b) .input-group(c) .input-group-addon(d) .input-group-btnThis question was addressed to me in an online interview.I'm obligated to ask this question of Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» Correct option is (a) .form-control-static ELEMENT. The .input-group class is a container to enhance input by adding an icon, text or button in front or behind it. An icon or help text next to the input field and button next to input is attached by .input-group-addon and .input-group-btn respectively. |
|
| 30. |
Which of the following is a container to enhance input by adding an icon?(a) .input-group-btn(b) .input-group-addon(c) .input-group(d) .input-group-lgThe question was posed to me by my school principal while I was bunking the class.This intriguing question comes from Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» Correct OPTION is (c) .input-group |
|
| 31. |
Which style button that should open navbar on small screens?(a) .navbar-toggle(b) .navbar-text(c) .navbar-static-top(d) .navbar-rightThe question was posed to me in final exam.The query is from Responsive Overview topic in division Advance HTML of HTML |
|
Answer» Right option is (a) .navbar-toggle |
|
| 32. |
Which of the following is a container for content inside the panel?(a) .panel-body(b) .panel-collapse(c) .panel-success(d) .panel-footerI got this question in an international level competition.The origin of the question is Responsive Overview in chapter Advance HTML of HTML |
|
Answer» Right answer is (a) .panel-body |
|
| 33. |
Which of the following creates yellow progress bar?(a) .progress-bar-success(b) .progress-bar-warning(c) .progress-bar-info(d) .progress-bar-dangerThis question was posed to me in examination.This interesting question is from Responsive Overview in portion Advance HTML of HTML |
|
Answer» CORRECT choice is (b) .PROGRESS-bar-warning Explanation: .progress-bar-warning will create a yellow progress bar INDICATING warning, .progress-bar-success will SHOW green progress bar indicating success, .progress-bar-danger will show red progress bar indicating danger, .progress-bar-info will show light-blue progress bar indicating information. |
|
| 34. |
Which of the following specifies the expiry time for cached location information?(a) maximumAge(b) timeout(c) enableHighAccuracy(d) position_unavailableThis question was posed to me in a national level competition.The above asked question is from HTML Geolocation in portion Advance HTML of HTML |
|
Answer» Correct answer is (a) maximumAge |
|
| 35. |
Which of the following makes a table more compact?(a) .table-responsive(b) .table-hover(c) .table-condensed(d) .table-borderedThe question was posed to me by my college director while I was bunking the class.My question is taken from Responsive Overview in chapter Advance HTML of HTML |
|
Answer» The correct option is (c) .table-condensed |
|
| 36. |
Which of the following adds default styles for dropdown menu container?(a) .dropdown-menu(b) .dropdown-toggle(c) .dropdown-menu-right(d) .dropdownI got this question in a national level competition.The above asked question is from Responsive Overview topic in section Advance HTML of HTML |
|
Answer» Right choice is (a) .dropdown-menu |
|
| 38. |
Which of the following request is used for the browser to load a URL?(a) NPN_GetURL(b) NPN_PostURL(c) NPN_PostURLNotify(d) NPN_GetURLNotifyI had been asked this question during an interview.This question is from HTML Plugins in portion Advance HTML of HTML |
|
Answer» The CORRECT answer is (a) NPN_GetURL |
|
| 39. |
Which will specify placement of controls on map?(a) ControlPosition(b) StreetViewControlOptions(c) ScaleControlStyle(d) ScaleControlOptionsThe question was asked in an internship interview.This interesting question is from HTML Google Maps topic in chapter Advance HTML of HTML |
|
Answer» The correct answer is (a) ControlPosition |
|
| 40. |
Which element specifies multiple media resources?(a) (b) (c) (d) I had been asked this question in a job interview.The above asked question is from HTML5 Semantics in portion Advance HTML of HTML |
|
Answer» The CORRECT option is (b) |
|
| 41. |
Which of the following is a generic inline container for phrasing content?(a) (b) (c) (d) This question was addressed to me during an online exam.Asked question is from HTML5 Semantics topic in section Advance HTML of HTML |
|
Answer» Right choice is (c) |
|
| 42. |
Which event occurs when collapsible element is fully shown?(a) show.bs.collapse(b) shown.bs.collapse(c) hidden.bs.collapse(d) hide.bs.collapseThe question was posed to me during an online exam.This interesting question is from Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» The correct choice is (b) shown.bs.collapse |
|
| 43. |
Which will change the order of a grid columns?(a) .col-md-push-*(b) .col-md-offset-*(c) .clearfix(d) .col-sm-*The question was posed to me during an interview.This intriguing question originated from Responsive Overview topic in section Advance HTML of HTML |
|
Answer» Correct choice is (a) .col-md-push-* |
|
| 44. |
Which class indicates new or unread items?(a) .jumbortron(b) .badge(c) .label label-success(d) .pagerThe question was posed to me in my homework.The origin of the question is Responsive Overview topic in chapter Advance HTML of HTML |
|
Answer» The correct choice is (b) .badge |
|
| 45. |
Which is not a tool to build responsive websites?(a) skeleton(b) bookmarklets(c) code editors(d) web browsersThe question was asked by my school teacher while I was bunking the class.This interesting question is from Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» The CORRECT answer is (a) skeleton |
|
| 46. |
Which class makes a text stand out?(a) .text-left(b) .small(c) .lead(d) .text-centerThe question was asked in class test.This question is from Responsive Overview in division Advance HTML of HTML |
|
Answer» Right OPTION is (C) .lead |
|
| 47. |
Which of the following will provide additional information about something?(a) .item(b) .jumbotron(c) .label(d) .label-dangerI got this question in an interview.This intriguing question originated from Responsive Overview topic in chapter Advance HTML of HTML |
|
Answer» Correct OPTION is (c) .label |
|
| 48. |
Which of the following displays text inside in slightly smaller font size:(a) .info(b) .input-group(c) .initialism(d) .inThis question was posed to me during an online exam.This question is from Responsive Overview topic in chapter Advance HTML of HTML |
|
Answer» Correct choice is (C) .initialism |
|
| 49. |
Which of the following indicates current page’s location within the navigational hierarchy?(a) .breadcrumb(b) .btn(c) .active(d) .bg-warningThis question was addressed to me during an interview.This interesting question is from Responsive Overview topic in chapter Advance HTML of HTML |
|
Answer» Correct option is (a) .breadcrumb |
|
| 50. |
Which element is used for YouTube videos?(a) (b) (c) (d) I had been asked this question in examination.My question comes from HTML5 Semantics & YouTube Videos topic in division Advance HTML of HTML |
|
Answer» The correct answer is (a) |
|