Recently, I have used the video tag (player) in learning html5. Here are some learning notes to make it easier for you to check and record. This article is the first article and will introduce what work should be done using this tag to initialize it.
There are actually quite a lot of tutorials online, which are the simplest and most detailed in w3cschool, so these introduce some more direct applications.
Table of contents of this article:
1. Use tags
2. Add some necessary parameters
3. Automatic play or automatic loading
4. Standardize the player
Step 1: Use tagsThe method to use is very simple, just one sentence of code:
Copy the code