diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:07:59 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:07:59 +0100 |
commit | 6ef1fa4618e08426b874529619a66adbd3d1fcf0 (patch) | |
tree | 890e3e27131be010d82ef957fa68db495006cb0e /files/ja/conflicting/web/html/element/title/index.html | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.gz translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.bz2 translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.zip |
unslug ja: move
Diffstat (limited to 'files/ja/conflicting/web/html/element/title/index.html')
-rw-r--r-- | files/ja/conflicting/web/html/element/title/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ja/conflicting/web/html/element/title/index.html b/files/ja/conflicting/web/html/element/title/index.html new file mode 100644 index 0000000000..ab170f7d35 --- /dev/null +++ b/files/ja/conflicting/web/html/element/title/index.html @@ -0,0 +1,19 @@ +--- +title: title +slug: title +tags: + - Disambiguation +translation_of: Web/HTML/Element/title +translation_of_original: title +--- +<p><strong>title</strong> は、その文脈により異なるものを指す場合があります。</p> + +<ul> + <li>DOM:{{ domxref("element.title")}} - 要素の <code>title</code> 属性の値を取得 / 設定</li> + <li>DOM:{{domxref("document.title")}} - 文書の <code>title</code> 要素の値を取得 / 設定</li> + <li><a href="/ja/docs/HTML/Element/title"><code><title></code> (HTML)</a> - <a href="/en-US/docs/HTML">HTML</a> の <code>title</code> 要素</li> + <li><a href="/ja/docs/SVG/Element/title"><code><title></code> (SVG)</a> - <a href="/en-US/docs/SVG">SVG</a> の <code>title</code> 要素</li> + <li><a href="/ja/docs/RSS/Element/title"><code><title></code> (RSS)</a> - <a href="/en-US/docs/RSS">RSS</a> の <code>title</code> 要素</li> +</ul> + +<div><div class="disambig" id="disambig"><p><i>これは<a href="https://developer.mozilla.org/ja/docs/Project:Disambiguation">あいまい性除去</a>のページです — 同じ題名を共有している可能性のあるページをリストして案内を補助します。 記事のリンクからここに来たのであれば、戻って意図するページに直接行くように修正することもできます。</i></p></div></div> |