标签:char html apt text doctype 名称 lang src 元素
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>figure和figcaption元素</title>
</head>
<body>
<h1>业余爱好者</h1>
<figcaption style="text-align: center;">我的作品名称</figcaption>
<figure style="text-align: center;">
<img src="pic/2.png" ><img src="pic/3.png" ><img src="pic/1.png" >
</figure>
</body>
</html>
标签:char html apt text doctype 名称 lang src 元素
原文地址:http://www.cnblogs.com/houweidong/p/7519975.html