answersLogoWhite

0

How do you put a video in a HTML?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

You have to embed the video into HTML with embed src

official source of the cool app: http://www.web-video-player.com Useful tutorial on Google blog: http://funny-video-YouTube.blogspot.com Anyway, you can also try to google the solution to your question.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you put a video in a HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which is tag of put video in HTML?

HTML5 has introduced a new <video> tag in it. Just put that video tag and place the source of video to run it.


Picture is in a HTML website how do you link a video to it?

you will put an <a href="video/video.flv"> tag in front of the image code and </a> after the image code. You will put your video destination in the place of video/video.flv


How do I put videos on my website using HTML?

If you want to put a youtube video onto your website then click on the share button. Then click on the option Embed. There will be HTML text, all you have to do is copy and paste that. :) Good luck!


How do you insert a video from the internet into an HTML document?

In order to insert a video, you can paste the link into HTML. This link will cause the video to embed in webpage.


How do you convert a video on your computer to HTML code?

Video does not convert to HTML code. You can compress it, or you can attach it to the webpage. ok but how to you attach the video to the site is what they are saying; I believe, do you know how to do this..?


How do you upload music on your piczo site?

To put music on your piczo you must first go to a website like Videocodeplanet.com and then choose a song or music video that you would like on your site and then copy the HTML code under the video or song. Then go to your piczo editor and go to controls, then go to HTML and add the HTML that the site gave you.


How do you embed video games on an HTML?

you need to find the games HTML code and copy and paste it into your HTML document.


Can ASP code be put in HTML?

ASP can't be put 'in' HTML. ASP can be written in files where HTML is written. ASP can also output HTML.


How do you code a flv to play in my HTML website?

You simply import the video into HTML. You would do this on the HTML side using your HTML editor such as dreamweaver.


How do you dis- embed video from HTML page?

You can easily dis-embed a video from HTML page. You just need to remove the embed tag from it.


How do you put HTML in PHP?

Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: <html> <?php // php stuff ?> </html> Or you can do it like this: <?php echo "<html>"; // php stuff echo "</html>"; ?>


What is the HTML code for linking a picture to a video?

You can put an anchor tag on the picture. It could be done like <a href="video.mp4"><img></img></a>.