Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html video on end

<!-- Answer to: "video tag html" -->

<video width="320" height="240" controls onended="alert('the vedio has ended')">
  <source src="movie.mp4" type="video/mp4">
  <source src="movie.ogg" type="video/ogg">
  Your browser does not support the video tag.
</video>

<!-- The <video> tag is used to play videos... obviously -->
Comment

PREVIOUS NEXT
Code Example
Html :: how to add horizontal scroll bar in html 
Html :: how do i link two pages in html 
Html :: ion-row scrolly 
Html :: html sample code 
Html :: lato google fonts 
Html :: select input placeholder 
Html :: how to include external javascript in html 
Html :: flutter build web with html render 
Html :: Drupal twig get value of entity reference field 
Html :: content ai writer 
Html :: add icon html 
Html :: clear form value after submit 
Html :: change text width html 
Html :: disable first option in select 
Html :: how to make a link open in new tab html 
Html :: checkbox group 
Html :: bootstrap notification 
Html :: jquery ajax add loading 
Html :: font color Imagefont pil 
Html :: placeholder in date input html 
Html :: center class in html 
Html :: how to insert input tag in html 
Html :: html table tag 
Html :: html vs htm 
Html :: can i use the input tag without the form tag 
Html :: meta name and content 
Html :: how to send sms with a tag in html 
Html :: p tag in html 
Html :: how to make buttons side by side html 
Html :: font color html 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =