Advertisement
KodingKid

720p HTML Video

Apr 10th, 2021
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.16 KB | None | 0 0
  1. <video width="1280" height="720" controls> <!--720p in HTML-->
  2.     <source src="movie.mp4" type="video/mp4">
  3.     <source src="movie.ogg" type="video/ogg">
  4. </video>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement