blob: 8049addbb26f5354f232484ac813d0eb92ecbdbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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><small>...</small></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"> <p>
To jest pierwsze zdanie. <small>To zdanie jest napisane małymi literami.</small>
</p>
</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><big></code></a>
</li><li> <a href="pl/HTML/Element/font">Znacznik <code><font></code></a>
</li><li> <a href="pl/HTML/Element/style">Znacznik <code><style></code></a>
</li></ul>
<p>{{ HTML:Element_Navigation() }}
</p>{{ languages( { "en": "en/HTML/Element/small" } ) }}
|