How to Add an Image to Your Web Page
To add an image to your web page, you will need to use the image tag: <img src=”/pathToImage/imageName.jpg” /> If my image is named sunshine.jpg and is in the same folder as my web page, it would look like this: <img src=”sunshine.jpg” > If my image is in a folder called ‘images’ which is also […]
How to Add an Image to Your Web Page Read More »