您如何将图片制作成HTML链接? [英] How do you make an image into a link in HTML?

查看:257
本文介绍了您如何将图片制作成HTML链接?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想制作一个图像,以便在单击它时将您带到某个地方. 这是什么编码?

I want to make an image so that when you click on it it will take you somewhere. What is the coding for this?

推荐答案

将img标签包裹在锚标签中

Wrap the img tag in an anchor tag

<a href='someurl'>
  <img src='someImage' />
</a>

这篇关于您如何将图片制作成HTML链接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆