answersLogoWhite

0

How do you open html video?

Updated: 8/11/2023
User Avatar

Wiki User

9y ago

Best Answer

a HTML file is a web page. If you want to view it, you can open it with your internet browser (like internet explorer or firefox).

If you want to edit the file, you can either use a file editor like notepad (which can open any type of file) or you can use a web designer GUI like KompoZer.

User Avatar

Wiki User

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

Wiki User

9y ago

Here is the HTML 5 code for adding video to your web page. This will only work with browsers that support HTML 5.

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

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

<source src="video.ogg" type="video/ogg">

Your browser does not support the video tag.

</video>

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you open html video?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


Where can you download the song angles of darkness by Alex C?

go on youtube open the video , copy the HTML into a youtube--&gt;mp3 converter.


How do you open HTML document?

click on html link


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


Can you open a videoaudio file using the anchor tag in HTML?

Yes. Doing this will cause the file to open in a separate window; it will not create background music or embed the video in the webpage itself.


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


What code in HTML should you use to open a file?

To open an HTML page, all you have to do is double-click the HTML file and it will be opened by your default browser. Hope this helps :)


How can you get to a video website?

You can get a video ON a website by embed HTML from YouTube otherwise what are you asking?


How do you get rid of HTML?

open HTML file, delete "code", save file


How do you preview your HTML pages?

just open the HTML file in a web browser.