1. Question: The following link is placed on an HTML webpage.rn<a href="http://msdn.com/" target="_blank"> MSDN </a>rnWhat 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
  2. 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
  3. 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
  4. 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
  5. Question: Which of the following attributes is/are valid for a select tag contained within a form tag?

    A
    name

    B
    size

    C
    multiple

    D
    All of the above

    Note: Not available
    1. Report
  6. Question: For the following items of a <select> list: <option value="89">Item 1</option> <option value="90">Item 2</option> Which of the following values would be passed on by clicking the submit button on selecting Item 2 from the list?

    A
    89

    B
    90

    C
    Item 1

    D
    Item 2

    Note: Not available
    1. Report
  7. Question: You have to add a list of products in a drop-down list. What will you use to group the identical products under a category name?

    A
    optgroup

    B
    option

    C
    menu

    D
    var

    E
    There is no way to do this

    Note: Not available
    1. Report
  8. Question: Which of the following shows the basic tag structure of an HTML document?

    A
    <html><head><body></body></html>

    B
    <html><body></body></html>

    C
    <html><head></head><body></body></html>

    D
    <html><head></head></html>

    Note: Not available
    1. Report
  9. Question: You want to provide a form field to the users for writing lengthy comments on the quality of the services provided by you. Which of the following tags will you use?

    A
    <textarea rows="8" cols="20"> Your Comments.... </textarea>

    B
    <textarea row="8" col="20"> Your Comments.... </textarea>

    C
    <textarea rowcount="8" colcount="20"> Your Comments.... </textarea>

    D
    <input type="text" maxlength="100"/>

    Note: Not available
    1. Report
  10. 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
Copyright © 2025. Powered by Intellect Software Ltd