Home » HTML » HTML Media » Question
  1. For exporting movie into SWF format which element is used?
    1. <video>
    2. <dd>
    3. <object>
    4. <datalist>
    5. None of these
Correct Option: C

We use <object> and <embed> elements for exporting movie into SWF format. A code is created by flash that can be used to embed Flash movie into the page. Traditionally these elements were used but now JavaScript has taken their place.



Your comments will be displayed only after manual approval.