2.1  An HTML solution

Figure 2 shows how to produce a minimalistic photo gallery that consists of three pictures, each displayed on a page by itself.

Exercise 2.1.1.   Change the pages in figure 2 so that the sources of the pictures are the jpg files that come with this handout.

Change the pages in figure 2 so that the title of the picture is on the same line, to the left of the picture. Hint: Eliminate the <h1> title and use

<p> ... </p>

instead. Solution