answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you open a videoaudio file using the anchor tag in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Where is the HTML file on you blog?

Where is the HTML file on you blog?


What kind of document is a text file that contains the webpage content?

Web pages obviously have links to other pages, but many types of documents support links to other pages. You can put them into many Microsoft applications for example. The links themselves are referred to as hyperlinks.


What is an HTML file extension?

The original extension of a HTML page was .htm because of file name restrictions that limited filetype extensions to 3 characters, today you can use 3 or 4 so either .html or .htm is perfectly fine.


Put file in the same directory as my HTML file?

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


What html tag are used to create hyperlink?

The anchor tag is the proper tag (actually, the only tag) to use to create a hyperlink. The tag looks like this.The link textYou can also include images in the link, and a few other HTML elements. The href parameter mean "hypertext reference" and has to contain the address of the file you want to link to. You can link to any file, although URLs for HTML files are the most commonly used.The anchor tag can also be used to create "jump links" within a given page. To do that, you'd assign the anchor tag an ID, and then use another anchor tag to point at #ID. For instance:Then elsewhere in the same document:Jump to the TargetYou can also jump to that specifc part of a page from another page by appending the #ID bit to the end of the URL.

Related questions

How can you get the HTML for swf files?

You cannon get the HTML since .swf is a file type created using Macromedia.


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


What opening tag creates a link to an ftp server?

You use the <a> (anchor) tag the same as if you were linking to another html file. Here is an example: <a href="ftp://ftp.mysite.com/pub/file">Download File</a>.


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 can I change document.myform.username.value to a remote HTML file.?

The solution here is to use AJAX to pull the contents of the remote file. You can parse the HTML using JavaScript to get the data you need from it.


Where is the HTML file on you blog?

Where is the HTML file on you blog?


How do you send a HTML attachment?

You can save your HTML file from the browser as an Archived HTML file, but the best way to send a HTML file and its folders is to zip it.


What is th difference between saving an HTML file and opening an HTML file?

When you save an HTML file, the contents of that file are written on the hard drive. This has the effect of changing the contents of the file. When you read and HTML file, the file remains unchanged on the disk.


How do you save a text file as HTML if the HTML file choice is not in Notepad?

When you go to save your file, type in your desired file name, then type ".html" on the end. This tells Notepad that you want to save your document as an HTML file.


What kind of document is a text file that contains the webpage content?

Web pages obviously have links to other pages, but many types of documents support links to other pages. You can put them into many Microsoft applications for example. The links themselves are referred to as hyperlinks.


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.


What is an HTML file extension?

The original extension of a HTML page was .htm because of file name restrictions that limited filetype extensions to 3 characters, today you can use 3 or 4 so either .html or .htm is perfectly fine.