x
 
<!DOCTYPE html>
<html>
<body>
<h1>figure 和 figcaption 元素</h1>
<figure>
  <img src="/i/photo/tulip.jpg" alt="郁金香" style="width:300px">
  <figcaption>图 1 - 郁金香,百合科,多年生草本植物。</figcaption>
</figure>
</body>
</html>