Explore topic-wise InterviewSolutions in .

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

Best explanation: .previous aligns .PAGER previous button to the LEFT, .NEXT aligns .pager next button to the right, .disabled indicates unclickable link, .pager provides simple pagination links (next/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

The explanation: .progress class is a CONTAINER for progress bars, .progress-bar creates a progress bar, .progress-bar-SUCCESS creates a green progress bar and INDICATES success, .progress-bar-info shows light-blue progress bar indicating INFORMATION.

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

The BEST explanation: .caret creates arrow icon, which INDICATES that the button is a dropdown, .carousel creates a carousel (slideshow), .carousel-caption creates caption TEXT for each slide in carousel, .caption adds caption text inside a .thumbnail.

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

Best explanation: http_path specifies a path to the project when running on a web server. It is set to/by default., so the path OUTPUT will begin with /. E.g. background-image: url(“/image/hj.png”). Folder NAME for all the images to be stored is specified by images_dir. css_dir specifies folder name for CSS STYLE SHEETS. sass_dir gives folder name for the sass or SCSS style sheet to be stored.

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

To explain I would SAY: the CSS3 TRANSITION is SUPPORTED by Firefox 4, Safari 3.1, Chrome 4, Opera 10.5, Internet Explorer 10 browsers. Internet Explorer 9 does not support CSS3 transition, that is why we can’t see –ms- prefix in the preceding SYNTAX. But Internet Explorer 10 will support CSS3 transition.

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

Easy EXPLANATION: TRANSLATE() function is supported in GOOGLE Chrome 4, Firefox 3.5, Internet Explorer 10, Safari 3.1, Opera 10.5. Vendor prefixes are STILL required to make transformations work on these BROWSERS.

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)

Easiest EXPLANATION: is same like . It is emphasized text. element is HTML Keyboard Input Element. element is for highlighting the text/paragraph.
is non-standard obsolete HTML element. This element prevents the text it contains from automatically wrapping across multiple LINES. Resulting in the user having to scroll HORIZONTALLY to see entire width of the text.

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)

Easiest explanation: is known as HTML Applet ELEMENT. It EMBEDS Java applet into the DOCUMENT. But now a days use of Java applets on Web is deprecated. Most of the browsers no longer support use of plug-ins. element embeds external content in document. is fallback content for browsers. <object> element describes an external resource.</object>

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)

Explanation: In ruby, defines explanation of characters. The element in HTML represents a ruby annotation. It is for showing pronunciation of EAST Asian characters. Both the STARTING and ending tags are necessary. It only includes global attributes. Parenthesis for ruby text is PROVIDED by element.

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

Best explanation: Browser calls various plug-in METHODS like NPP_Print, NPP_SetWindow, NPP_SetValue, NPP_HandleEvent, NPP_GetValue. NPP_SetValue is for setting the browser INFORMATION, for delivering platform-specific EVENT to INSTANCE browser calls NPP_HandleEvent method.

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)

To explain I would say: ELEMENT is known as BIDIRECTIONAL isolation. It isolates a span of text that might be formatted in different direction from other text outside it. This element is useful at the time of embedding text with an UNKNOWN directionality from database like inside text with a FIXED directionality.
is used for giving a break-line in text. is used for making the text bold. To OVERRIDE the current text direction element is used.

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

For explanation: BOOTSTRAP grid SYSTEM has four classes. Xs, sm, md, lg. as is for PHONES having SCREENS less than 786px wide, sm is for tablets. Screens equal to or greater than 768px, md is for small laptops, screen equal to or greater than 992px wide, lg is for laptops and desktops, Screens equal to or greater than 1200px wide.

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

The best explanation: .navbar-nav is used on

    container that CONTAINS LIST ITEMS with links inside a navigation BAR. .navbar-right aligns nav links, forms, buttons or text in navbar to the right. .navbar-static-top removes left, top and right borders (rounded CORNERS) from navbar, default navbar has a grey border and 4px border-radius by default, .navbar-toggle styles button that should open navbar on small screens.
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-*

The explanation: .col-*-pull-* CHANGES order of the grid column, .col-*-offset-* moves columns to the right, these CLASSES INCREASE left margin of a column by * columns, .col-*-PUSH-* changes order of the grid columns, .collapse indicates collapsible content.

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

To explain: .well adds a ROUNDED BORDER around an element with GRAY background color and some padding, .well-lg is a large well i.e. for more padding, .well-sm is a small well with less padding.

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

For EXPLANATION: timestamp specifies the time when LOCATION information was retrieved and the position object created.cords. speed specifies device’s current ground speed in METERS per second, cords.heading specifies the device’s current direction of MOVEMENT in degrees.

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)

To elaborate: is HTML obsolete element. It was the PART of Web Components specification. It was INTENDED to be used to define NEW custom DOM elements. It was removed in favor of JavaScript-driven approach for creating new custom elements. is obsolete part of web component used to shadow DOM. element in HTML is a part of Web Components technology suite. The obsolete part of web components is .

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

The EXPLANATION: The name attribute gives name to applet. Datafld attribute specify a column name from the DATA source object. It is like datafld attribute. It is used for data BINDING under Internet Explorer 4. It indicates ID of data source object that supplies data that is BOUND to elements associated with an applet. Access to applet is given by mayscript attribute.

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)

Easiest EXPLANATION: <SHADOW> is obsolete PART of web component used to shadow DOM. The obsolete part of web components is . ELEMENT in HTML is a part of Web Components technology suite. It is a placeholder inside web component that you can fill with own markup that lets you create separate DOM TREES and present them together. is one of part of web components, used to custom DOM elements.

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)

EXPLANATION: <PROGRESS> element in HTML shows an indicator indicating completion progress of a TASK, which is typically displayed as a progress bar. element. element in HTML creates a grouping of options within

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)

Explanation: ELEMENT in HTML shows an indicator indicating completion progress of a task, which is typically DISPLAYED as a progress bar. It also includes all the global attributes including MAX, value etc. element. gives a scalar range of value.

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

Easiest explanation: All the browsers SUPPORT element. It ALSO defines an EMBEDDED object within the HTML document. It is used for EMBEDDING plug-ins like PDF readers, Flash Players, Java applets in the web page.

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

Explanation: After the plug-in is initialized to get scripting interface NPP_GetValue is called. NP_GetValue is called during INITIALIZATION to RETRIEVE plug-in’s description and NAME, that will APPEAR in navigator.plugins DOM object and is used to populate about:plugins.

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

Explanation: The control overview displays a thumbnail overview map which REFLECTS the current map viewport WITHIN the wider area. A map scale element is DISPLAYED by scale control. Pegman icon that can be dragged to the map for enabling street view is displayed by this control. When a user wants to TOGGLE between the maps (roadmap and satellite), Map Type is USED.

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

Easiest explanation: If we need to insert plain text next to a form label WITHIN HORIZONTAL form we can use .form-control-static CLASS on

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

Explanation: .input-group is a container to ENHANCE an input by adding an icon, TEXT or button in FRONT or behind it as a “HELP text”, .input-group-lg is for large input group, .input-group-addon is used together with .input-group class, this makes it possible to add an icon or help text next to input field.

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

The best I can explain: .navbar-toggle styles button that should OPEN navbar on small screens, often used together with three .icon-bar classes to INDICATE a toggleable menu icon, .navbar-text vertical ALIGN any elements inside navbar that are not links. Left, top and right borders from the nav bar can be removed by .navbar-static-top. ALIGNMENT of nav links, text and BUTTONS in the nav bar to the right can be done by .navbar-right.

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

To EXPLAIN I would say: .panel-body is a container for content INSIDE the panel, .panel-collapse is for the collapsible panel which toggles between HIDING and showing panel, .panel-success shows green panel indicating success, .panel-FOOTER CREATES a panel footer.

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

For explanation I would say: maximumAge specifies the expiry time in MILLISECONDS for cached location information, timeout property is the number of milliseconds the web APPLICATION is WILLING to WAIT for a position.

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

Explanation: .table-condensed makes a table more COMPACT by cutting cell PADDING in HALF, .table-hover CREATES a hoverable table by adding grey background color on table rows on hover, .table-responsive makes table responsive by adding the horizontal scrollbar when needed.

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

The best explanation: .dropdown-menu adds default STYLES for dropdown menu CONTAINER, .dropdown-header is used to add headers inside dropdown menu, .dropdown-right right-aligns a dropdown menu, .dropdown-toggle is used on the button that should HIDE and show the dropdown menu.

37.

Which of the following element is for holding client-side content?(a) (b) (c) (d) This question was posed to me during an interview for a job.The question is from HTML5 Semantics in division Advance HTML of HTML

Answer»

The correct answer is (a)

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

The EXPLANATION is: NPN_GetURL is a request for the browser to load a URL into a particular frame for display or browser window, or for delivering data of that URL to the plug-in instance in a new STREAM. NPN_PostURLNotify function NOTIFIES plug-in of a RESULT when an operation completes.

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

For explanation I would say: ControlPosition SPECIFIES PLACEMENT of controls on map, StreetViewControlOptions provides options for rendering of street VIEW control, ScaleControlStyle specifies kind of scale control to DISPLAY, ScaleControlOptions lsit down options for rendering sacle control.

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)

For explanation I would SAY: element defines parameters for element. An element contains element and . element in HTML specifies multiple media resource for

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)

Explanation: ELEMENT shows importance of text. element is for subscript. HTML element is a generic inline container for phrasing content, that does not inherently REPRESENT anything. It is used to GROUP ELEMENTS for styling purposes with the help of CLASS or id attributes. is for superscript.

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

Best EXPLANATION: shown.bs.collapse occurs when collapsible element is FULLY shown after CSS transitions have completed, SHOW..bs.collapse occurs when collapsible element is about to be shown. HIDDEN.bs.collapse occurs when collapsible element is fully hidden. .hide.bs.collapse occurs when collapsible element is about to be hidden.

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-*

The best I can explain: We can change order of the GRID columns with .col-md-push-* and .col-md-pull-* classes, we can move columns to RIGHT using .col-md-offset class. .clearfix class clears float. A column LAYOUT for small device is DONE by .col-sm-*.

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

Easiest explanation: .badge CLASS indicates UNREAD or NEW items, .JUMBOTRON indicates a big box for calling extra attention to featured content or information, .label label-success indicates a green label of type “success”. .pager provides simple pagination links (next/previous).

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

The explanation is: We need several tools to BUILD our website. To build a RESPONSIVE website we need WEB browsers, responsive bookmarklets, code editors for responsive design TESTING.

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

Explanation: .lead makes a TEXT stand out, .SMALL indicates smaller text, set to 85% of the size of the PARENT, .text-left indicates left-aligned text, .text-center indicates center-aligned text.

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

Best explanation: .label adds a grey rounded box to the ELEMENT, it provides ADDITIONAL INFORMATION about something e.g. “New”, .jumbortron creates padded grey box with rounded corners that enlarge font sizes of text inside it, .item class added to each CAROUSEL item, it may be text or images.

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

Explanation: .initialism displays text inside element in slightly smaller font size, .input-group is a container to enhance input by ADDING an icon, text or button in FRONT or behind it as a “help text”, .info adds light-blue background to table row, indicating a neutral INFORMATIVE change or action.

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

To explain I WOULD say: .breadcrumb is a pagination. It indicates the current page’s location WITHIN a navigational hierarchy, .btn CREATES a basic button i.e. gray background and rounded CORNERS, .bg-warnong adds the yellow background color to an element.

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)