Question:

How do you html code a pictures?

by  |  earlier

0 LIKES UnLike

How do you html code a pictures?

 Tags:

   Report

3 ANSWERS


  1. Depends on what you want to do with it. c:


  2. <img src="URL of the picture"></img>

    You can also make it a link by putting it in <a href="URL to go to"><img src="URL of the picture"></img></a>

    And if you wanna get real fancy you can make text show up when you roll over the picture:

    <img src="URL of the picture" title="Text you want to see when you hover over the image"></img>

  3. Make sure you've uploaded your pictures to a databse website like yourock.com, or imageshack.us, photobucket.com, or tinypic.com.

    The code is: <img src="address of picture">

    There you go!

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.