so lately we learned about how to make images appear on the web, you do this by using the tag <img> and putting the src attribute inside it with a path to the file. for example
<img src="images/example/yourimage.png">
the only images that work are .jpg, .gif and .png and out of those i like .png the best because it supports transparency
No comments:
Post a Comment