Chaker Nguili
Développeur Full Stack
© 2025 All rights reserved.
HTML, CSS, & JavaScript – Certification Course for Beginners 2
Lessons
- 14. HTML Embedding Videos
- 15. HTML Absolute vs. Relative File Referencing
HTML Code:
<!DOCTYPE html>
<html>
<body>
<video width="100%" autoplay controls>
<source src="ya.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<img src="https://www.theredbadgeproject.com/responsive/wp-content/uploads/2017/02/i-should-buy-a-boat.jpg" alt="Mountain View" style="width:900px;">
</body>
</html>