video and audio tag in html
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
Also in HTML:
- how to customize link text in html
- background image html
- add manifist to html
- html form select
- build filter js
- meta viewport
- Sending HTML Code Through JSON
- html link tag
- what is semantic html
- import spring hateoas
- html background image
- android ellipsize attribute
- include javascript in html
- how to take value from html text box using parseint javascript
- div html
- html zeilenumbruch
- html to pdf react
- Finding HTML Elements
- electron reload html
- html center text
- new line html
- col tag in html
- html send email
- input types html