How can we insert video in note pad or code for entering movie in note pad | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

How can we insert video in note pad or code for entering movie in note pad

24th Apr 2017, 7:20 PM
Arham
Arham - avatar
11 Answers
+ 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>
24th Apr 2017, 8:14 PM
Agus Mei
Agus Mei - avatar
+ 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?
24th Apr 2017, 11:34 PM
Manual
Manual - avatar
+ 5
Agus thanks
24th Apr 2017, 8:19 PM
Arham
Arham - avatar
+ 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.
24th Apr 2017, 7:35 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar
+ 3
It's not possible to play movie in a notepad. Why do you want to do this?
24th Apr 2017, 7:29 PM
h8c
h8c - avatar
+ 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.
24th Apr 2017, 7:33 PM
h8c
h8c - avatar
+ 2
no answer to this question
24th Apr 2017, 7:52 PM
Arham
Arham - avatar
+ 2
finish
24th Apr 2017, 7:52 PM
Arham
Arham - avatar
0
I am simply saying what is the code for entering video on notepad
24th Apr 2017, 7:28 PM
Arham
Arham - avatar
0
no I want the code for note pad to display it on webpage
24th Apr 2017, 7:30 PM
Arham
Arham - avatar
- 1
pls like it
24th Apr 2017, 7:28 PM
Arham
Arham - avatar