How do you insert images into an html document?
I'm trying to learn html so I can make my own website, but I'm really confused on how to insert images. I think I know the code, but how do I get pictures saved on my computer into the document?
Public Comments
- why dont you download dreamweaver cs3 from here http://www.adobe.com/downloads/?PID=2294914 you have to setup and account. And then head over to serials.ws and unlock the trial with a serial from there. This is much easier than trying to learn HTML. Hope this helps!
- I think I understand your query. You want to know how to bring the picture you desire on your webpage. Well, this is the HTML code for inserting an image: <img src="location of file"/> After src attribute you can add different attributes such as 'border', 'align', etc. In your Notepad file just type the following code where you want the image to be displayed: <img src="D:\abc\xyz.jpg"/> Here "D:\abc\xyz.jpg" is the location where your picture is situated on your computer. You must edit it as per the location of your pic. Do remember, to put the appropriate extension of your picture file in the end eg) .jpg, .gif, .bmp, etc But Actually you might consider using Microsoft Frontpage. It's load easier than Notepad as it generates codes automatically and you just have to type what you want. It will be installed on your computer, just open Start and look for it. Hope this helped.
Powered by Yahoo! Answers