Easy explanation: A self-contained composition in document, application, page or site that is intended to be independently distributable is represented by
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. |
For handling CSS prefixes Chrome uses ___________(a) –ms-(b) –webkit-(c) –moz-(d) –chr-The question was posed to me during an online interview.My doubt stems from Search Engine Optimization & Old Browser vs New Elements in portion Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Right choice is (b) –webkit- |
|
| 2. |
Which element groups related content together?(a) (b) (c) (d) This question was addressed to me in an international level competition.The question is from HTML5 Layout Elements topic in chapter Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The CORRECT choice is (C) |
|
| 3. |
Which property is used to align flex items?(a) align-items(b) justify-content(c) align-content(d) flex-growI got this question in an internship interview.Query is from Styling HTML5 Layout with CSS topic in chapter Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The correct choice is (b) justify-content |
|
| 4. |
Which syntax will cause IE to recognize section element?(a) getElementById(“section”)(b) createElement.document(“section”)(c) document.createElement(“section”)(d) document.createElement(“”)This question was addressed to me by my college director while I was bunking the class.Origin of the question is Search Engine Optimization & Old Browser vs New Elements in portion Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» RIGHT ANSWER is (c) document.createElement(“section”) The BEST explanation: document.createElement(“section”) will cause Internet EXPLORER to recognize section element all of a sudden. There is no any reason behind this working but it works. We do not even NEED to use node that is returned by that function. |
|
| 5. |
Which one of the following is used to identify an anchor link?(a) #(b) #!(c) #?(d) &The question was asked by my college professor while I was bunking the class.This intriguing question comes from Search Engine Optimization & Old Browser vs New Elements topic in portion Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Correct choice is (a) # |
|
| 6. |
Which browser was the first that allows CSS rules to be associated with new HTML5 layout elements?(a) Internet Explorer 9(b) Internet Explorer 7(c) Chrome(d) FirefoxI got this question in exam.My question comes from Search Engine Optimization & Old Browser vs New Elements topic in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Correct answer is (a) Internet Explorer 9 |
|
| 7. |
Which of the following specifies initial length of flex item?(a) flex-flow(b) flex-grow(c) flex-shrink(d) flex-basisI have been asked this question during an online interview.The doubt is from Styling HTML5 Layout with CSS topic in section Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The correct option is (d) flex-basis |
|
| 8. |
Which of the following specifies what happens if content overflow an element’s box?(a) overflow(b) overflow-x(c) overflow-y(d) floatI have been asked this question in semester exam.My question is from Styling HTML5 Layout with CSS in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Correct choice is (a) OVERFLOW |
|
| 9. |
Which tag is used for stopping duplicate content?(a) canonical tag(b) image alt tag(c) nofollow(d) metaI had been asked this question at a job interview.My doubt is from Search Engine Optimization & Old Browser vs New Elements in portion Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» CORRECT choice is (a) canonical tag Explanation: When we have a lot of web PAGES having similar content, this is a good way to STOP duplicate content. This is also IMPORTANT to SYNDICATE the content. |
|
| 10. |
Which of the following can’t be the value of a clear property?(a) left(b) inherit(c) right(d) centerI have been asked this question in quiz.The origin of the question is Styling HTML5 Layout with CSS in portion Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Right choice is (d) center |
|
| 11. |
Which of the following works as a sidebar?(a) (b) (c) (d) I have been asked this question in a job interview.The query is from Styling HTML5 Layout with CSS topic in division Flash Videos, HTML5 Layout & Practical Information of HTML |
| Answer» | |
| 12. |
codecs is used with _______(a) type(b) src(c) auto(d) loopI got this question in class test.Question is from Adding Flash Videos in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» CORRECT option is (a) type Explanation: In MULTIPLE video SOURCES we use CODEC which is used to encode the video. It is supplied within type attribute. |
|
| 13. |
For keeping blog comment spam down we use ___________(a) nofollow(b) meta(c) title(d) headingThe question was posed to me by my college director while I was bunking the class.I'm obligated to ask this question of Search Engine Optimization & Old Browser vs New Elements in chapter Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The CORRECT choice is (a) nofollow |
|
| 14. |
Which of the following overrides container’s align-items property?(a) order(b) align-self(c) align-items(d) flexThis question was addressed to me during an online interview.Enquiry is from Styling HTML5 Layout with CSS topic in chapter Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Right answer is (b) align-self |
|
| 15. |
Which element represents self-contained composition in document?(a) (b) (c) (d) The question was posed to me in class test.My question is taken from HTML5 Layout Elements topic in chapter Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The correct ANSWER is (d) |
|
| 16. |
The search that can’t be targeted by SEO is _______(a) video search(b) image search(c) academic search(d) audio searchThis question was posed to me during an interview.My question is based upon Search Engine Optimization & Old Browser vs New Elements topic in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Right option is (d) audio search |
|
| 17. |
‘Image Alt’ tags is not used for ____________(a) diagrams(b) screenshots(c) decorative images(d) infographicsI had been asked this question during an online interview.My doubt is from Search Engine Optimization & Old Browser vs New Elements topic in chapter Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The correct answer is (c) DECORATIVE IMAGES |
|
| 18. |
Which of the following does not use a crawler to find pages for the search result?(a) Bing(b) Backrub(c) Yahoo(d) GoogleThis question was posed to me at a job interview.My doubt is from Search Engine Optimization & Old Browser vs New Elements topic in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Correct answer is (b) Backrub |
|
| 19. |
Which element is used for grouping together related elements?(a) (b) (c) (d) The question was posed to me during an interview.My doubt stems from HTML5 Layout Elements topic in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The CORRECT option is (a) The best EXPLANATION: For GROUPING TOGETHER related ELEMENTS we use element. Anything that lies outside of |
|
| 20. |
Header element does not contain ___________(a) logo(b) (c) heading elements(d) authorship informationThis question was posed to me in an interview.My question is from HTML5 Layout Elements topic in portion Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Correct option is (B) To explain I WOULD say: |
|
| 21. |
Which of the following can’t be the value of float property?(a) left(b) right(c) center(d) inheritI got this question in an online quiz.This question is from Styling HTML5 Layout with CSS topic in chapter Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Correct choice is (c) center |
|
| 22. |
Which one of the following contains information about the author?(a) (b) (c) (d) This question was posed to me during a job interview.My doubt stems from HTML5 Layout Elements topic in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Right answer is (a) |
|
| 23. |
Dirty Markup will not validate ___________(a) CSS(b) JavaScript(c) PHP(d) HTMLI got this question in a national level competition.My query is from Search Engine Optimization & Old Browser vs New Elements topic in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Right choice is (c) PHP |
|
| 24. |
Which one of the following will add prefix automatically?(a) Gulp(b) PostCSS(c) Selectivizr(d) MooToolsI had been asked this question in a national level competition.My question comes from Search Engine Optimization & Old Browser vs New Elements topic in section Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The correct option is (b) PostCSS |
|
| 25. |
Which is the best format to use in Firefox?(a) .MP4(b) .FLV(c) .OGG(d) .SWFI have been asked this question in my homework.Enquiry is from Adding Flash Videos topic in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The CORRECT choice is (c) .OGG |
|
| 26. |
Which element contains major navigational block?(a) (b) (c) (d) This question was posed to me during an internship interview.This interesting question is from HTML5 Layout Elements in section Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Correct option is (a) |
|
| 27. |
Full screen support will not work in ____________(a) Safari(b) Firefox(c) Internet Explorer(d) OperaThis question was addressed to me in class test.This interesting question is from Adding Flash Videos in portion Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Correct option is (a) Safari |
|
| 28. |
Which element is used for or styling HTML5 layout?(a) PHP(b) JavaScript(c) CSS(d) jQueryThis question was addressed to me in an interview for internship.Question is from Search Engine Optimization & Old Browser vs New Elements in chapter Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The CORRECT ANSWER is (c) CSS |
|
| 29. |
For grouping together one or more to element what element is used?(a) (b) (c) (d) This question was addressed to me in homework.Question is from HTML5 Layout Elements in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Right ANSWER is (B) |
|
| 30. |
What can’t be the value of a quality attribute?(a) autolow(b) low(c) high(d) automediumThis question was addressed to me in semester exam.My query is from Adding Flash Videos topic in section Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» CORRECT answer is (d) automedium Explanation: The quality parameter can have values including “low”, “MEDIUM”, “best”, “HIGH”, “autohigh”, “autolow”. When it is set to “low” videopalyer will FAVOR playback speed of video clip and anti aliasing will not be used. |
|
| 31. |
Which of the following was not previous layout mode?(a) Block(b) Flexbox layout(c) Inline(d) PositionedThis question was addressed to me during a job interview.Question is from Styling HTML5 Layout with CSS topic in portion Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Right option is (B) Flexbox layout |
|
| 32. |
Which of the following element is used as a container for content?(a) (b) (c) (d) This question was addressed to me in quiz.My question is based upon HTML5 Layout Elements in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Correct option is (a) |
|
| 33. |
Which property defines in which direction the container wants to stack flex items?(a) flex-flow(b) flex-wrap(c) flex-direction(d) align-contentThe question was posed to me in exam.My question comes from Styling HTML5 Layout with CSS in chapter Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The correct choice is (c) flex-direction |
|
| 34. |
Which one of the following is not the online video format available?(a) Ogg Theora(b) VHS(c) WebM(d) H264I had been asked this question by my college professor while I was bunking the class.I would like to ask this question from Adding Flash Videos topic in portion Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Right option is (b) VHS |
|
| 35. |
WebM format is not supported by _______(a) Opera(b) Android(c) Safari(d) FirefoxThis question was addressed to me in an interview for internship.My question is taken from Adding Flash Videos topic in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Right answer is (c) SAFARI |
|
| 36. |
For exporting movie into SWF format which element is used?(a) (b) (c) (d) I had been asked this question in semester exam.This is a very interesting question from Adding Flash Videos topic in chapter Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Right answer is (a) |
|
| 37. |
Which plugin is used to view Flash?(a) Firebug(b) Flash Player(c) Widget(d) ZoteroI got this question in examination.This intriguing question originated from Adding Flash Videos in chapter Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» RIGHT option is (b) Flash Player To EXPLAIN I would SAY: For viewing Flash the browser needs to use a plugin. A plugin is an extra piece of SOFTWARE that can be run in a browser. Here the plugin which is used is Flash Player. It is very common that 98% of the BROWSERS have already Flash plugin installed inside. |
|
| 38. |
Which attribute allows to show an image while downloading a video?(a) controls(b) poster(c) preload(d) noneThis question was posed to me at a job interview.My question is from Adding Flash Videos in portion Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Right ANSWER is (b) poster |
|
| 39. |
Which one of the following does not support flash?(a) iPhone(b) android(c) windows(d) linuxI have been asked this question in an online quiz.My question is based upon Adding Flash Videos in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The correct answer is (a) IPHONE |
|
| 40. |
Which one of the following is not used inside the tag in Flash videos?(a) replace(b) location(c) version(d) idThe question was asked at a job interview.The query is from Adding Flash Videos topic in portion Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Correct answer is (d) id |
|
| 41. |
which extension flash file is to be saved?(a) .fla(b) .swf(c) .jpg(d) .gifThe question was posed to me by my college professor while I was bunking the class.My question is based upon Adding Flash Videos topic in chapter Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Right choice is (a) .fla |
|
| 42. |
Which one of the following site will provide FLV player?(a) www.longtailvideo.com(b) www.fotolia.com(c) www.sxc.com(d) www.pixlr.comI had been asked this question in a job interview.My query is from Adding Flash Videos in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The correct option is (a) www.longtailvideo.com |
|
| 43. |
For playing Flash Video you need to convert video into the ___________ format.(a) FLV(b) BlueRay(c) WebM(d) MPEGThe question was asked in an internship interview.My doubt is from Adding Flash Videos topic in division Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» Right answer is (a) FLV |
|
| 44. |
Which one of the following is used for adding Flash in the web page?(a) CSS(b) jQuery(c) PHP(d) JavaScriptI have been asked this question in semester exam.The question is from Adding Flash Videos in section Flash Videos, HTML5 Layout & Practical Information of HTML |
|
Answer» The correct CHOICE is (d) JavaScript |
|
© Copyright 2025 InterviewSolution. All rights reserved.