Home / CSE / HTML- CS :: HTML Fonts, Tags and Elements

CSE :: HTML- CS

  1. What is the correct HTML code for inserting an image ?
    1. <img>image.gif</img>
    2. <img href=”image.gif/>
    3. <img src=”image.gif”>

  2. A.

     Option 1

    B.

     Option 2

    C.

     Option 3

    D.

     None of the above


  3. Which one is the correct e-mail link ?
    1. <a href=”mailto:examveda@gmail.com”>
    2. <mail>examveda@gmail</mail>
    3. <a href=”examveda@gmail”>
    4. <href=”examveda@gmail”>

  4. A.

     Option 1

    B.

     Option 2

    C.

     Option 3

    D.

     Option 4


  5. What is the correct HTML tag for inserting a linebreak ?
    1. <break>
    2. <lb>
    3. <pre>
    4. <br>

  6. A.

     Option 1

    B.

     Option 2

    C.

     Option 3

    D.

     Option 4


  7. To start a list at the count of 3, use
    1. <ol begin="3">
    2. <ol list="3">
    3. <ol start="3">
    4. <ol num="3">

  8. A.

     Option 1

    B.

     OPtion 2

    C.

     Option 3

    D.

     Option 4


  9. To creat a list using lowercase letters, use
    1. <ol "a">
    2. <ol="a">
    3. <ol letter="a">
    4. <ol type="a">

  10. A.

     Option 1

    B.

     Option 2

    C.

     Option 3

    D.

     Option 4


  11. The tag for title text for rows and columns is
    1. <TD>
    2. <TR>
    3. <TH>

  12. A.

     Option 1

    B.

     Option 2

    C.

     Option 3

    D.

     None of the above


  13. Which of the following is not a valid alignment attribute?

  14. A.

     Left

    B.

     Right

    C.

     Top

    D.

     All of above


  15. Which attribute you’ll use with TD tag to merge two cells horizontally?

  16. A.

     merge=colspan2

    B.

     rowspan=2

    C.

     colspan=2

    D.

     merge=row2


  17. Which HTML Tag will use to scroll a text in web page?

  18. A.

     marquee

    B.

     scroll

    C.

     round

    D.

     go