元となった辞書の項目
self-closing
IPA(発音記号)
形容詞
比較不可
HTML・XMLタグ
日本語の意味
開いた後に自動的に閉じる、つまり一度開かれると自動で終了する機能を持つこと。 / ウェブ開発において、HTMLやXMLタグが自動で閉じられる形式、いわゆる自動閉じタグを指す。
意味(3)
意味(4)
|lang={{#switch:html|js=javascript|py=python|#default={{#ifeq:html||text|html}}}}|style=|inline=inline}},
without
containing
any
content,
as
opposed
to
(for
example)
{{#tag:syntaxhighlight|text|lang={{#switch:html|js=javascript|py=python|#default={{#ifeq:html||text|html}}}}|style=|inline=inline}},
which
is
composed
of
an
opening
({{#tag:syntaxhighlight||lang={{#switch:html|js=javascript|py=python|#default={{#ifeq:html||text|html}}}}|style=|inline=inline}})
and
a
closing
({{#tag:syntaxhighlight||lang={{#switch:html|js=javascript|py=python|#default={{#ifeq:html||text|html}}}}|style=|inline=inline}})
tag.