Did you notice that the list on the previous page was numbered?
This is done using <ol> instead of <ul>
When a list is numbered it is called an ordered list.
When a list isn't numbered it is called an unordered list.
The 'img' tag is just a short form of 'image'.
It has a 'class' so that we can control what it looks like.
We will learn how to do this soon.
The picture is in a folder on the computer called 'images'.
To tell the computer where it is we type the folder name, then a '/', then the name of the file.
This is the 'source' of the picture. The word 'source' is shortened to 'src'
So now you understand how to put pictures on your page. Your code will look like this:
<img class="picture" src="images/[Put the name of the picture here]">
There are more pictures available for you to put on your web page.