answersLogoWhite

0

Is it possible that your background in HTML is video?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

No not possible. Even if there's a work around, the load times and browser compatibilty would be horrible.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is it possible that your background in HTML is video?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you use live video as background in PowerPoint?

Yes...you can use live video as background in PowerPoint but there are some softwares that can made this possible..


How do you make a background on a webpage using HTML?

Making a background on a webpage in HTML is deprecated; you are advised to use CSS instead. However, if you must use HTML and only HTML, then place the "background" attribute in the body tag of the document in question like so: <body background="http://www.example.com/picture.jpg">


What is the code of backround in HTML?

Background can be easily added into the HTML code. in the <style> element you can add background-color="red".


What is the correct HTML for inserting a background image?

< body background = " background.gif">


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 put an image background on websites?

Here's the HTML tag: &lt;body background="yourimage.gif"&gt; or &lt;body background="yourimage.jpg"&gt;


What is this background music to this video?

In order to know the background music for a specific video we need to know the name of the video.


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.


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