Insert Video into a Website Using HTML5

preview_player
Показать описание
Learn how to quickly insert a video into your website using just 3 lines of HTML5 code.

Рекомендации по теме
Комментарии
Автор

<video width="300" controls>
            <source src="" type="video/mp4">
        </video>

AnimatronicDiversity
Автор

Its funny how I am learning HTML code and then a WIX add pops up LOL!

JPR
Автор

<!Doctype html>
<html>
<head>
<title>Video </title>
</head>
<body>
<video width=100% controls [or auto play]>
<source src="link" type="video/mp4">
</video>
</body>
</Html>

lefatima
Автор

<video autoplay>
<source src="PUT VIDEO NAME HERE .mp4:" type="video/mp4">
</video
if you guys need this :D

abewood
Автор

Man...just needed the width height info...and you had it. Subscribed.

davidmakoni
Автор

Where can you get this Bracket software? I'm such a beginner so any help please.

kimberlyahmann
Автор

Awesome Vid, needed a quick tutorial on this, much thanks @Geek Tutorials

AngelusChevalier
Автор

AYE! Code works on brackets, but when I copy the code into sqaurspace my video doesn’t show - just the player. Any tips?

freeshippingmusic
Автор

I tried this and my video still has a black screen :\
<video controls>
<source src="test.mp4" type="video/mp4">
</video>

if you guys know whats wrong cause idek

jiernade
Автор

Often you want to open up a pdf or a video mp4 file via a link on a web page- to do this its as easy as entering the file in the following format - <a href = "video/BakersSon.mp4" target="_blank"><.... FOR VIDEO OR <a href = "pdfs/Fast_Asleep_short.pdf" target="_blank">< .. for a pdf - that way the video or pdf simply opens in a new tab

patrickgamble
Автор

Thanks, it worked and I so happy. Thanks again.

BGWFILMSTUDIOS
Автор

thank you so much I really need this for my activities in computer

christinegraceangeles
Автор

Great video, great to see someone confident and competent in their knowledge. Thank you.

microhandsltd
Автор

your accent is pretty hearable you your video wasnt 10 minutes long. glad that i can now play my videos without ads.

kitchenroam
Автор

Thank you so much sir! This is literally what I needed for my computer project.

hex
Автор

I just got the idea of making an HTML game before I start making one in unity. But the first thing I gonna do is Rick Rolling my friends using HTML😂

BahijFPS
Автор

Hi. Thank you for posing this video. I am using avi file video. Will it work with video type, "avi"? Thank you.

Mrspiderman
Автор

Thank you so much for this tutorial! You made it super easy! Thank you... it was my first time actually coding!

babs
Автор

Love your accent mate. Australian right?

dinmohammad
Автор

<DOCTYPE html>

<html>
<head>

<body>

<video width=

Subtle