1. Question: Which is the correct parent tag of <legend> tag?

    A
    fieldset

    B
    form

    C
    frame

    D
    table

    Note: Not available
    1. Report
  2. Question: Which is the correct parent tag of <caption> tag?

    A
    <table>

    B
    <frame>

    C
    <form>

    D
    <object>

    Note: Not available
    1. Report
  3. Question: Which of the following tag has alt attribute?

    A
    <applet>

    B
    <table>

    C
    <a>

    D
    <img>

    Note: Not available
    1. Report
  4. Question: Which element represents and unorder list in HTML?

    A
    <dl>

    B
    <ol>

    C
    <li>

    D
    <ul>

    Note: Not available
    1. Report
  5. Question: Which are the correct code fragment for making the following list?
    1. Apple
    2. Mango
    3. Orange

    A
    <ol type="1"> <li>Apple</li> <li>Mango</li> <li>Orange</li> </ol>

    B
    <ul> <li>1. Apple</li> <li>2. Mango</li> <li>3. Orange</li> </ul>

    C
    <ol> <li>Apple</li> <li>Mango</li> <li>Orange</li> </ol>

    D
    <ol type="number"> <li>Apple</li> <li>Mango</li> <li>Orange</li> </ol>

    Note: Not available
    1. Report
  6. Question: Which is the correct syntex for making a frame set?

    A
    <html>
    <head>
    <title>index</title>
    </head>
    <frameset>
      <frame src="page1.htm" />
      <frame src="page2.htm" />
      <frame src="page3.htm" /> 
    </frameset>
    </html>

    B
    <html>
     <head>
    <title>index</title>
    </head>
    <body>
    <frameset>
       <frame src="page1.htm" />
       <frame src="page2.htm" />
       <frame src="page3.htm" /> 
     </frameset>
    </body>
    </html>

    C
    <html>
    <head>
    <title>index</title>
    </head>
    <body>
    <frameset>
      <frame href="page1.htm" />
      <frame href="page2.htm" />
      <frame href="page3.htm" /> 
    </frameset>
    </body>
    </html>

    D
    <html>
    <body>
    <frameset>
       <frame href="page1.htm" />
       <frame href="page2.htm" />
       <frame href="page3.htm" />
     </frameset>
    </body>
    </html>

    Note: Not available
    1. Report
  7. Question: onBlur, onClick, and onFocus are all ______ handlers.

    A
    elements

    B
    properties

    C
    methods

    D
    events

    Note: Not available
    1. Report
  8. Question: Which of the following tags is used to represent a definition term within a definition list in HTML?

    A
    None

    B
    <dd>

    C
    <dl>

    D
    <dt>

    E
    <dfn>

    Note: Not available
    1. Report
  9. Question: Which of the following is an example of a character entity for a non-breaking space?

    A
     &nbsp;

    B
    &space;

    C
     &ensp;

    D
     &#160;

    Note: Not available
    1. Report
  10. Question: Which is the final version of HTML?

    A
    HTML 4.01 is the last version of HTML

    B
    HTML 1.1 is the last version of HTML

    C
    HTML 2.0 is the last version of HTML

    D
    HTML 5 is the last version of HTML

    Note: Not available
    1. Report
Copyright © 2025. Powered by Intellect Software Ltd