A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/ja/docs/Web/API/HTMLAreaElement/target below:

HTMLAreaElement: target プãƒãƒ‘ティ - Web API

HTMLAreaElement: target プロパティ

Baseline Widely available

target は HTMLAreaElement インターフェイスのプロパティで、リンクされたリソースを表示する場所を示す文字列です。

これは <area> 要素の target 属性を反映します。

値

ターゲットを表す文字列。次の値を取り得ます。

例
<map name="image-map">
  <area href="www.example.com" target="_top" alt="left" />
</map>
const areaElement = document.getElementsByName("image-map")[0].areas[0];
console.log(areaElement.target); // Output: "_top"
仕様書 ブラウザーの互換性 関連情報

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