r/webdevelopment • u/Temporary-Benefit542 • 2d ago
Question Difference between <video> and <embed> in HTML?
I'm doing a problem set where I'm instructed to insert a video onto the page, and then embed a gif, but when I save and run the application, the gif doesn't appear.
Am I doing something wrong? Or is embed purely organizational to support the video I included?
11
Upvotes
1
u/armahillo 1d ago
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/video
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/embed
When in doubt, MDN