RadarURL HTML MADE EASY: November 2014

Search This Blog

Tuesday, November 11, 2014

Adding image

Hey! In this post you will learn about how to insert a pretty image in your HTML webpage
Here comes the Trickk
Use <img> tag to adding image to your webpage and use "src " keyword to give address URL.
URL is nothing but the path where your image is stored.
<img src="image.gif" alt="" border="1">
Where alt and border are optional keywords to give extra effects to the properties of the image you are inserting.
Try IT!!
Then i will Tell you about more Image Attributes and style keyword.
ANY Doubts HIT comment box.