1. Question: Which of the following is not a valid input type of the form tag?

    A
    checkbox

    B
    image

    C
    hidden

    D
    button

    E
    All are valid

    Note: Not available
    1. Report
  2. Question: It is not necessary to give the coordinates for an image or object defined within an area tag, if the value of its shape attribute is:

    A
    circle

    B
    poly

    C
    default

    D
    rect

    Note: Not available
    1. Report
  3. 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
  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 of the above

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

    A
    left

    B
    right

    C
    center

    D
    offset

    Note: Not available
    1. Report
  6. Question: What do you infer from the following code? <a href = "http://www.expertrating.com"> Expert Rating

    A
    This href is using absolute path for linking.

    B
    This href is an example of relative path linking.

    Note: Not available
    1. Report
  7. Question: Which of the following is/are not true for a paragraph tag in HTML 4.01?

    A
    The text must be enclosed in <p> and </p> tags.

    B
    It creates an empty line above its starting line.

    C
    It cannot be used within a <td> tag.

    D
    It creates an empty line after its ending line.

    Note: Not available
    1. Report
  8. Question: A piece of text contains many blank spaces within it. Which of the following tags would be suitable to display the text as it was originally formatted?

    A
    td

    B
    p

    C
    ls

    D
    pre

    Note: Not available
    1. Report
  9. Question: You are creating several web pages for a website that contain several rather large data tables, many of which are somewhat similar in the number of columns, rows, and in other common table formatting. In addition, CSS will be employed for formatting the tables. Which one of the following types of CSS has the highest priority over the others and typically requires the greatest total amount of code space for the entire website for formatting the various <td> table cells?

    A
    External style sheet

    B
    Inline style

    C
    Internal style sheet

    D
    Browser default

    Note: Not available
    1. Report
  10. Question: Which of the following attributes is/are related to the <img> tag?

    A
    height

    B
    alt

    C
    src

    D
    All of the above

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