answersLogoWhite

0


Best Answer

Yes. When you create your video you have the option of selecting a link. One of the options is embed. The link will look something like

<iframe frameborder="0" height="315" src="(URL OF THE VIEDO)" width="560"></iframe>

This will do exactly what you want. the code that is in the link after the word imbed is the link that YouTube

creates fro that video. You can change this to point to your video.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is it possible to create a hyperlink on your web page that can play an embedded youtube video on the same page?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How is the HTML document used for making a hyperlink?

Correct syntax for creating a hyperlink in HTML is &lt;a href="the_file_name_link.html"&gt;This is a link&lt;/a&gt;


What is the name of the tag used to define a hyperlink in HTML?

The &lt;a&gt; tag can be used to create a hyperlink in HTML. Within the tag you can put many different attributes, such as href, onClick, onMouseover, and target. Ex: &lt;a href="http://www.google.com" target="_blank"&gt;Google&lt;/a&gt; Opens a new browser tab/window with the URL "http://www.google.com". Ex: &lt;a href="#" onMouseover="document.form1.textbox.value='Hello'&gt;Change Value&lt;/a&gt; Creates a link that when moused over changes document.form1.textbox's value to 'Hello'.


How hyperlinks used in HTML?

if you want to insert a hyperlink you write some code before and after the words you want to act as a link like: this is a link


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.


What is the HTML code to create a hyperlink from a webpage to wwwmicrosoftcom?

Go to MicrosoftGo to MicrosoftGo to MicrosoftGo to MicrosoftGo to MicrosoftGo to MicrosoftGo to MicrosoftGo to MicrosoftGo to MicrosoftGo to MicrosoftGo to Microsoft

Related questions

How does YouTube find out where the embedded video is linked from i.e. which external webpages have embedded that video?

When a website "Embeds" a flash player, or a video, from youtube, a thing called "Bandwidth" is taken up. Youtube's server(s) can track where the bandwidth is being eaten - Externally or not. There are different ways to do this. An easy route is to use software that will track where the bandwidth is being requested. But it's very possible to create your own web software to do this.


How do you create a hyperlink in Ms word2007?

fthgjnghjnghmh


How do you create a hyperlink in a pdf file?

I know there is one special product which is called PDF Editor,it is designed specially for the customers who want to create a hyperlink in a pdf file.


Is hyperlink used to create a webpage?

Hyperlink is not only used, but it is additional feature. It can be used for linking one page to the other.


How can you set a particular folder to select files from to create hyperlink in Excel?

To create a hyperlink to a new file in excel you need to click on the Insert Hyperlink dialog box. You will see a dialog box, that you will mark, that says existing file or web page.


How do you create hyperlink through java script?

i m asking you


Which of the following does Word automatically create a hyperlink to by default?

If you type in a standard e-mail address or website, it will be set up as a hyperlink automatically.


How do you create an Hyperlink on Gmail?

Highlight the Text where the Link will beClick on the 'Paperclip' Icon


How do you add the wordpress icon to your website?

you would have to embed the picture and create it with a hyperlink


How do you set a hyperlink?

It depends on what you are talking about. If you're referring to HTML code, it would be &lt;a href="put the URL here"&gt;Hyperlink Text&lt;/a&gt;. If you're referring to something with a graphical interface, such as email, there's usually a button that will create a hyperlink for you.


What is the code used to link one website to another website?

The &lt;a&gt; tag can be used to create a hyperlink to any section of any website. Example: &lt;a href="yourwebsitehere.com"&gt;Hyperlink&lt;/a&gt;


How is the HTML document used for making a hyperlink?

Correct syntax for creating a hyperlink in HTML is &lt;a href="the_file_name_link.html"&gt;This is a link&lt;/a&gt;