Amazon

Friday, July 13, 2018

HTML



  1. Which tag is followed by the < FRAMESET > tag?

  2. < body>
    < head>
    < frame>
    < html>

  3. Which tag is used to divide web page vertically?

  4. < frame cols="50%,50%,*">
    < frame rows="50%,50%,*">
    < frame cols="50%,50%">
    < frame cols="50%,50%">

  5. By using frames which imaginary sections area created in browser window?

  6. horizontally
    vertically
    separator
    both a and b

  7. Which are used to create imaginary sections of browser screen?

  8. Form
    Frame
    Input
    Select

  9. Which attributes specifies unique name to floating frame?

  10. name
    src
    norsize
    scrolling

  11. Which attribute gives the URL of a description of the frame?

  12. href
    src
    longdesc
    desc

  13. Which attribute controls the horizontal scrollbar of the frame?

  14. scroll
    noresize
    scrolling
    name

  15. Which attribute of frame does not allows user to change the size of frame?

  16. scrolling
    name
    noresize
    changesize

  17. Which attribute specifies the amount of white space to be left at the top & bottom of frame?

  18. height
    width
    marginheight
    marginwidth

  19. Which tag is used to create a floating frame on webpage?

  20. < frame>
    < iframe>
    < frameset>
    < fframe>


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

No comments:

Post a Comment