April 2018
Beginner
368 pages
7h 37m
English
Our last part will be to add images and links.
Web pages will be boring without images. To add an image, you need to add a tag, <img>:

You'll need to add the src attribute to put the location of your image.
But first, let's create a folder to put all our images inside. Go back to your main folder, Racing Club Website, which we created earlier. Inside, let's create a folder named images.
In the Images folder in code bundle on GitHub, you can see an image called designer.jpg; let's copy and paste this image into our folder images.
Now that we have the image in your images folder, we can link it to our img