2016-02-04 23 views

回答

2
<!--If you have to redirect to internet page --> 
<html> 
<head></head> 
<body> 
    <a href="www.google.com"><img src="picture.jpg" /></a> 
</body> 
</html> 


<!--If you have to redirect to your own page --> 
<html> 
<head></head> 
<body> 
    <a href="page1.html"><img src="picture.jpg" /></a> 
</body> 
</html> 
+0

非常感謝你,這正是我一直在尋找 –

相關問題