html 语言学习

<!DOCTYPE html>
<html>
<head>
	<title>html示例</title>
</head>
<body>
<img src="images/header.jpg"/>写完一行就看一下效果
<br/><br/>
首页>中国馆>女装/女士精品>所有商品
<br/><br/>
<img src="images/list_header.jpg"/>
<h1>热点推荐</h1>
<dl>
	<dt><img src="images"/>
		<dd>
			价格信息<br/>
		</dd>
	</dt>
</dl>
<dl>
	<dt><img src="images"/>
		<dd>
			价格信息<br/>
		</dd>
	</dt>
</dl>
<dl>
	<dt><img src="images"/>
		<dd>
			价格信息<br/>
		</dd>
	</dt>
</dl>
</body>
</html>

猜你喜欢

转载自blog.csdn.net/weixin_36494136/article/details/80185652