A simple image tutorial.
<p> - the paragraph tag.Code:<html> <body> <p> An image from another folder: <img src="/images/netscape.gif" width="33" height="32"> </p> <p> An image from W3Schools: <img src="http://www.w3schools.com/images/ie.gif"> </p> </body> </html>
<img> - the image tag.
<src> - put this inside the image tag when you want to load an image from somewhere on a webserver.

Reply With Quote
Bookmarks