Learn HTML video in 4 minutes! 🎥

preview_player
Показать описание
#HTML #course #tutorial

HTML video mp4 webm ogg tutorial example explained
Рекомендации по теме
Комментарии
Автор

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bro Code</title>
<body>

<video width="750px" controls autoplay muted loop>
<source src="zelda.mp4" type="video/mp4">
<source src="zelda.webm" type="video/webm">
</video>
</a>

</body>
</html>

BroCodez
Автор

why didn't you set the href attribute of the video to your gaming channel 😂

louisekanem
Автор

Is a video tag considered a Semantic tag??

parthib.
Автор

How to stream large vidoes like more than 500mb??

pushparajnule
Автор

I'm sorry sir, I have a question.. why do I try to code anything under the video tags in the HTML and then when I try to refresh in the browser everything I coded under the video tag, I don't see the results in the browser... what do you think will be the problem... anyone can help me guys please

Montelego