<html>
<head>
<title>无标题文档</title>
</head>
<body>
<h2>块级元素Div</h2>
<div><img src="FLOWER.gif" /></div>
<div><img src="FLOWER.gif" /></div>
<div><img src="FLOWER.gif" /></div>
<h2>块级元素Span</h2>
<span><img src="FLOWER.gif" /></span>
<span><img src="FLOWER.gif" /></span>
<span><img src="FLOWER.gif" /></span>
</body></html>


点击这里跳转到答案查看网获取答案


微信扫描下方二维码或搜索公众号tuziang666 ,关注后获取答案
htmlheadtitle无标题文档/title/headbody块级元素Div/h2divimg src=FLOWER.gif //divdivimg src=FLOWER.gif //divdivimg src=FLOWER.gif //div块级元素Span/h2spanimg src=FLOWER.gif //spanspanimg src=FLOWER.gif //spanspanimg