Home » HTML » HTML Attributes » Question
  1. Which of the following is used for plug-in content?
    1. <source>
    2. <meter>
    3. <progress>
    4. <embed>
    5. None of these
Correct Option: D

<embed> tag is new in HTML5 which also helps in validation of HTML5 page. It has attributes like height, src, type and width. HTML4 does not support this tag. Multiple media sources for video , audio and pictures are provided by <source> tag. <meter> tag gives a scalar measurement within a particular range. Progress of a task is shown by <progress> element.



Your comments will be displayed only after manual approval.