CSS之img标签

<!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>
</body>
</html>

 

posted on 2018-02-10 14:17  90500042陈  阅读(2395)  评论(0编辑  收藏  举报