Thursday, March 29, 2012

Displaying Image in HTML

Good Morning All ya keep the spirit!
 
 
After yesterday we already know the basic structure of html, now we will try to insert an image into the html structure. 
whatever you want will show on your browser, you must install the script on <body>. 
Okay this is a script to display images.

<img src="images.jpg" width="104" height="142" />

how to use them is as follows, add this script in <body>

 <html>
 <head>
 </head>
 <body>
 <img src="images.jpg" width="104" height="142" />
 </body>
 </html>

Well, we'll go to the next material, wait for it.

3 comments:

  1. img src="images.jpg" width="104" height="142" alt="nama file gambar"/

    Ini bagus sebagai keyword yang disukai Google

    ReplyDelete
  2. Poastingan yang bagus gan...
    :)
    thanks gan.

    ReplyDelete
  3. makasihh all, haha saya ga ngerti keyword2 kayak gitu :D

    ReplyDelete