1. 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
  2. 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
  3. 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
  4. Question: Which of the following attributes is/are related to the <img> tag?

    A
    height

    B
    alt

    C
    src

    D
    All

    Note: Not available
    1. Report
  5. Question: The following link is placed on an HTML webpage. <a href=”http://msdn.com/” target=”_blank”> MSDN </a> What do you infer from it?

    A
    It will open the site msdn.com in the same window.

    B
    It will open the site msdn.com in a new window.

    C
    It will open the site msdn.com in a frame below.

    D
    It will not be clickable as it is not formed correctly

    Note: Not available
    1. Report
  6. Question: Is the following code valid in HTML 4.01 Strict? <ul><li><ol><li>A</li><li>B</li><ul><li>Item1</li><li>Item 2</li></ul><li>C</li></ol></li></ul>

    A
    Perfectly valid.

    B
    Invalid because you should not have three levels of nesting in the lists.

    C
    Invalid because you should not have an unordered list within an ordered list.

    D
    Invalid because a <ul> tag should not conflict with an <ol> tag at the same list level.

    Note: Not available
    1. Report
  7. Question: Which of the following values for the scrolling attribute for the frame tag is not valid?

    A
    yes

    B
    default

    C
    auto

    D
    no

    Note: Not available
    1. Report
  8. Question: Which of the following is/are not correct for a <meta> tag in HTML 4.01?

    A
    It is more useful if it is placed in a head element.

    B
    It can be used to specify the keywords for the search engines.

    C
    It can be used to redirect users to other URLs.

    D
    It is mandatory to specify its name or scheme attributes.

    Note: Not available
    1. Report
  9. Question: The tag that is used to pass the parameters to an applet is:

    A
    appletpar

    B
    applet

    C
    param

    D
    val

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

    A
    name

    B
    size

    C
    multiple

    D
    All

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