gpt4 book ai didi

html - 如何为手机拨号屏幕创建href?

转载 作者:太空宇宙 更新时间:2023-11-04 06:28:57 25 4
gpt4 key购买 nike

我有这个 html:

<div class="awpcp-subtitle">Contact Information</div>
<a href="https://adsler.co.uk/wp-user-test-dashboard-
2/awpcp-reply-to-ad/13/madame-bovary/">Contact
Anonymous</a>
<div class="phone"><label>Phone:</label>
7576XXXXXX</div>
<div class="location"><label>Location:</label> London,
UK</div>

</div>

价格: 3.00 英镑

<div class="fixfloat"></div>

我想把div class.phone,做成一个链接到手机拨号界面的按钮。

欢迎使用 Html 和 CSS 选项。问题是,我应该按 html 顺序在何处插入链接,它是一个 href 链接,它是什么通用 url?

每个号码都不同,根据发布广告的人而定,并且号码仅对登录用户可见。因此,“7576XXXXXX”只是其中一个数字的示例,在注销 View 中。那么如何用html配置呢?因为如果我使用:

</label>7576XXXXXX

... 这链接到拨号屏幕,电话将真正尝试调用“7576XXXXXX”,每个广告都会这样。当每个广告都有不同的联系电话时,每个广告也会显示 7576XXXXXX 作为其联系电话。

最佳答案

大多数浏览器都支持它并且适合我

<div class="phone"><label><a href="tel:999-999-9999">Phone:999-999-9999</a></label></div>

关于html - 如何为手机拨号屏幕创建href?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54843078/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com