Images

Image
Screenshot of the images tag in VS Code.

We can add images with the <img> tag. Let's add it to the page below the <p> tag. 

Next,  add an image to the "img" folder in your file explorer.

In the <img> where it says "src", lets add a path to your image in the image folder: "/img/your-image.jpg"

Next where is says "alt", write a quick description of the image. 

Let's view it in the browser again. 

Image
Screenshot of the webpage with image showing.

Previous Page | Next Page