“Tag wideo html” Kod odpowiedzi

Tag wideo html

<!DOCTYPE html>
<html>
<body>

<h1>Video TITLE</h1>

<video width="320" height="240" controls>
  <source src="Video Link">
</video>

</body>
</html>
Donald Duck

Odtwarzacz wideo HTML5

<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. <!-- Text to be shown incase browser doesnt support html5 -->
</video>
Orion

tag

<video src= "demo.webm" poster="initial_static_picture.jpg" width="480" controls></video>
Amber Mercado

Jak używać tagów wideo

<video src="rabbit320.webm" controls>
  <p>Your browser doesn't support HTML5 video. Here is a <a href="rabbit320.webm">link to the video</a> instead.</p>
</video>
Ashik Sarker

Odpowiedzi podobne do “Tag wideo html”

Pytania podobne do “Tag wideo html”

Więcej pokrewnych odpowiedzi na “Tag wideo html” w HTML

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu