Baseline Widely available
type
㯠HTMLAnchorElement
ã¤ã³ã¿ã¼ãã§ã¤ã¹ã®ããããã£ã§ããªã³ã¯å
ã®ãªã½ã¼ã¹ã® MIME ã¿ã¤ãã示ãæååã§ãã
ãã㯠<a>
è¦ç´ ã® type
ããããã£ãåæ ãã¾ãã
æååã§ãã
ä¾<a id="exampleLink" href="https://example.com" type="text/html">Example Link</a>
<p class="type"></p>
#exampleLink {
font-size: 1.5rem;
}
const anchorElement = document.getElementById("exampleLink");
const pTag = document.querySelector(".type");
console.log(anchorElement.type); // Output: "text/html"
pTag.textContent = anchorElement.type;
仿§æ¸ ãã©ã¦ã¶ã¼ã®äºææ§ é¢é£æ
å ±
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4