<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<figure>
<img src="1.jpg" title="风景">
<img src="2.jpg" title="风景">
<img src="3.jpg" title="风景">
<figcaption>风景</figcaption>
</figure>
</body>
</html>