aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/html/element/cite
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
commit074785cea106179cb3305637055ab0a009ca74f2 (patch)
treee6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pl/web/html/element/cite
parentda78a9e329e272dedb2400b79a3bdeebff387d47 (diff)
downloadtranslated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz
translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2
translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip
initial commit
Diffstat (limited to 'files/pl/web/html/element/cite')
-rw-r--r--files/pl/web/html/element/cite/index.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/files/pl/web/html/element/cite/index.html b/files/pl/web/html/element/cite/index.html
new file mode 100644
index 0000000000..da04717a5b
--- /dev/null
+++ b/files/pl/web/html/element/cite/index.html
@@ -0,0 +1,38 @@
+---
+title: cite
+slug: Web/HTML/Element/cite
+tags:
+ - 'HTML:Opis_elementów'
+translation_of: Web/HTML/Element/cite
+---
+<p>
+</p>
+<h3 id="Podsumowanie" name="Podsumowanie"> Podsumowanie </h3>
+<p>Element <code>&lt;cite&gt;</code> zawiera cytowanie lub odwołanie do innych zasobów.
+</p>
+<ul><li> Typ elementu: <a href="pl/HTML/Elementy_liniowe">inline</a>
+</li><li> Dozwolona zawartość: <a href="pl/HTML/Elementy_liniowe">inline</a>
+</li></ul>
+<h3 id="Przyk.C5.82ad" name="Przyk.C5.82ad"> Przykład </h3>
+<h4 id="Oznaczanie_autora_cytatu" name="Oznaczanie_autora_cytatu"> Oznaczanie autora cytatu </h4>
+<pre> As &lt;cite&gt;Harry S. Truman&lt;/cite&gt; said, &lt;q&gt;The buck stops here.&lt;/q&gt;
+</pre>
+<p>Powyższy HTML daje w efekcie:
+</p><p><img alt="Image:HTML-cite.png">
+</p>
+<h4 id="Oznaczanie_.C5.BAr.C3.B3d.C5.82a" name="Oznaczanie_.C5.BAr.C3.B3d.C5.82a"> Oznaczanie źródła </h4>
+<pre> Więcej informacji można znaleźć w &lt;cite&gt;[ISO-0000]&lt;/cite&gt;
+</pre>
+<p>Powyższy HTML daje w efekcie:
+</p><p>Więcej informacji można znaleźć w <cite>{{ mediawiki.external('ISO-0000') }}</cite>
+</p>
+<h3 id="Notatki" name="Notatki"> Notatki </h3>
+<p>Aby usunąć kursywę z elementu <code>&lt;cite&gt;</code>, użyj własności <a href="pl/CSS">CSS</a> <a href="pl/CSS/font-style">font-style</a>.
+</p>
+<h3 id="Zobacz_tak.C5.BCe" name="Zobacz_tak.C5.BCe"> Zobacz także </h3>
+<ul><li> <a href="pl/HTML/Element/q">Znacznik <code>&lt;q&gt;</code></a>
+</li><li> <a href="pl/HTML/Element/blockquote">Znacznik <code>&lt;blockquote&gt;</code></a>
+</li></ul>
+<p><br>
+{{ HTML:Element_Navigation() }}
+</p>{{ languages( { "en": "en/HTML/Element/cite" } ) }}