0
How to make a youtube clone with html?
How to make youtube clone with html? I don't know how to use video and iframe elements in html pls help
2 Answers
+ 2
You can do it using Iframe tag.
Enter the website path in src attribute of Iframe tag.
But
If you are thinking you will directly put the YouTube link in iframe tag then it wouldn't work .
0
Then how