mercredi 8 mai 2013

Web Development lesson5

 


Add an image to your page


<img src="url of the image" alt="my image" width="x" height="y">



src : is the source of the image exemple("..\style\images\image.png")

alt : is for the alternate texte(the text that appears when the image cannot be displayed)

width : is the width of the image where "x" is the numeric that defines this parameter

height : is the same thing like the width

Aucun commentaire:

Enregistrer un commentaire