“Tag video html” Kode Jawaban

Tag video html

<!DOCTYPE html>
<html>
<body>

<h1>Video TITLE</h1>

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

</body>
</html>
Donald Duck

pemutar video 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

cara menggunakan tag video

<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

Jawaban yang mirip dengan “Tag video html”

Pertanyaan yang mirip dengan “Tag video html”

Lebih banyak jawaban terkait untuk “Tag video html” di HTML

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya