- 4
How can we insert video in note pad or code for entering movie in note pad
11 Respuestas
+ 14
<!DOCTYPE html>
<html>
<head>
<title>Arham Video Tag</title>
</head>
<body>
<video width="800" height="400" controls>
<source src="yourvideo.mp4" type="video/mp4">
</video>
</body>
</html>
+ 9
I do not use notepad++.
I thought what is just a workspace the type you web code.
Is it able to test the code that you create, by emulating a browser?
+ 5
Agus thanks
+ 4
so, your question is: how to insert video in html5 code?
answer: if you want to insert local video, you can use <video> tag. but better finish html course first.
+ 3
It's not possible to play movie in a notepad. Why do you want to do this?
+ 3
Notepad is a text editor. You cant add any video or connect it to a website. Maybe you can learn html and create some pages to add videos.
+ 2
no answer to this question
+ 2
finish
0
I am simply saying what is the code for entering video on notepad
0
no I want the code for note pad to display it on webpage
- 1
pls like it