html5
元素详解及图片展示
在HTML5中,

figure { border: 1px solid #ccc; /* 添加边框 */ margin: 20px auto; /* 设置外边距 */ padding: 10px; /* 设置内边距 */ width: 50%; /* 设置宽度 */ display: block; /* 块级元素 */ } figcaption { text-align: center; /* 居中对齐 */ font-style: italic; /* 斜体字 */ }
这段 CSS 代码为
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END