我总共有 9 张图片,每行有 3 张图片,我设法为我的一张图片添加了标题,但没有为其他图片添加标题,因为它只是将所有内容居中,而不是将文本与每张图片的行对齐。
<figure>
<center>
<img src='images/album1.jpg' alt='missing' />
<figcaption>Album name goes here
<br>Year goes here
<br>artist name goes here</figcaption>
<img src='images/album2.jpg' alt='missing' />
<figcaption>Album name goes here
<br>Year goes here
<br>artist name goes here</figcaption>
<img src='images/album2.jpg' alt='missing' />
<figcaption>Album name goes here
<br>Year goes here
<br>artist name goes here</figcaption>
</figure><center>
等等。