Home / CSE / HTML- CS :: HTML5

CSE :: HTML- CS

  1. The __________ element must reference either an ‘altGlyphDef’ element or a ‘glyph’ element.

  2. A.

     href

    B.

     src

    C.

     animate

    D.

     altGlyph


  3. The ___________ element must reference a ‘linearGradient’ or ‘radialGradient’ element.

  4. A.

     script

    B.

     radialGradient

    C.

     animateTransform

    D.

     clip-Path


  5. SVG also stands for Scalar Vector Graphics

  6. A.

     True

    B.

     False


  7. Which property of SVG restricts the region to which paint can be applied?

  8. A.

     animateTransform

    B.

     clip-Path

    C.

     linearGradient

    D.

     radialGradient


  9. Which SVG element produces the same effect as if the nodes were deeply cloned into a non-exposed DOM?

  10. A.

     tref

    B.

     use

    C.

     stroke

    D.

     bin


  11. What is the replacement for cookies in HTML5?

  12. A.

     Web beacons

    B.

     Java scripts

    C.

     Local Storage

    D.

     All the above


  13. A semantic element clearly describes its meaning to

  14. A.

     Browser

    B.

     Developer

    C.

     Both A & B

    D.

     None of the above


  15. Which is not suited for game applications?

  16. A.

     Canvas

    B.

     Svg

    C.

     Both A & B

    D.

     None of the above


  17. HTML5 features, include native audio and video support without the need for.

  18. A.

     Flash

    B.

     Canvas

    C.

     Svg

    D.

     None of the above


  19. Which attribute specifies that the video will be loaded at page load, and ready to run. Ignored if autoplay is present.

  20. A.

     loop

    B.

     src

    C.

     preload

    D.

     poster