0
Which tag is use for image and video?
2 ответов
+ 4
<Image SRC="file path"> this no closing tag
And
<Video>
<Source src="file path">text
</Source>
</video>
+ 1
Obs: taking how Dhanraj Meghwal said is better way because you cam have multiply sources inside the <video> tag.
But you can do <video src="file.extension">.
Obs: and if use <source> tag, add TYPE attribute:
<source type="mp4/I dont know right how to use" src="music.mp4">
https://www.sololearn.com/learn/HTML/2194/