Amazon

Saturday, July 14, 2018

HTML

HTML


  1. To create Image as link which of the following tag is used.

  2. < ahref= file. html>image. jpg
    < ahref= file. html>image.jpg< image src= Image. jpg>
    < ahref= file. html>image.jpg< img src= Image. jpg>
    < ahref= file. html>image.jpg< img source=Image. jpg>

  3. Which target will cause the link to be loaded always in a new blank window.

  4. _parent
    _blank
    _self
    _top

  5. Which URL will open a link in a new browser?

  6. < ahref="URL"target="_bold" >
    < ahref="URL" target="_new" >
    < ahref="URL"target="_parent" >
    < ahref ="URL"target="_top" >

  7. Frame can be interlinked using

  8. name and src
    name and target
    src and target
    src and link

  9. Which target will cause the link to be loaded always in a the same window.

  10. _parent
    _blank
    _self
    _top

  11. Which tag specifies how the screen is divided into frame?

  12. HTML
    document
    frame
    Frameset

  13. < frameset cols="*,*">divided screen into

  14. 64%,40%
    70%,30%
    50%,50%
    25%,75%

  15. Which tag is used to create objects like checkbox,textbox etc on HTML form

  16. < head >
    < input >
    < insert >
    None of the above

  17. Which tag is used with

  18. < submit >
    < input >
    < select >
    None of the above

  19. To insert sound file with control on webpage which tag is used?

  20. < bgsound >
    < iframe >
    < embed >
    < meta >


[1] [2] [3] [4] [5] [6] [7] [8] [9]

No comments:

Post a Comment