answersLogoWhite

0


Best Answer

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..?

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Use the html <video> tag like this:

<video width="320" height="240" controls>

<source src="movie.mp4" type="video/mp4">

Your browser does not support the video tag.

</video>

Just change the src="movie.mp4" to the name of your MP4 file (and its location)

Also, change the width= and height= to whatever size you need it to be.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

HTML files are not video, they're just text code that shows you a website. You can not convert HTML files into videos.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

A tag for video playing was not there until HTML 4.0. A <video> tag was introduced in HTML 5 to our surprise.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert a video on your computer to HTML code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the code HTML for?

HTML is the code that tells a web browser how to display a web page on your computer screen.


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.


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 convert HTML into BBC code?

Try this online code converter http://www.seabreezecomputers.com/html2bbcode/


How can you find if your computer is HTML?

HTML is not a type of computer. HTML (HyperText Markup Language) is a common markup language (computer code) that is used to make webpages. Web browsers like Internet Explorer are used to interpret and read these HTML code in an HTML file (a web page) so that the layout of the page with its texts and images is displaced to you.


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

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


How do you code a flv in a picture on a HTML website?

you &lt;embed&gt; the flash video by importing.


How do you get a HTML video?

I would upload it to youtube, then use the embed code that youtube puts next to the video description.


How do you convert HTML to c code?

You can't. HTML is a markup language. C is a programming language. You can make C generate HTML, but C isn't anything like HTML in the way it functions.


What is a emble code?

Did you mean embed code? An embed code is HTML (web) code for embedding and image or video in a web page or blog. If you upload a video to youtube, you can get an embed code that links from your web page or blog to the video on youtube, so you can direct readers to the video.


How do you remove an embedded video?

To remove an embedded video from your blog or website you simply delete the embedded code that's displayed in the "source code" in html on your website.


How do you embed YouTube videos?

Adding a YouTube link to your HTML website is easy. Go the the YouTube page that has the video you want to add. Copy the video ID on the page URL following "https://www.youtube.com/watch?v=[Video ID]" and paste into the following code: