赞
踩
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Title</title>
- </head>
- <body>
- <img src="1.jpg" title="大美女" style="height:200px;width:200px;" alt="美女">
- <!--title:当鼠标移上去后显示提示-->
- <!--alt:当图片不显示时,显示-->
-
- <!--列表-->
- <ul>
- <li>test1</li>
- <li>test2</li>
- <li>test3</li>
- <li>test4</li>
- </ul>
- <!--
- ·test1
- ·test2
- ·test3
- ·test4
- -->
-
- <ol>
- <li>test1</li>
- <li>test2</li>
- <li>test3</li>
- <li>test4</li>
- </ol>
- <!--
- 1.test1
- 2.test2
- 3.test3
- 4.test4
- -->
-
- <dl>
- <dt>test1</dt>
- <dd>test2</dd>
- <dd>test3</dd>
- <dd>test4</dd>
- </dl>
- <!--
- test1
- test2
- test3
- test4
- -->
- </body>
- </html>

Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。