Use image as link

This example demonstrates:

Use images as links.

Example analysis:

##<a href= "http://www.php.cn/">

<img border="0" src="/static/images/logo.png" alt="php Tutorial" width="32" height="32"></a></p>


##

Continuing Learning
||
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>php(www.php.cn)</title>
</head>
<body>
<p>:
<a href="http://www.php.cn/">
<img border="10" src="/static/images/logo.png" alt="php" width="32" height="32"></a></p>
<p>:
<a href="http://www.php.cn/">
<img border="0" src="/static/images/logo.png" alt="php" width="32" height="32"></a></p>
</body>
</html>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
submitReset Code
图片放大关闭