可嵌入 Google Chrome 的链接
有没有办法在我的网站上嵌入返回 Google Chrome 的链接?我的意思是可嵌入的图像链接。
Is there a way I can embed a link back to Google Chrome on my website? I mean an embeddable image link.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想在页面上嵌入 Google Chrome 徽标,当用户单击它时,他们会被重定向到 Google Chrome 主页?试试这个:
You want to embed the Google Chrome logo on your page and when the user clicks the it they get redirected to the Google Chrome home page? Try this:
<a href="http://www.google.com/chrome/intl/en/landing_chrome_mac.html?hl=en">
<img src="https://www.google.com/intl/en/images/logos/chrome_logo.gif" alt="Google Chrome" />
</a>