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.

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=”

The explanation: We can modify the embed code for an INDIVIDUAL video by substituting video ID after “embed/” with “videoseries?list=”, then paste playlist ID after “=”, paste the code into the BLOG or Website HTML.

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

Explanation: Search box contains an input FIELD in which we can insert the name of the PLACE you are LOOKING for, a search button or a dropdown list, depending on user experience provided by the search tool.

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

Easiest explanation: We can use HTML OBJECT tag to embed multimedia LIKE VIDEO, audio, Java APPLETS, PDF, Flash, ActiveX in the WEB pages. For embedding video in HTML without iframe tag we can use object tag.

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)



The best I can EXPLAIN: represents a command which helps user to pop up through menu. element in HTML represents group of commands that user can perform or activate. This include list menu as well as context menus. List menus appear ACROSS top of a screen and context menus might appear underneath a BUTTON after it has been clicked. element is known as Disclosure Summary element.
elment provides INFORMATION that user can view or HIDE as per own wish.
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>

Best explanation: <DIALOG> element in HTML represents a dialog box or other interactive component like window or an INSPECTOR.

element is KNOWN as DISCLOSURE Summary element. It specifies caption, summary or legend for
element’s disclosure box. This element only includes global attribute. This element may only be used as the first child of
element. represents a command which helps user to pop up through menu. is a group of commands which is used to perform something.

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)

To explain I would say: element is used with either canvas scripting APII or WebGL API to DRAW graphics and animations. Basically it includes all the GLOBAL attributes like height, moz-opaque, WIDTH. It is not supported in Opera browser.

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)



BEST explanation: The ADDITIONAL details that the user can view or hide on demand is specified by
tag. The content of
element should not be visible unless open attribute is set. This tag can be used for creating interactive WIDGET that user can open and close. MAIN content of document is specified by element.

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

Easy EXPLANATION: /Library/Internet Plug-Ins, ~/Library/Internet Plug-Ins, Plug-ins with the toolkit BUNDLES, /System/Library/Frameworks/JavaVM.framework/Versions/Current/Resources, PROFILE directory/plugins are some of the DIRECTORIES in Mac OS X for plug-ins.

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()

To ELABORATE: getDiv() method will return DOM object that contains map. Its return type is NODE. getCenter() will return lng/lat of center of the map. getTilt() method will return angle of INCIDENCE for aerial imagery in DEGREES. Current position is RETURNED when getProjection() event is fired up.

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

Explanation: The value of fillOpacity LIES between 0.0 and 1.0. The value of strokeOpacity also lies between 0.0 and 1.0, E.g PATH: TRIP, strokeOpacity: 0.7, strokeWeight: 3, strokeColor: “#000FFF” .

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

Explanation: .dl-horizontal lines up the terms and descriptions in

ELEMENT side-by-side, it STARTS off like default
s, but when browser window EXPANDS it will line up side-by-side. .list-unstyled removes default list-style and left margin on list items. .initialism displays TEXT inside tag.
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

The EXPLANATION: container appends the POPOVER to specific ELEMENT, e.g. container: ‘body’, content specifies the text inside popover’s body, delay specifies the number of milliseconds it will take to OPEN and close popover. The popover position is SPECIFIED by placement.

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

For explanation: .modal-title is for the title of the modal, .modal-sm is for small modal, .modal-lg specifies LARGE modal, .modal-open is USED on

element to prevent PAGE scrolling, .model-header shows header of the modal often contains a title and a CLOSE BUTTON.
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

To explain I WOULD say: Browsers set their own RULES that outline which font format to use for web EMBEDDING. .ttf format is developed by Apple and microsoft and is mostly used as compatible font format in ios.

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

The EXPLANATION: Examples of ERROR are POSITION_UNAVAIALBLE, PERMISSION_DENIED and TIMEOUT. PositionError is the object returned by Geolocation API in CASE of error.

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)

<br/><br/>Easy explanation: HTML <strike> element places horizontal line through text. <spacer> is an obsolete HTML element. It allows insertion of <a href="https://interviewquestions.tuteehub.com/tag/empty-2611346" style="font-weight:bold;" target="_blank" title="Click to know more about EMPTY">EMPTY</a> spaces on pages. HTML Example Element <xmp> renders text between start and end tags without interpreting HTML in between and using monospaced font. HTML2 specification recommended that it should be rendered wide <a href="https://interviewquestions.tuteehub.com/tag/enough-446095" style="font-weight:bold;" target="_blank" title="Click to know more about ENOUGH">ENOUGH</a> to allow 80 <a href="https://interviewquestions.tuteehub.com/tag/characters-914358" style="font-weight:bold;" target="_blank" title="Click to know more about CHARACTERS">CHARACTERS</a> per line. <shadow> element is an obsolete part of <a href="https://interviewquestions.tuteehub.com/tag/web-11417" style="font-weight:bold;" target="_blank" title="Click to know more about WEB">WEB</a> <a href="https://interviewquestions.tuteehub.com/tag/component-926634" style="font-weight:bold;" target="_blank" title="Click to know more about COMPONENT">COMPONENT</a> which is used to shadow DOM objects.</shadow>
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

For EXPLANATION: We can play our VIDEO automatically when the user visits the page by adding a simple PARAMETER to a YouTube URL. When the value is SET to be 0 the value will not play automatically when the player loads. It is the default value. When the value is set to be 1 the video will play automatically when the player loads.

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)

Easy explanation: An element which exists to FACILITATE generation of key material is . is an obsolete HTML element. It puts a text field in a page for querying the document. It is deprecated as of HTML 4.1, because same behavior can be achieved with HTML form. All major browsers have now REMOVED .

contains list of DIRECTORIES. Those commands that user can invoke are REPRESENTED by .

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

For explanation: For determining whether plug-in and browser versions are compatible or not we use NPN_Version method It also provides alternative PROCESSING for different versions. For checking CHANGES in major and minor version numbers it can also be USED.

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

Explanation: CIRCLE SUPPORTS the properties like radius, CENTER, STROKEOPACITY, strokeCapacity, fillColor, fillOpacity, stokeOpacity, EDITABLE, specify google.maps.LatLng of center of circle, the radius of a circle is specified by radius. Opacity of stroke color is specified by strokeOpacity.

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

Easiest explanation: .navbar-inverse creates a black navigation bar instead of LIGHT grey, .navbar-header ADDED to container element that contains link or element that represent logo or header, .navbar-link styles an element to look LIKE link inside the navbar. Adding form elements inside the navbar to vertically center them is done by .navbar-form.

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

Explanation: Bootstrap is a popular FRAMEWORK. It uses HTML, CSS and jQuery to make RESPONSIVE web pages. Bootstrap helps us to DEVELOP sites that look nice at any size i.e. screen. Tablet, LAPTOP or phone.

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

The EXPLANATION is: zoom, center, mapTypeId are the three MAP display options. Zoom specifies the zoom LEVEL, center specifies that the map should be centered at the user location, mapTypeId can be satellite, ROADMAP or hybrid.

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()

For explanation: fitBounds() method SETS viewport to contain given bounds. Its parameters are LAtLngBounds. The RETURN value of getBounds() is LatLng, LatLng. getHeading will return COMPASS heading of the aerial imager. Its return type is number. The center of the map to the given LatLng can be changed by the panTo() event.

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

Best explanation: .panel-group class CLEARS bottom-margin of each panel. It ALSO group many panels together, we can wrap

with class .panel-group around them. Footer to the panel is added by .panel-footer. HEADING to the panel is GIVEN by .panel-heading class. The CONTENT inside the panel is in .panel-body.
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

Easy explanation: Progress bars are not supported in Internet Explorer 9 and earlier versions, because they USE CSS3 transitions and animations to ACHIEVE some of the effects. For improving accessibility for people using SCREEN READERS, we should include ARIA-* attributes.

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

To explain: interval SPECIFIES the delay in MILLISECONDS between each slide, we can set the interval to false to stop items from AUTOMATICALLY SLIDING, its default value is 5000. The set value should be NUMBER or Boolean false.

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

The EXPLANATION is: .icon-bar is used in the navbar to create hamburger MENU i.e. three horizontal bars, .icon-next creates Unicode icon, used in carousels, this is OFTEN replaced by glyphicon, .icon-prev is Unicode icon used in carousels, .img-circle shapes an image to a circle.

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

The best explanation: If background-size property is set to “cover”, background image will scale to cover entire content AREA. “cover” value keeps the aspect ratio and some part of background image may be CLIPPED. E.g. div {WIDTH: 100%; height: 390px; background-image: url(‘img_tyu.jpg’); background-size: 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)

Easy explanation: element increase the font SIZE. element is NON STANDARD element in HTML. It causes enclosed text to flash slowly. But this element is unsupported and THUS implements HTMLUnknownElement interface. <AUDIO> element is used to play audio clip.

is block level element which centers element horizontally.

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

For explanation I would say: These are some CSS preprocessors that have been adopted in RESPONSIVE frameworks. Bootstrap utilizes LESS as its style foundation. Foundation USES SASS in STYLING.

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)

For explanation: For creating dynamic content and web applications HTML USES scripting languages. ,

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)

To elaborate: Title of work is defined by tag. The element displays its contents styles in a fashion intended to INDICATE that text is a short fragment of computer code. The content text is displayed using user agent’s default monospace font by default. element links content with machine readable translation. Defining INSTANCE of a TERM in HTML is represented by element.

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

For explanation: For SENDING DATA to URL from file or a memory BUFFER we USED NPN_PostURL. The result OBTAINS from a server can also be sent to a particular browser window or frame for display, or delivered to a plug-in instance in the new stream.

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

The best explanation: The plug-in DLL should contain FileExtents which specifies file extensions, ProductName which is for plug-in name, Language for the language which is in USE, FileDescription for the description, MIMEType for the MIME types, FileOpenName for file OPEN template.

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

The best EXPLANATION: MarkerImage will represent a structure of a MARKER icon or SHADOW image. The shape of the marker is defined by MARKERSHAPE. Options for rendering the marker are shown by MarkerOptions. Marker object simply creates a Marker.

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

The EXPLANATION: The drag event will be fired repeatedly while the USER drags the MAP. When the user STOPS dragging the map dragend event will be fired, dragstart event will be fired when a user starts dragging the map.

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

To explain: The map type that is to be displayed is SPECIFIED by mapTypeId. The TYPES that are SUPPORTED are Satellite, ROADMAP, Terrain and hybrid. E.g. mapTypeId: google.maps.MapTypeId.ROADMAP.

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
left-aligned with inline-block CONTROLS, .form-control is used on input, TEXTAREA, and select elements to span the entire width of the page and make them responsive.
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

The best I can explain: .divider separates items inside dropdown MENU with horizontal line, .disabled disables an item in dropdown menu, .collapse INDICATES collapsible content which can be hidden or shown on demand. .dropdown-header class add header inside dropdown menu.

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

The best I can explain: .has-warning adds YELLOW or ORANGE color to LABEL and a yellow or orange border to the input, as well as checkmark icon inside the input, it is USED TOGETHER with .has-feedback, .help-block in a block of help text that breaks onto the new line and may extend beyond one line.

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

The BEST explanation: sass_dir gives FOLDER name for the sass or SCSS style sheet to be stored. The output_style property specifies compiled CSS output. The relative_assets property specifies the output path in the compiled CSS. If it is set to true, the http_path property will be ignored and the compass will generate a relative URL. line_comments specifies whether compass should generate LINE number where style sheets rule are defined.

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

The BEST I can explain: map object when the MARKER should appear, POSITION is latlng position at which the marker should be DISPLAYED, title that should appear when we hover on the marker.

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)

The explanation is:

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

The explanation: Product property returns the engine NAME of the BROWSER, userAgent returns user-agent header sent by the browser to the server, platform returns for which platform the browser is compiled. OnLine DETERMINES WHETHER the browser is online or not.