Test Series - html

Test Number 62/72

Q: Which element is used to enclose inline text?
A. 
B. 
C. 
D. 
Solution: Inline are used to define the meaning or style of text.  is HTML Sample Element. It is used to enclose inline text which represents sample output from a computer program. Its content is typically rendered using browser’s default mono spaced font.  makes text size small in appearance.  element specifies things which are no longer right.  is a Ruby Text Container.
Q: Which of the following is a generic inline container for phrasing content?
A. 
B. 
C. 
D. 
Solution:  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.
Q: Which of the following element is known as Teletype Text element?
A. 
B. 
C. 
D. 
Solution: 
Q: Variable element is ________
A. 
B. 
C. 
D. 
Solution:  element for superscript. element describes a word break opportunity. 
Q: Which element represents word break opportunity?
A. 
B. 
C. 
D. 
Solution:  is known as HTML Variable element.  element represents word break opportunity. A position within text where browser may optionally break a line. This element only includes global attributes. It is supported by most of the browsers.  element is superscript.  is a Ruby Text Container.
Q: Which of the following is known as child of media elements?
A. 
B. 
C. 
D. 
Solution:  element defines region on image.  element is used to insert image in document.  element is used as a child of media elements 
Q: Which element embeds a Java applet into the document?
A. 
B. 
C. </span></div> <div class='b7 panel-body'>D.&emsp;<span><object> </span></div> <div class='desp panel-body' id='d7' style='background-color:#ffffb3;padding-top:20px;'><pre style='background-color:#ffffb3;padding-left: 0px;line-height:22px;'><b>Solution:</b> <applet> 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. <embed> element embeds external content in document. <noembed> is fallback content for browsers. <object> element describes an external resource.</pre></div> <input type='hidden' class='r7 panel-body' value='<applet>'> </div><div style='max-width:800px;margin-left:auto;margin-right:auto;margin-top:40px;padding:5px;box-shadow: 0px 6px 8px #888888;background:white;padding:0px;border-radius: 10px;'><div class='p panel-heading' style='background-color:aliceblue;font-size:15;word-wrap:break-word;'><pre style='padding-left: 0px;background-color:aliceblue;line-height:22px;'><b>Q:</b> Which element defines parameters for <object> element?</pre></div> <div class='b8 panel-body'>A.&emsp;<span><noembed></span></div> <div class='b8 panel-body'>B.&emsp;<span><param></span></div> <div class='b8 panel-body'>C.&emsp;<span><source></span></div> <div class='b8 panel-body'>D.&emsp;<span><embed></span></div> <div class='desp panel-body' id='d8' style='background-color:#ffffb3;padding-top:20px;'><pre style='background-color:#ffffb3;padding-left: 0px;line-height:22px;'><b>Solution:</b> <noembed> is fallback content for browsers. <object> element describes an external resource. <embed> element embeds external content in document. <param> element defines parameters for <object> element. The element includes global attributes. This element is supported by all the browsers. <source> element specifies multimedia resources for pictures, audio etc.</pre></div> <input type='hidden' class='r8 panel-body' value='<param>'> </div><script async src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2326555401499436' crossorigin='anonymous'></script> <!-- rightleft --> <ins class='adsbygoogle' style='display:block' data-ad-client='ca-pub-2326555401499436' data-ad-slot='2048140033' data-ad-format='auto' data-full-width-responsive='true'></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><div style='max-width:800px;margin-left:auto;margin-right:auto;margin-top:40px;padding:5px;box-shadow: 0px 6px 8px #888888;background:white;padding:0px;border-radius: 10px;'><div class='p panel-heading' style='background-color:aliceblue;font-size:15;word-wrap:break-word;'><pre style='padding-left: 0px;background-color:aliceblue;line-height:22px;'><b>Q:</b> Which element represents an external resource?</pre></div> <div class='b9 panel-body'>A.&emsp;<span><object></span></div> <div class='b9 panel-body'>B.&emsp;<span><source></span></div> <div class='b9 panel-body'>C.&emsp;<span><param></span></div> <div class='b9 panel-body'>D.&emsp;<span><picture></span></div> <div class='desp panel-body' id='d9' style='background-color:#ffffb3;padding-top:20px;'><pre style='background-color:#ffffb3;padding-left: 0px;line-height:22px;'><b>Solution:</b> An external resource is represented by <object> element that can be treated as image, nested browsing context or a resource to be handled by plugin. It includes various attributes like archive, border, classid, codebase, codetype etc. <source> element specifies multimedia resources for pictures, audio etc. <param> element defines parameters for <object> element. An element <picture> contains <source> element and <image>.</pre></div> <input type='hidden' class='r9 panel-body' value='<object>'> </div><div style='max-width:800px;margin-left:auto;margin-right:auto;margin-top:40px;padding:5px;box-shadow: 0px 6px 8px #888888;background:white;padding:0px;border-radius: 10px;'><div class='p panel-heading' style='background-color:aliceblue;font-size:15;word-wrap:break-word;'><pre style='padding-left: 0px;background-color:aliceblue;line-height:22px;'><b>Q:</b> Which element specifies multiple media resources?</pre></div> <div class='b10 panel-body'>A.&emsp;<span><param></span></div> <div class='b10 panel-body'>B.&emsp;<span><source></span></div> <div class='b10 panel-body'>C.&emsp;<span><object></span></div> <div class='b10 panel-body'>D.&emsp;<span><picture></span></div> <div class='desp panel-body' id='d10' style='background-color:#ffffb3;padding-top:20px;'><pre style='background-color:#ffffb3;padding-left: 0px;line-height:22px;'><b>Solution:</b> <param> element defines parameters for <object> element. An element <picture> contains <source> element and <image>. <source> element in HTML specifies multiple media resource for <audio>, <video> and <picture> element. It is an empty element and is commonly used to serve same media content in multiple formats supported by different browsers. An external resource is represented by <object> element that can be treated as image, nested browsing context or a resource to be handled by plugin.</pre></div> <input type='hidden' class='r10 panel-body' value='<source>'> </div> <br> <table style="margin-left:auto;margin-right:auto;color:Black;font-weight:bold "><tr><td>You Have Score &nbsp&nbsp </td><td id="t1"></td><p></p><td>/10</td></td></tr></table> <br> <div style="text-align:center"> <a href='exam4.php?tno=61&type=html'> <button style='float:left;color:Black;font-weight:bold;background-color:#008a9a;color:white;padding:16px;padding-top:10px;padding-bottom:10px;border-radius:10px'>Previous Test</button> </a><a href='exam4.php?tno=63&type=html'> <button style='float:right;color:Black;font-weight:bold;background-color:#008a9a;color:white;padding:16px;padding-top:10px;padding-bottom:10px;border-radius:10px'>Next Test</button> </a><a href='interviewhome.php'> <button style='color:Black;font-weight:bold;background-color:#008a9a;color:white;padding:16px;padding-top:10px;padding-bottom:10px;border-radius:10px'>Back to Home</button> </a> </div> <script> //to disable right click... also added on body tag $(document).ready(function () { $('body').bind('cut copy', function (e) { e.preventDefault(); }); }); </script> </body> </html>