1. 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
  2. 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
  3. 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
  4. 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
  5. Question: What is meant by the cellspacing attribute?

    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
  6. Question: Which of the following attributes comes in handy when borders have to be put between groups of columns instead of every column?

    A
    col

    B
    colgroup

    C
    rowspan

    D
    row

    Note: Not available
    1. Report
  7. Question: A few lines in an HTML paragraph are to be formatted differently from the rest of the lines. Which tag will assist in this?

    A
    div

    B
    p

    C
    span

    D
    format

    Note: Not available
    1. Report
  8. Question: How will you specify a comment in an HTML document?

    A
    <!!- Here is a comment... -!>

    B
    <-Here is a comment.. ->

    C
    <!-- Here is a comment.. -->

    D
    <! Here is a comment... -!>

    Note: Not available
    1. Report
  9. Question: Which of the following is correct regarding the frame attribute in the <table> tag?

    A
    It is used to add a frame to the table.

    B
    A hsides value for the frame attribute will show the border lines for horizontal sides only.

    C
    A hsides value for the frame attribute will not show the border lines for horizontal sides only.

    D
    A hsides value for the frame attribute will add a scrollable frame on the horizontal sides.

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