列表标签
<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>測試圖片</title><link rel="shortcut icon" href="image/rose.jpg">
</head>
<body>
<a href="http://www.baidu.com">
<img src="image/rose.jpg" title="黑玫瑰" style="height:200px;width=200px" alt="黑玫瑰圖片路徑:image/rose.jpg"></a><p>列表標簽</p>
<ul><li>標簽1</li><li>標簽2</li><li>標簽3</li><li>標簽4</li>
</ul>
<ol><li>標簽5</li><li>標簽6</li><li>標簽7</li><li>標簽8</li>
</ol>
<dl><dt>ttt</dt><dd>ddd</dd><dd>ddd</dd><dd>ddd</dd><dt>ttt</dt><dd>ddd</dd><dd>ddd</dd><dd>ddd</dd>
</dl>
</body>
</html>
?
轉載于:https://www.cnblogs.com/nodchen/p/8438687.html
總結
- 上一篇: 使用 Kafka 和 Spark Str
- 下一篇: 高性能的序列化与反序列化:kryo的简单