Search
 
SCRIPT & CODE EXAMPLE
 

HTML

adding mp4 in html

<video width="400" controls>
  <source src="mov_bbb.mp4" type="video/mp4">
  <source src="mov_bbb.ogg" type="video/ogg">
  Your browser does not support HTML video.
</video>

<video width="400" controls>
  <source src="mov_bbb.mp4" type="video/mp4">
 
  Your browser does not support HTML video.
</video>
Comment

PREVIOUS NEXT
Code Example
Html :: how to move all html files from one directory to other using python 
Html :: open the file upload dialogue box onclick the image 
Html :: instagram post iframe 
Html :: font awesome cdn link 
Html :: open new tab html 
Html :: html space between characters 
Html :: material icons cdn 
Html :: multi-line comment xml 
Html :: html text transformation 
Html :: how to change tab logo html 
Html :: event.preventdefault() in angular 
Html :: div contenteditable onchange angular 
Html :: textarea readonly 
Html :: bootstrap column vertical align 
Html :: input focus onload 
Html :: add fav icon to browser tab html 
Html :: video tag html 
Html :: View HTML5 Video on iOS devices without going to full screen 
Html :: bootstrap buttons Sizes 
Html :: html left chevron symbol 
Html :: javascript void link 
Html :: how to add button to open a website using html 
Html :: otp not getting recognised in safari react 
Html :: how to break between characters in html 
Html :: pass method jsf component 
Html :: move table tfoot at top 
Html :: add variable in innerhtml 
Html :: tumbnail html 
Html :: coc allow comments in json 
Html :: html phone number validation pattern 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =