编辑你的代码:
<!DOCTYPE html> <html> <body> <p>Create a link of an image: <a href="/html/"> <img src="/static/images/smiley.gif" alt="HTML tutorial" width="42" height="42"></a></p> <p>No border around the image, but still a link: <a href="/html/"> <img style="border:0;" src="/static/images/smiley.gif" alt="HTML tutorial" width="42" height="42"></a></p> </body> </html>
查看结果:
phpxuexi.net
- 亲自试一试