Question:

How do i put an image where i want? in html

by  |  earlier

0 LIKES UnLike

Well, i want to learn html and this is deffinetly one i want to know... especially since the page im building now needs it. I just need to know how to put the image wherever i want on the page.

 Tags:

   Report

1 ANSWERS


  1. There are two option to insert an Image.

    1. Within Table/s

    2. Using Layers

    But first lets create image in a html page (anywhere),

    write this in the body of your html.

    <IMG SRC="C:/Documents and Settings/All Users/Documents/header_overlay.gif" WIDTH="760" HEIGHT="151" BORDER="0" ALT="">

    Now let's see it in the browser...

    Since you have no image called "header_overlay.gif" in directory C:/Documents and Settings/All Users/Documents/, there's just a blank images isn't it?

    Now change it with the picture or yours, the one that exist. Then see it in the browser.

    Hope this help

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.