answersLogoWhite

0

How do you get a picture code for HTML?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

img scr="YOUR PICTURE LOCATION.gif">

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you get a picture code for HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you find the HTML code of a picture?

Pictures don't come in HTML


How do you turn pictures into an HTML code?

<img src="link for picture">


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

For example this is the HTML code: <body> <div id="picture"> <img src="images/image.jpg" alt="this is image" /> </div> </body> 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


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

you <embed> the flash video by importing.


How do you upload a picture on tinier me?

You don't really "upload", you use HTML. i prefer this: <img src=IMAGE URL HERE> any image is accepted as long as the URL is a direct link to the photo or picture this can only be on profiles


What is the css code for posting a picture?

A picture (other than the background) is done in HTML. Borders and the like are controlled with CSS.


How do you insert a picture from netbeans 6.5?

By using the html code we can able to insert the imagein netbeans.


How come i can't see the picture i added to my presentation on howrse?

You need to use HTML mode - go to profile > modify > HTML mode > paste in the HTML code > click enter.


What is the HTML code for linking a picture to a video?

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


How do you send picture from on site to another site?

Just copy the URL or HTML code of the picture from one site and paste it in the other site.....


Html picture code for Repeat down not across?

Set the background-repeat value to "repeat-y".Example: