aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/html/element/small/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/html/element/small/index.html')
-rw-r--r--files/pl/web/html/element/small/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/pl/web/html/element/small/index.html b/files/pl/web/html/element/small/index.html
new file mode 100644
index 0000000000..8049addbb2
--- /dev/null
+++ b/files/pl/web/html/element/small/index.html
@@ -0,0 +1,26 @@
+---
+title: small
+slug: Web/HTML/Element/small
+tags:
+ - 'HTML:Opis_elementów'
+translation_of: Web/HTML/Element/small
+---
+<p>
+</p>
+<h3 id="Podsumowanie" name="Podsumowanie"> Podsumowanie </h3>
+<p>Element <code>&lt;small&gt;...&lt;/small&gt;</code> powoduje, że tekst normalnego rozmiaru jest wyświetlany jako mały (rozmiar czcionki). </p>
+<h3 id="Przyk.C5.82ad" name="Przyk.C5.82ad"> Przykład </h3>
+<pre class="eval"> &lt;p&gt;
+
+ To jest pierwsze zdanie. &lt;small&gt;To zdanie jest napisane małymi literami.&lt;/small&gt;
+
+ &lt;/p&gt;
+</pre>
+<h4 id="Rezultat" name="Rezultat"> Rezultat </h4> <p> To jest pierwsze zdanie. <small>To zdanie jest napisane małymi literami.</small> </p>
+<h3 id="Zobacz_tak.C5.BCe" name="Zobacz_tak.C5.BCe"> Zobacz także </h3>
+<ul><li> <a href="pl/HTML/Element/big">Znacznik <code>&lt;big&gt;</code></a>
+</li><li> <a href="pl/HTML/Element/font">Znacznik <code>&lt;font&gt;</code></a>
+</li><li> <a href="pl/HTML/Element/style">Znacznik <code>&lt;style&gt;</code></a>
+</li></ul>
+<p>{{ HTML:Element_Navigation() }}
+</p>{{ languages( { "en": "en/HTML/Element/small" } ) }}