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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  14. A.

     Left

    B.

     Right

    C.

     Top

    D.

     All of above

    View Answer

    Workspace

    Discuss Discuss in Forum


  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

    View Answer

    Workspace

    Discuss Discuss in Forum


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

  18. A.

     marquee

    B.

     scroll

    C.

     round

    D.

     go

    View Answer

    Workspace

    Discuss Discuss in Forum