html 列表的一個超簡單案例

html列表的一個超簡單案例

<html>
<body>
	<dl>
		<dt><img src="jennie.jpeg" width="700" height="463" alt="你老婆沒了!!!"/></dt>
		<dd>name:Jennie</dd>
	</dl>
	<hr width="100%" color="pink"/>
	<dl>
		<dt><img src="lisa.jpg" width="700" height="463" alt="你老婆沒了!!!"/></dt>
		<dd>name:Lisa</dd>
	</dl>
	<hr width="100%" color="pink"/>
	<dl>
		<dt><img src="jisoo.png" width="700" height="463" alt="你老婆沒了!!!"/></dt>
		<dd>name:Jisoo</dd>
	</dl>
	<hr width="100%" color="pink"/>
	<dl>
		<dt><img src="rose.jpg" width="700" height="463" alt="你老婆沒了!!!"/></dt>
		<dd>name:Rose</dd>
	</dl>
	<hr width="100%" color="pink"/>
</body>
</html>

在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章