Write the HTML code to insert anyone image and one video.
Answers
Answered by
1
Answer:
For inserting image
using img tag,
<img src="/html/images/test.png" alt="Simply Easy Learning" width="200" height="80">
For inserting video
using video tag,
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Hope this helps you...
See more at w3schools.com
Similar questions
Accountancy,
4 months ago
Math,
4 months ago
English,
4 months ago
Math,
9 months ago
Science,
9 months ago
World Languages,
1 year ago