它可以用来包含一篇文章正文中引用的任何内容(而不仅仅是图像)
<html> <head> <title>TODO supply a title</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <div>TODO write content</div> <figure> <img src='imsges/bok-choi.jpg' alt='Bok choi'/> <figcaption>Bok Choi</figcaption> </figure> </body> </html>