We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
第498天 html哪个标签属性可以通过预解析DNS?
3+1官网
我也要出题
https://developer.mozilla.org/zh-CN/docs/Controlling_DNS_prefetching
1.<meta http-equiv="x-dns-prefetch-control" content="on"> 2.<link rel="dns-prefetch" href="//www.spreadfirefox.com">
<meta http-equiv="x-dns-prefetch-control" content="on">
<link rel="dns-prefetch" href="//www.spreadfirefox.com">
Activity
Victoriacsl commentedon Aug 26, 2020
https://developer.mozilla.org/zh-CN/docs/Controlling_DNS_prefetching
shuashuai commentedon Aug 27, 2020
1.
<meta http-equiv="x-dns-prefetch-control" content="on">
2.
<link rel="dns-prefetch" href="//www.spreadfirefox.com">