1. Question: What is the correct HTML for inserting an image?

    A
    <img alt="MyImage">image.gif</img>

    B
    <img src="image.gif" alt="MyImage" />

    C
    <img href="image.gif" alt="MyImage" />

    D
    <image src="image.gif" alt="MyImage" />

    Note: Not available
    1. Report
  2. Question: What is the correct HTML5 element for playing video files?

    A
    <video>

    B
    <media>

    C
    <movie>

    Note: Not available
    1. Report
  3. Question: What is the correct HTML5 element for playing audio files?

    A
    <mp3>

    B
    <sound>

    C
    <audio>

    Note: Not available
    1. Report
  4. Question: Which of the following is not a media element used in html5?

    A
    <source>

    B
    <audio>

    C
    <track>

    D
    <time>

    Note: Not available
    1. Report
  5. Question: Which element is used to draw graphics images on a web page?

    A
    script

    B
    audio

    C
    embed

    D
    canvas

    Note: Not available
    1. Report
  6. Question: Following code is used for <video width=“320″ height=“240″ controls=“controls”> <source src=“test.mp4″ type=“video/mp4″ /> </video>

    A
    Display audio

    B
    display video

    C
    Display text

    D
    display image

    Note: Not available
    1. Report
  7. Question: SVG graphics do not lose quality when they are resized?

    A
    True

    B
    False

    C
    can’t determine

    D
    None of these

    Note: Not available
    1. Report
  8. Question: How many graphic object types are allowed by SVG?

    A
    2

    B
    5

    C
    3

    D
    7

    Note: SVG allows three types of graphic objects: vector graphics, raster graphics, and text.
    1. Report
  9. Question: In SVG, each drawn shape or figure is considered or remembered as ___

    A
    Class

    B
    Object

    C
    Method

    D
    None

    Note: Not available
    1. Report
  10. Question: In SVG, there is a support for event handlers.

    A
    True

    B
    False

    C
    Can’t determine

    D
    None

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd