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.
| 51. |
What should we add to a template in Dreamweaver in order to control where page content goes?(a) Editable Regions(b) HTML controllers(c) Frames(d) Content ControllersI have been asked this question in an internship interview.The doubt is from Choosing Editors and IDEs topic in portion HTML Fundamentals of HTML |
|
Answer» The correct option is (a) Editable Regions |
|
| 52. |
Which of the following is the first web browser?(a) Nexus(b) Netscape Navigator(c) Internet Explorer(d) MosaicI have been asked this question in an interview for internship.My enquiry is from Web Browsers in portion HTML Fundamentals of HTML |
|
Answer» Correct option is (a) Nexus |
|
| 53. |
State whether the given statement is true or false. “We can intermix XHTML and HTML 4.01 documents”(a) True(b) FalseThe question was posed to me by my school principal while I was bunking the class.Enquiry is from Traditional HTML and XHTML in portion HTML Fundamentals of HTML |
|
Answer» The correct answer is (b) False |
|
| 54. |
What an article element should not contain?(a) Main element(b) Text or embedded content(c) Image(d) Video & AudioI had been asked this question during an interview for a job.The doubt is from HTML5 Introduction topic in portion HTML Fundamentals of HTML |
|
Answer» Correct answer is (a) Main ELEMENT |
|
| 55. |
Which of the following are automatically loaded and operates as a part of browser?(a) Add-ons(b) Plug-ins(c) Utilities(d) WidgetsThe question was posed to me at a job interview.This interesting question is from Choosing Web Servers in division HTML Fundamentals of HTML |
|
Answer» Correct choice is (b) Plug-ins |
|
| 56. |
Which of the following is not a response-header field?(a) Location(b) Server(c) ETag(d) RefererThis question was posed to me by my school teacher while I was bunking the class.I want to ask this question from HTTP Overview topic in portion HTML Fundamentals of HTML |
|
Answer» Right answer is (d) Referer |
|
| 57. |
In OSI model USB lies under the layer ___________(a) data Link layer(b) physical layer(c) network layer(d) transport layerI have been asked this question in a national level competition.The doubt is from HTTP Overview topic in section HTML Fundamentals of HTML |
|
Answer» Right choice is (B) physical layer |
|
| 58. |
Which of the following statement is true?(a) Canvas Contains built-in animations(b) SVG needs scripts to draw elements(c) In canvas, drawing is done with pixels(d) SVG don’t support to event handlersI had been asked this question during an online interview.My question is based upon HTML5 Introduction in section HTML Fundamentals of HTML |
|
Answer» The correct ANSWER is (c) In canvas, DRAWING is done with pixels |
|
| 59. |
Which tag is used with JavaScript?(a) (b) (c) (d) The question was asked in an online quiz.My enquiry is from HTML5 Introduction in chapter HTML Fundamentals of HTML |
|
Answer» Right option is (a) |
|
| 60. |
Which feature was already introduced before HTML5?(a) Canvas/SVG(b) Video(c) Geolocation(d) FramesThe question was posed to me in a national level competition.This interesting question is from HTML5 Introduction in division HTML Fundamentals of HTML |
|
Answer» The correct option is (d) FRAMES |
|
| 61. |
Which of the following applications/software can be used to create a favicon?(a) Unity(b) Adobe Photoshop(c) Dreamweaver(d) VLCI have been asked this question in an international level competition.This question is from Favicons and Icons topic in division HTML Fundamentals of HTML |
|
Answer» The CORRECT answer is (b) ADOBE Photoshop |
|
| 62. |
The recommended basic size for a favicon is ___________ pixels.(a) 16×16(b) 26×26(c) 48×48(d) both 16×16 and 48×48The question was posed to me by my college director while I was bunking the class.I want to ask this question from Favicons and Icons topic in division HTML Fundamentals of HTML |
|
Answer» Correct choice is (d) both 16×16 and 48×48 |
|
| 63. |
__________ prevents the page from being indexed altogether.(a) noarchive(b) nofollow(c) noindex(d) novalueI have been asked this question in an online quiz.I need to ask this question from Meta Data topic in portion HTML Fundamentals of HTML |
|
Answer» The correct answer is (c) noindex |
|
| 64. |
__________ prevents search engines from showing a cached link for the page.(a) nobot(b) nofollow(c) noarchive(d) nosearchI have been asked this question in exam.My doubt is from Meta Data in section HTML Fundamentals of HTML |
|
Answer» RIGHT option is (c) noarchive Easy explanation: The “noarchive” meta tag is used to tell browsers not to STORE cached link for the page. A “nofollow” ATTRIBUTE instruct search engines that a hyperlink should not influence the link target’s ranking in search ENGINE. The “noindex” prevents page from being INDEXED. |
|
| 65. |
___________ is an open source JavaScript library that allows support for different levels of experiences based on the capabilities of each browser.(a) Navigator(b) Modernizr(c) Geolocation(d) Google APII have been asked this question in exam.This intriguing question comes from Compatibility Libraries topic in division HTML Fundamentals of HTML |
|
Answer» RIGHT choice is (b) Modernizr To explain I would say: Modernizr is an open source JavaScript library that ALLOWS support for different levels of experiences BASED on the capabilities of each browser using a SIMPLE FEATURE detection model. Geolocation is the identification of geographic location of an object. The navigator object contains information about the browser. Google API, i.e set of application programming interface which allow communication with Google Services & integration to other services. |
|
| 66. |
____________ allows you to add custom styles to the document and test an element afterwards.(a) hasEvent()(b) testAllProps()(c) testProp()(d) modernizr.testStyles()The question was asked in exam.Question is from Compatibility Libraries topic in section HTML Fundamentals of HTML |
|
Answer» Correct answer is (d) modernizr.testStyles() |
|
| 67. |
We can define ________ number of sites with one copy of dreamweaver installed on our computer.(a) 990(b) 10(c) only 1(d) unlimitedThe question was asked in an interview for internship.This key question is from Choosing Editors and IDEs topic in section HTML Fundamentals of HTML |
|
Answer» RIGHT answer is (d) unlimited Explanation: Dreamweaver is an IDE to build CUSTOM web APPS and applications. There is no definite liit to it. |
|
| 68. |
Maqetta is an open source initiative of the Dojo Foundation to geared towards visual designers through a WYSIWYG user interface.(a) True(b) FalseThe question was posed to me in an interview for internship.Query is from Choosing Editors and IDEs topic in division HTML Fundamentals of HTML |
|
Answer» Correct option is (a) True |
|
| 69. |
Which of the following is not an IDE?(a) BlueGriffon 1.5.2(b) Aptana studio 3(c) TextEdit(Mac)(d) DreamweaverThe question was posed to me during an online exam.My query is from Choosing Editors and IDEs in portion HTML Fundamentals of HTML |
|
Answer» Right choice is (C) TextEdit(Mac) |
|
| 70. |
Which of the following are table tags?(a) table, thead, tr, td(b) colspan, table, tr(c) table, tt, tr, td(d) thead, colspan, td, trThis question was addressed to me in final exam.This intriguing question originated from Traditional HTML and XHTML topic in chapter HTML Fundamentals of HTML |
|
Answer» The correct CHOICE is (a) table, THEAD, tr, td |
|
| 71. |
HTML and XHTML stands for ______(a) Hyper Text Markup Language and Extensible HyperText Markup Language(b) Hyper Text Markup Language and Extensible HyperText Marking Language(c) Hyper Text Marking Language and EXtensible HyperText Marking Language(d) Hyper Text Marking Language and Extensible HyperText Markup LanguageI had been asked this question by my school principal while I was bunking the class.This interesting question is from Traditional HTML and XHTML topic in portion HTML Fundamentals of HTML |
|
Answer» The correct OPTION is (a) Hyper Text MARKUP Language and EXTENSIBLE HYPERTEXT Markup Language |
|
| 72. |
Which of the following is not the request method?(a) Head(b) Get(c) Remove(d) PutThis question was posed to me in homework.My query is from HTTP Overview topic in portion HTML Fundamentals of HTML |
|
Answer» Right OPTION is (c) Remove |
|
| 73. |
Which one is the correct syntax for specifying media type?(a) type ”/” subtype *( “;” parameter)(b) subtype ”/” type *(“;” parameter)(c) parameter “/” type *(“;” subtype)(d) (“;” subtype) “/” type *(parameter)I have been asked this question during an interview.My question is based upon HTTP Overview topic in section HTML Fundamentals of HTML |
|
Answer» Correct choice is (a) type ”/” subtype *( “;” parameter) |
|
| 74. |
IP is used in the level ___________(a) presentation layer(b) network layer(c) application layer(d) data Link layerThe question was asked during an interview.This interesting question is from HTTP Overview topic in chapter HTML Fundamentals of HTML |
|
Answer» The correct option is (b) network layer |
|
| 75. |
The favicon was standardized by the _______(a) IANA(b) W3C(c) WIPO(d) EPOI got this question during an internship interview.Question is taken from Favicons and Icons topic in division HTML Fundamentals of HTML |
|
Answer» The correct option is (B) W3C |
|
| 76. |
Which of the following is not sectioning elements?(a) (b) (c) (d) The question was posed to me in an online quiz.My enquiry is from HTML5 Introduction in portion HTML Fundamentals of HTML |
|
Answer» CORRECT ANSWER is (d) To explain: The |
|
| 77. |
In 2003, the .ico format was registered with the ____________(a) IANA(b) W3C(c) WIPO(d) EPOThe question was posed to me during an interview.This intriguing question comes from Favicons and Icons topic in portion HTML Fundamentals of HTML |
|
Answer» Correct choice is (a) IANA |
|
| 78. |
In case we want to implement a JavaScript fallback, we would need to create a conditional statement using Modernizr.(a) True(b) FalseI have been asked this question in a job interview.My enquiry is from Compatibility Libraries in section HTML Fundamentals of HTML |
|
Answer» The correct OPTION is (a) True |
|
| 79. |
___________ prevents search engines from following links inside the page.(a) noarchive(b) nofollow(c) noindex(d) novalueI got this question by my school principal while I was bunking the class.This key question is from Meta Data topic in section HTML Fundamentals of HTML |
|
Answer» The correct answer is (b) nofollow |
|
| 80. |
Favicon stands for ______(a) Fave icon(b) Favorite icon(c) Both Fave icon and Favorite icon(d) Fav iconThis question was addressed to me in an internship interview.I would like to ask this question from Favicons and Icons in portion HTML Fundamentals of HTML |
|
Answer» The correct ANSWER is (c) Both Fave icon and Favorite icon |
|
| 81. |
Who created the first web browser(a) Tim Berners Lee(b) Jacobs, Lan(c) Marc Andeersen(d) Mozilla foundationI got this question in class test.This question is from Web Browsers in portion HTML Fundamentals of HTML |
|
Answer» Right choice is (a) Tim Berners Lee |
|
| 82. |
Which symbol is used when HTTP request does not apply to the particular source?(a) ‘&’(b) ‘*’(c) ‘#’(d) ‘@’This question was addressed to me in my homework.The above asked question is from HTTP Overview topic in portion HTML Fundamentals of HTML |
|
Answer» RIGHT answer is (b) ‘*’ EASIEST explanation: When HTTP request does not APPLY to PARTICULAR resource ‘*’ is used. It is APPLIED to the server itself. This is only allowed when the used method is not necessarily applied to the resource. E.g. OPTIONS * HTTP/1.1 |
|
| 83. |
What application can one create even before the introduction of HTML5?(a) Web applications(b) Mobile applications(c) Forms(d) Browser based gamesThis question was addressed to me during an online exam.My question is taken from HTML5 Introduction in division HTML Fundamentals of HTML |
|
Answer» The CORRECT answer is (c) Forms |
|
| 84. |
XML is a markup language where documents must be marked up correctly.(a) True(b) FalseThis question was posed to me in a national level competition.My enquiry is from Major Themes of (X)HTML topic in division HTML Fundamentals of HTML |
|
Answer» The correct CHOICE is (a) True |
|
| 85. |
The goal of microdata is to create a unified way to define the data in a way any web crawler or reader implementation can read it.(a) True(b) FalseThis question was posed to me during an online interview.Question is from Microdata in division HTML Fundamentals of HTML |
|
Answer» The correct choice is (a) True |
|
| 86. |
___________ is used to test whether geolocation is supported in old browsers.(a) Modernizr(b) Modernizr.geolocation(c) Navigator.userAgent(d) Modernizr.jsThis question was posed to me in an interview for internship.My doubt is from Compatibility Libraries topic in section HTML Fundamentals of HTML |
|
Answer» Right option is (c) Navigator.userAgent |
|
| 87. |
Choose the correct statement.(a) Exo is a cloud-based ide that offers collaboration and developed features(b) Exo does not support java and python(c) Exo does not support javascript and html5(d) Exo is a cloud-based ide that offers collaboration and deployment features & its supports javascript and html5The question was asked during an interview.This intriguing question comes from Choosing Editors and IDEs topic in chapter HTML Fundamentals of HTML |
|
Answer» Right CHOICE is (d) EXO is a cloud-based ide that offers collaboration and DEPLOYMENT features & its supports javascript and html5 |
|
| 88. |
Choose the correct statement.(a) In traditional XHTML close tag for some elements is optional but not encouraged(b) In traditional HTML close tag for some elements is optional but not encouraged(c) In both traditional XHTML and HTML close tag for some elements is not optional(d) In both traditional XHTML and HTML close tag for some elements is optionalI got this question in an international level competition.My query is from Traditional HTML and XHTML in chapter HTML Fundamentals of HTML |
|
Answer» Right choice is (b) In traditional HTML close tag for some elements is optional but not encouraged |
|
| 89. |
If the element has an itemscope attribute, it returns an __________ object with all the element’s properties.(a) itemscope(b) dom object(c) collection.namedItem(d) itemtypeThis question was posed to me in an interview for job.Question is taken from Microdata topic in chapter HTML Fundamentals of HTML |
|
Answer» CORRECT answer is (b) DOM OBJECT To elaborate: When an HTML document is loaded into a web browser, it becomes a document object. In web browser, document MODEL represents document as a LOGICAL tree. The “itemscope” attribute which is of boolean type is used to state the scope of metadata. |
|
| 90. |
The ___________ of an item is the value of its element’s itemid attribute.(a) token(b) typed item(c) global identifier(d) scopeI have been asked this question by my college director while I was bunking the class.The doubt is from Microdata in chapter HTML Fundamentals of HTML |
|
Answer» The CORRECT choice is (C) global IDENTIFIER |
|
| 91. |
Choose the inappropriate option with respect to Blue Griffon 1.5.2. Blue Griffon _________(a) includes tools for developing HTML5 pages(b) abstracts out many css3 effects(c) supports direct embedding of audio and video files(d) supports swapping of videos of any lengthThe question was posed to me in an internship interview.Origin of the question is Choosing Editors and IDEs topic in section HTML Fundamentals of HTML |
|
Answer» Right choice is (d) SUPPORTS swapping of videos of any length |
|
| 92. |
Which of the following statements is false?(a) async and defer attributes of script tag execute before the DOMContentLoaded event(b) defer executes each script sequentially(c) async executes each script when it is ready(d) all older browsers supports async attributeThis question was posed to me during an online interview.The query is from Web Browsers in division HTML Fundamentals of HTML |
|
Answer» Correct choice is (d) all OLDER BROWSERS SUPPORTS async attribute |
|
| 93. |
Which element was not removed by HTML5?(a) (b) (c) (d) I have been asked this question in a national level competition.Origin of the question is HTML5 Introduction in section HTML Fundamentals of HTML |
|
Answer» CORRECT answer is (C) Explanation: Although HTML5 adds new elements, it also kicked out some OLD elements like , |
|
| 94. |
Which of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a time element?(a) The value is the element’s datetime value(b) The value is the value of the element’s content attribute, if any, or the empty string if there is no such attribute(c) The value is the value of the element’s value attribute, if it has one, or the empty string otherwise(d) The value is the element’s textContentI have been asked this question in a national level competition.This intriguing question comes from Microdata topic in section HTML Fundamentals of HTML |
|
Answer» The correct OPTION is (a) The VALUE is the element’s datetime value |
|
| 95. |
Which of the following is not semantic element for text in HTML5?(a) (b) (c) (d) The question was posed to me by my college professor while I was bunking the class.This interesting question is from HTML5 Introduction in chapter HTML Fundamentals of HTML |
|
Answer» The CORRECT ANSWER is (d) |
|
| 96. |
The value of the ___________ attribute refers to the time interval in seconds before the refresh is performed.(a) scheme(b) content(c) http-equiv(d) nameThe question was posed to me in an international level competition.My doubt stems from Meta Data in division HTML Fundamentals of HTML |
|
Answer» The correct answer is (b) content |
|
| 97. |
____________ is a resource loader (CSS and JavaScript) that was made to specifically to work side-by-side with Modernizr.(a) HasEvent()(b) Navigator.userAgent(c) Modernizr.load(d) Modernizer.geolocationThis question was addressed to me in an online interview.The above asked question is from Compatibility Libraries topic in chapter HTML Fundamentals of HTML |
|
Answer» RIGHT answer is (C) Modernizr.load To explain I would say: Modernizr.load is optional in your build, but if you are loading polyfills, there’s a good chance it can save you some bandwidth and boost performance a bit. Modernizr.load objects PRINT out on your PAGE in the exact spot they should be, COMING after the Modernizr. |
|
| 98. |
Some users have requested tests for IE’s float double margin bug, and support for position:fixed. Which API is suitable for them?(a) mq() media Plugin API(b) addTest() Plugin API(c) testAllProps() Plugin API(d) none of the mentionedThe question was posed to me in an interview for job.I want to ask this question from Compatibility Libraries in section HTML Fundamentals of HTML |
|
Answer» Right OPTION is (b) addTest() Plugin API |
|
| 99. |
Swapping images in dreamweaver is best if __________(a) The images are the same “Mime” type(b) The images are the same color(c) The images are the same size(d) You use the “Constrain” toolThis question was addressed to me in a job interview.I'm obligated to ask this question of Choosing Editors and IDEs in division HTML Fundamentals of HTML |
|
Answer» Right choice is (c) The images are the same size |
|
| 100. |
Which header field defines meta information?(a) Request-header(b) Response-header(c) General-header(d) Entity-headerThis question was posed to me in unit test.This question is from HTTP Overview topic in division HTML Fundamentals of HTML |
|
Answer» CORRECT choice is (d) Entity-header The best explanation: A HTTP header which does not relate to the content of MESSAGE is a response-header. A request-header is USED to PROVIDE information about request or response. Entity-header field defines meta information about the body. If the body is not PRESENT resource is identified by request. The general syntax for all the header fields is msg-header=field-name “:” [field-value]. General-header field is for both response and request. |
|