answersLogoWhite

0

You can put an anchor tag on the picture. It could be done like <a href="video.mp4"><img></img></a>.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How do you code a flv in a picture on a HTML website?

you &lt;embed&gt; the flash video by importing.


Picture is in a HTML website how do you link a video to it?

you will put an &lt;a href="video/video.flv"&gt; tag in front of the image code and &lt;/a&gt; after the image code. You will put your video destination in the place of video/video.flv


What is the HTML code for linking a website?

&lt;a href="www.example.com"&gt;Website&lt;/a&gt;


I am trying to figure out how to create a comment box on my website a like box linking to each picture and a login button How do I do that?

It is very easy use HTML code.


How do you get a picture code for HTML?

img scr="YOUR PICTURE LOCATION.gif"&gt;


How do you find the HTML code of a picture?

Pictures don't come in HTML


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.


How do you turn pictures into an HTML code?

&lt;img src="link for picture"&gt;


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


What is the HTML code to add a border to a picture?

For example this is the HTML code: &lt;body&gt; &lt;div id="picture"&gt; &lt;img src="images/image.jpg" alt="this is image" /&gt; &lt;/div&gt; &lt;/body&gt; In CSS: #picture img { border:2px solid #000066; }


You want a picture to repeat down what is HTML code?

You need to use HTML and Styles to do it. For the Pictures/YourImage.gif part you can put in your own code for your picture.Your text