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>
原文地址:https://www.cnblogs.com/nodchen/p/8438669.html