HTML小知识

Posted zyan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTML小知识相关的知识,希望对你有一定的参考价值。

html备忘录

a标签实用功能

唤醒拨号功能

<a href="tel: 123">123</a>

唤出发送邮件

<a href="mailto: 100@qq.com">发送邮件</a> 会唤醒默认邮箱

唤出发送短信

<a href="sms: 189">发送短信</a>

告诉爬虫该页面无需追踪

<a href="https://baidu.com" rel="nofollow">

整页的a标签都在新tab中打开

<head>
    <base target="_blank">
</head>

以上是关于HTML小知识的主要内容,如果未能解决你的问题,请参考以下文章

python小知识片段

python小知识片段

Flutterflutter doctor 报错Android license status unknown. Run `flutter doctor --android-licenses‘(代码片段

微信小程序代码片段

vscode 开发微信小程序环境配置

在 HTML5 Video 中,如何播放长视频中的小片段?