20th Sep 2025, 1:36 PM
Coder Development
Coder Development - avatar
6 Answers
21st Sep 2025, 10:45 AM
Fatima
Fatima - avatar
+ 1
If you want to add images and videos then just type this : <Image id="--" Src="---" </Image> And for video is same as it is like above format.
22nd Sep 2025, 9:05 AM
Ashutosh
+ 1
To add both image and audio in your HTML, you can use the <img> tag for the image and the <audio> tag for the audio (you already used it correctly). <!DOCTYPE html> <html> <head> <title>Assassin’s Creed Rogue</title> </head> <body> <div> <h1>Assassin’s Creed Rogue</h1> <!-- Game cover image --> <img src="https://upload.wikimedia.org/wikipedia/en/2/2e/Assassin%27s_Creed_Rogue_cover.jpg" alt="Assassin’s Creed Rogue Cover" width="300"> <!-- Audio player --> <audio controls> <source src="https://nu.vgmsite.com/soundtracks/assassins-creed-rogue-soundtrack-2014/wcywmugdwt/01.%20Assassin%27s%20Creed%20Rogue%20Main%20Theme.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> </div> </body> </html>
22nd Sep 2025, 11:32 AM
SITHU NYEIN
SITHU NYEIN - avatar
0
(this Is me) look the code, done
20th Sep 2025, 1:38 PM
Coder Development
Coder Development - avatar
0
Shay Patrick Cormac I really found this helpful.
20th Sep 2025, 3:12 PM
Fatima
Fatima - avatar
0
How can I add image and video in html
21st Sep 2025, 3:11 AM
Keshav