aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/html/element/dt/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/html/element/dt/index.html')
-rw-r--r--files/pl/web/html/element/dt/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/pl/web/html/element/dt/index.html b/files/pl/web/html/element/dt/index.html
new file mode 100644
index 0000000000..f6ac42b6db
--- /dev/null
+++ b/files/pl/web/html/element/dt/index.html
@@ -0,0 +1,24 @@
+---
+title: dt
+slug: Web/HTML/Element/dt
+tags:
+ - 'HTML:Opis_elementów'
+translation_of: Web/HTML/Element/dt
+---
+<p>
+</p>
+<h3 id="Podsumowanie" name="Podsumowanie"> Podsumowanie </h3>
+<p>Element <code>&lt;dt&gt;</code> (definition term) określa termin definicji w <a href="pl/HTML/Element/dl">liście definicji</a> (<a href="pl/HTML/Element/dl">&lt;dl&gt;</a>). Ten element może występować tylko jako <a href="pl/HTML/Child_element">dziecko</a> listy definicji i powinien następować po nim element <a href="pl/HTML/Element/dd">opis definicji</a> (<a href="pl/HTML/Element/dd"><code>&lt;dd&gt;</code></a>) element.
+</p>
+<ul><li> Dozwolona zawartość: <a href="pl/HTML/Elementy_liniowe">liniowa</a>
+</li><li> Dozwolony w: <a href="pl/HTML/Element/dl">&lt;dl&gt;</a>
+</li></ul>
+<h3 id="Przyk.C5.82ad" name="Przyk.C5.82ad"> Przykład </h3>
+<p>Zobacz przykłady w <a href="pl/HTML/Element/dl#Przyk.C5.82ady">lista definicji</a>.
+</p>
+<h3 id="Zobacz_tak.C5.BCe" name="Zobacz_tak.C5.BCe"> Zobacz także </h3>
+<ul><li> <a href="pl/HTML/Element/dl">Znacznik lista definicji <code>dl</code></a>
+</li><li> <a href="pl/HTML/Element/dd">Znacznik opis definicji <code>dd</code></a>
+</li></ul>
+<p>{{ HTML:Element_Navigation() }}
+</p>{{ languages( { "en": "en/HTML/Element/dt" } ) }}