answersLogoWhite

0

Yes you need to put the file in the same directory. This will get the file to be executed from the HTML file.

User Avatar

Wiki User

10y ago

What else can I help you with?

Continue Learning about Engineering

How can you create a headerfile in a c?

Create the header file as a .h file in the same way you create a source file, .c and place it in the same directory as the .c files. To incorporate it, use the... #include "my_header_file.h" ... directive. Note that there are double quotes instead of greater/less signs. This tells the compiler to look first in the source directory.


How do you insert picture from desktop to HTML page?

You don't actually insert an image into an HTML page. An HTML page can display an image from any location where the browser has access to the file. Let us assume that the image you want to display on your HTML page is image.jpg. You use the tag to tell the browser to display your image. The person looking at your HTML page needs to be able to access the file on your desktop. You normally would upload your image to the Web server, so the visiting browser can see your image. If the image is on your desktop and the browser has access to your desktop content, here is the code you would use to display your image on the Web page:


How do you make a link blahblah dot com slash photos slash logo dot HTML instead of blahblah dot com slash logo dot HTML?

All you have to do is create a directory on your server called pictures and then put all you pictures inside and link to them like so /pictures/hello.htm


What does HTML use to put content on a page?

HTML can be used to put content on the page. The body tag is used to put content in the window of web page.


Where is the HTML located on keyboard?

HTML is located where the letters are located don't forget to put the caplocks on when you want to type HTML.

Related Questions

How can you put a downloaded pic in your HTML file?

An Image is not "put into a HTML File", but reffered to by. For Example: If you have "image001.jpg" in the same directory as your "index.html", you insert the following into your HTML: <img src="image001.jpg" /> If you now open your "index.html" in a Browser, the "image001.jpg" should be shown.


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>"; ?>


How do you create web by HTML tages?

Web can be created by creating a .html file. Inside the HTML file, you can put the tags of HTML.


Can someone make an HTML code where i can just put my file in and it to work please?

You have to give the complete file in order to make and HTML file. The file should be compatible with the code.


Where you have to save the css file?

You have to provide a valid path in your HTML file so it can "see" the style sheet. If you have a simple site, put your style sheet(s) (e.g. "styles.css") into the same directory as your HTML files and refer to them like this: <link rel="stylesheet" href="styles.css" type="text/css" /> however, you can put your style sheets wherever you please, as long as you refer to them correctly. They might even be in other domains. For simple projects, keep everything in one place, so you can avoid headaches when moving your projects around.


How can you call a flash file in JavaScript?

what you could do is make the file an HTML file and have embedded Javascript in it. i am not sure how to put a flash file into Javascript though.


How do you put skincraft on your website?

Answer By Descrete_101:First You Can Use The HTML To Put On Your Site EASY! The HTML Code Is: Now, If You Want To Do It A More Complex Way Then Download The File. I Dont Remember The File Link But If I Ever Do I Will Tell You!


I have a HTML website I want to use a php script I have but the main php file has the info in it and I want it to be on the HTML site how can I embed or use the php code without using frames?

change the extention of the .HTML file to .php and then open the file that was previously HTML and put <?php include ("path/to/second/php/file.php"); ?> so for example if i have page1.HTML and page2.php i rename page1.HTML to page1.php and then put <?php include ("page2.php"); ?> where i want page2 to appear. Note: Any HTML file can be renamed to have a .php extention even if it doesnt contain any PHP.


How do you put songs onto a document?

Open the directory containing the music file and drag the file onto the documents and viola the song will be on your document


How to correctly enter a file or directory name that uses the long file name format?

You simply put a_ in the spot where the space was orginally. For example: you_simply_put ......


Where do you put the zombie file in cs 1.6?

If you're talking about installing Zombie Mod on your CS server, you need to compile the .amxx file and place it in "plugins" in your AMX Mod X directory. Then, extract the zombie mod files into your "cstrike" directory.


How can you add a font in Linux?

In your home directory create .fonts directory if don't exist. Then you easy copy .ttf file into it. (Offcourse you can also make a dir in .fonts and there put .ttf font.)