answersLogoWhite

0

You cannot embed a program into an HTML file

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Engineering

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


HOW TO INSERT HTML IN POWERPOINT?

To insert HTML content into PowerPoint, you can use a web browser to display the HTML page and then take a screenshot of it, which can be inserted as an image in your slide. Alternatively, you can use the "Insert" tab, select "Object," and choose "Create from file" to embed a web page as an object if you have it saved as a file. For interactive content, consider using add-ins or linking to the HTML page instead. However, direct HTML editing or embedding is not natively supported in PowerPoint.


Where is the HTML file on you blog?

Where is the HTML file on you blog?


How do you do an ankh in HTML?

One way to put an ankh in a HTML file is to use the ankh Unicode character U+2625. There are two ways to embed this character in a HTML file -- both ways look identical in a web browser: * use the '☥' character. * use the '☥' character entity. Alas, many computers don't have the proper fonts to display the ankh Unicode character correctly. To display an ankh symbol on such computers, embed a picture of that symbol: * use the '<img src="http://www.fileformat.info/info/unicode/char/2625/ankh.png" alt="[ankh symbol]">' image.

Related Questions

How do you import a flash game in a HTML document?

You will need to embed the SWF file in your HTML using the following code:


How do you call a wave file using HTML?

You have two options: you can embed the file (so it plays like background music) or you can link to the file (so the user has to open it separately).To embed-To link-click here for music


How do you convert a doc file into HTML using aspnet?

What are the requirements of a file to be HTML file, just it has to be able to view the file in web browser. SO, probably the answer would be to change the doc file extension to HTML. Either you can embed the doc file into a web page or save it as .HTML or .htm file


How do you embed google doc in a webpage?

Depending on what kind of document you're publishing, you may be able to convert it to .HTML, which is a Web-page compatible file format. Then you can embed it into your page.


Can you open a Mix craft file in Garage band?

No


Can you embed a php file project into a HTML page so the php project is shown between the HTML?

If you want to show the folder in html just use link reference in html. For example: <a href="/path/to/folder">PHP File Project</a> If it is on a server do remember to get real path of folder


Can you create an entire website in Flash?

Yes. Everything will be handled by Flash. But you still need to embed that flash file in an HTM File. As your browser reads HTML first then Flash.


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 get the HTML code for a game not for the myspace but the actual embed?

It isn't a code it is a .swf file so you need to get the .swf file yourself and upload it to your site or hotlink it from someone elses site.


What file do you need to convert your executable file to so you can embed into your website?

If by "embed" you mean include so users can download it, you can compress it in ZIP format, save it to your web root directory and put an HTML link to it in your page. If you mean executing the application directly in your web site, that would depend on the language you used to create it. If it's a Flash application, save it as a SWF file and embed it with HTML or a script like SWFObject. If it's a Java app, create an applet that can open in a run-time environment plug in. The variations are nearly endless. Consult your app's documentation.


How can you put music on your website?

here's an HTML music tag: <embed src="titleofthesong.wma" autostart="true" loop="true" width="2" height="0"> </embed> This adds background music. NOTE: You must have this file saved in the folder that your page is in.


How do you put your music on A WEBSITE?

here's an HTML music tag: <embed src="titleofthesong.wma" autostart="true" loop="true" width="2" height="0"> </embed> This adds background music. NOTE: You must have this file saved in the folder that your page is in.