1. Question: What is the correct HTML for making a check box?

    A
    <check>

    B
    <input type="checkbox" />

    C
    <checkbox>

    D
    <input type="check" />

    Note: Not available
    1. Report
  2. Question: What is the correct HTML for making a text input field?

    A
    <textfield>

    B
    <textinput type="text" />

    C
    <input type="text" />

    D
    <input type="textfield" />

    Note: Not available
    1. Report
  3. Question: What is the correct HTML for making a drop-down list?

    A
    <input type="list" />

    B
    <list>

    C
    <input type="dropdown" />

    D
    <select>

    Note: Not available
    1. Report
  4. Question: What is the correct HTML for making a text area?

    A
    <input type="textbox" />

    B
    <input type="textarea" />

    C
    <textarea>

    Note: Not available
    1. Report
  5. Question: Which of the following attribute is valid for a select tag contained within a form tag?

    A
    name

    B
    size

    C
    multiple

    D
    All

    Note: Not available
    1. Report
  6. Question: Which of the following tags can be used in place of a button tag?

    A
    legend

    B
    ol

    C
    input

    D
    dl

    Note: Not available
    1. Report
  7. 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
  8. 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
  9. 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
  10. Question: Which event is fired when an element loses its focus on a form?

    A
    onfocus

    B
    onload

    C
    onblur

    D
    onselect

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