Computer Science, asked by Benny6861, 1 year ago

how to add pictures and videos inHTMLBY CODING

Answers

Answered by Zinc619
4
picture is added by image tag
eg:-<img src="C/sunset.jpg">
and video is added by following
eg:-<video width="320"height="240" controls>
  <source src="movie.mp4"type="video/mp4">
hope this helps you if it helps mark me as brainliest thanks
Similar questions