Fill in the src, alt and title and then type li as shown.

This time we want the second choice so click on it.

...
    <link rel="stylesheet" href="/css/master.css">
...

/css/master.css is a bad choice because it assumes that all css for all projects will be in the one file. As you know, I prefer to use a separate file, styles.css for each project and this is kept in the same place as the project. The drawback to the master.css plan is that any change in it will affect every html file on your web site. Some consider this desirable - I don't!

Add a img1 id to the image element.

Now create a styles.css file as usual so we can continue.