wonderfan / javascript

Explore the power of HTML,CSS and JavaScript
1 stars 0 forks source link

HTML5 tags: figure and figcaption #2

Closed wonderfan closed 9 years ago

wonderfan commented 9 years ago
<figure>
  <img src="img_pulpit.jpg" alt="The Pulpit Rock" width="304" height="228">
  <figcaption>Fig1. - A view of the pulpit rock in Norway.</figcaption>
</figure>