HTML
HTML <figure> 元素
使用 <figure> 元素标记文档中的一个图像
源代码:
点击运行 »
<figure> <img src="/examples/img_pulpit.jpg" alt="布道台" width="304" height="228"> </figure>
x
1
<
figure
>
2
<
img
src
=
"/examples/img_pulpit.jpg"
alt
=
"布道台"
width
=
"304"
height
=
"228"
>
3
</
figure
>
4
运行结果:
点击运行 »