Question:

I need a blank layout code so i can put my own image url into it

by  |  earlier

0 LIKES UnLike

so basically i need a blank code with nothing on it so i can put my own image url on it or if someone could do it for me i would really appreciate it

the image url is http://tinypic.com/usermedia.php?uo=2AGuXt9zDO3fSJzKOMmJBA==

 Tags:

   Report

2 ANSWERS


  1. the most basic html not perfect code could be

    <html>

    <head> <title>Image container</title> </head>

    <body>

    <center>

    <img src="IMAGEURL">

    </center>

    </body>

    </html>


  2. Blank Code for What? A HTML Site?

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.