1. Question: Which of the following statements is correct for a blockquote?

    A
    It make the text a bit bigger for emphasizing.

    B
    It defines the start of a long quote.

    C
    It makes the text slightly bolder.

    Note: Not available
    1. Report
  2. Question: Which of the following is incorrect about the relation between HTML and XHTML?

    A
    XHTML is a stricter and cleaner version of HTML.

    B
    XHTML is almost identical to HTML 4.01.

    C
    XHTML and HTML both are used to generate dynamic content.

    D
    XHTML brings together the elements of HTML and the syntax of XML.

    Note: Not available
    1. Report
  3. Question: Choose the incorrect statement(s):

    A
    An HTML attribute is additional information included inside a tag.

    B
    HTML is case sensitive.

    C
    All the HTML4.01 tags must be paired.

    D
    Your browser may appear to correctly use newly deprecated code for the present, but its support for deprecated code could be halted at any time after the browser is updated.

    Note: Not available
    1. Report
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
Copyright © 2024. Powered by Intellect Software Ltd