1. Question: Which HTML5 element is used to define a navigational block within a page?

    A
    <nav>

    B
    <section>

    C
    <aside>

    D
    <header>

    Note: Not available
    1. Report
  2. Question: Which of the following would give a yellow background to the web page? Note: The code used in the "correct" answer below was deprecated in HTML 4.01! Use styles instead for new code.

    A
    <body backcolor="Yellow">

    B
    <body background="Yellow">

    C
    <Body bgcolor="Yellow">

    D
    <body color="Yellow">

    Note: Not available
    1. Report
  3. Question: Which of the following set of coordinate values refers to an image defined by the area tag with the value of poly for its shape attribute?

    A
    coords="150,217,190,257,150,297,110,257"

    B
    coords="150,190,150,110"

    C
    coords="150,217,190,257,150"

    D
    coords="150,110,190,220,150,150,120"

    Note: Not available
    1. Report
  4. Question: Which of the following is not correct for an action attribute for a form tag?

    A
    The action attribute can be defined at runtime.

    B
    If the value for action is null (action=""), then the form submits user data to itself.

    C
    If the URL is not provided to the action attribute, the form will not submit user data anywhere.

    D
    None

    Note: Not available
    1. Report
  5. Question: Which of the following is/are a valid value for the type attribute of the input tag?

    A
    text

    B
    icon

    C
    reset

    D
    password

    Note: Not available
    1. Report
  6. Question: Which of the following best describe the difference between inline and block-level elements?

    A
    Inline elements occupy the full width, while block-level elements do not.

    B
    Block-level elements stack vertically by default, whereas inline elements do not cause line breaks.

    C
    Inline elements always start on a new line, but block-level elements do not.

    D
    Block-level elements cannot contain inline elements

    Note: Not available
    1. Report
  7. Question: How does a button created by the <button> tag differ from the one created by an <input> tag?

    A
    An input tag button can be a reset button too.

    B
    A button tag button can be a reset button too.

    C
    An input tag button can include images as well.

    D
    A button tag can include images as well.

    Note: Not available
    1. Report
  8. Question: You want to display a table listing out customer names and their contact information. The heading of the table is shown in the figure. What is the code for creating the first line of the table heading? Customer NameContact Fixed LineMobileEmail

    A
    <tr><th>Customer Name</th><th rowspan=3>Contact</th></tr>

    B
    <tr><th>Customer Name</th><th cellspacing=3>Contact</th></tr>

    C
    <tr><th>Customer Name</th><th colspan=3>Contact</th></tr>

    D
    <tr><th>Customer Name</th><th cellpadding=3>Contact</th></tr>

    Note: Not available
    1. Report
  9. Question: In HTML5, which attribute is used to specify the language of the HTML document for internationalization (I18n)?

    A
    lang

    B
    alt

    C
    charset

    D
    xml:lang

    Note: Not available
    1. Report
  10. Question: Within a table cell <td>:

    A
    <p></p> tags cannot be used

    B
    <form></form> tags cannot be used

    C
    <ol></ol> tags cannot be used

    D
    <table></table> tags cannot be used

    E
    All tags could be used

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