how to add pictures and videos inHTMLBY CODING
Answers
Answered by
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
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