Home / CSE / HTML- CS :: Basic HTML

CSE :: HTML- CS

  1. Which tag is used to insert images into your web page ?

  2. A.

     img

    B.

     scr

    C.

     im

    D.

     None of the above


  3. Which of the following will NOT be found in the <head> section ?
    1. <Table> 2. <Metatags> 3.<Title>

  4. A.

     Option 1

    B.

     Option 2

    C.

     Option 3

    D.

     None of the above


  5. If you create an HTML page in word processor.

  6. A.

     Save it with binary file

    B.

     Save it with WMF file

    C.

     Save it with ASCII text file

    D.

     All of the above


  7. The <HR> tag is used for

  8. A.

     Horizontal ruler

    B.

     New line text

    C.

     New pargraph

    D.

     Vertical ruler


  9. What will be the added by using <td> and </td> tag ?

  10. A.

     rows

    B.

     steps

    C.

     cell

    D.

     columns


  11. Imagelink can show a text label if you add property.

  12. A.

     alt

    B.

     str

    C.

     alternative

    D.

     All of the above


  13. Which format usually works best for photos?

  14. A.

     HTML

    B.

     GIF

    C.

     JPG

    D.

     All of the above


  15. Which property tells how many rows a cell should span ?

  16. A.

     colspan=n

    B.

     rowspan=n

    C.

     Both A and B

    D.

     None of the above


  17. Which tag is used to add columns to tables ?
    1. <td>
    2. <tr>
    3. <th>
    4. <colspan>

  18. A.

     Option 1

    B.

     Option 2

    C.

     Option 3

    D.

     Option 4


  19. How can you open a link in a new browser window ?
    1. <a href="url" target="_blank"> 2. <a href="url" target="new"> 3. <a href="url" blank>

  20. A.

     Option 1

    B.

     Option 2

    C.

     Option 3

    D.

     None of the above