Advertisements
Advertisements
Question
Which are the ways to add a video file in a web page?
Options
Linking via <A>
Embedding via <EMBED>
Embedding via <VIDEO>
All of these
MCQ
Advertisements
Solution
All of these
Explanation:
A video file can be added to a web page in multiple ways:
- Linking via <A> = Provides a clickable link to the video file.
- Embedding via <EMBED> = Embeds the video directly into the page (older method).
- Embedding via <VIDEO> = The modern HTML5 method for displaying and controlling video playback within a web page.
shaalaa.com
Is there an error in this question or solution?
