PDA

View Full Version : On html want to check it out


cool4074
Jan 2, 2008, 05:23 AM
Hello, every one I'm trying to learn html on my own.I got some problem in displaying images on my web page
Please give an answer in a detail to work on windows

benn11
Jan 2, 2008, 05:31 AM
You should use the <img> tag and always make sure that the source address is correct.

e.g <img src="angry.gif" alt="Angry" />

For more information use this link (http://www.w3schools.com/tags/tag_img.asp)