我想在 jquery 移动应用程序的主页面/第一页中制作类似于移动设备中的主菜单的一些图标,并在每个图标下制作其标签
<a href="#sport" id="btn1">
<img src="images/sports.png" ; float: center"/>
</a><br /> sports
你可以使用
<figure>
和 <figcaption>
<figure>
<img src="http://lorempixel.com/300/300/place" alt="Macaque in the trees">
<figcaption>A cheeky macaque, Lower Kintaganban River, Borneo. Original by <a href="http://www.flickr.com/photos/rclark/">Richard Clark</a></figcaption>
</figure>
这是示例