1. 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
  2. Question: Which of the following would give a yellow background to the web page? Note: The code used in the "correct" answer below was deprecated in HTML 4.01! Use styles instead for new code.

    A
    <body backcolor="Yellow">

    B
    <body background="Yellow">

    C
    <Body bgcolor="Yellow">

    D
    <body color="Yellow">

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

    Note: Not available
    1. Report
  5. 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
  6. Question: You are designing a website for one of your clients. You have to use an applet named cal.class to show a scrollable calendar. Which of the following is the recommended way of calling it if you are using HTML 4.01?

    A
    <applet code="cal" width="180" height="180"></applet>

    B
    <img src="cal"></img>

    C
    <object classid="APPID" id="cal" width="180" height="180"></object>

    D
    <sub id="cal"></sub>

    Note: Not available
    1. Report
  7. 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
  8. Question: You want to display a table listing out customer names and their contact information. The heading of the table is shown in the figure. What is the code for creating the first line of the table heading? Customer NameContact Fixed LineMobileEmail

    A
    <tr><th>Customer Name</th><th rowspan=3>Contact</th></tr>

    B
    <tr><th>Customer Name</th><th cellspacing=3>Contact</th></tr>

    C
    <tr><th>Customer Name</th><th colspan=3>Contact</th></tr>

    D
    <tr><th>Customer Name</th><th cellpadding=3>Contact</th></tr>

    Note: Not available
    1. Report
  9. Question: What is meant by cellpadding?

    A
    It makes the cell span more than one column.

    B
    It specifies the space between the cell wall and the contents of the cell.

    C
    It specifies the space between two cells.

    D
    It makes the cell span more than one row.

    Note: Not available
    1. Report
  10. Question: Within a table cell <td>:

    A
    <p></p> tags cannot be used

    B
    <form></form> tags cannot be used

    C
    <ol></ol> tags cannot be used

    D
    <table></table> tags cannot be used

    E
    All tags could be used

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