0
How to change HTML CSS and JavaScript code in App
How to change any HTML CSS and JavaScript code in App ,
3 Answers
+ 13
This lesson may be helpful :
https://www.sololearn.com/learn/1439/?ref=app
+ 1
Thanks Nova this lesson is so helpful for međ
0
Rearrange the code to create a valid video tag that will attempt to play the mp4 file first.
<source src="a.mp4" type="video/mp4">
<video controls>
</video>
<source src="a.ogg" type="video/ogg">
Video is not supported