diff options
Diffstat (limited to 'files/pl/web/html/element/big/index.html')
-rw-r--r-- | files/pl/web/html/element/big/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/pl/web/html/element/big/index.html b/files/pl/web/html/element/big/index.html new file mode 100644 index 0000000000..b8848b77e0 --- /dev/null +++ b/files/pl/web/html/element/big/index.html @@ -0,0 +1,20 @@ +--- +title: big +slug: Web/HTML/Element/big +tags: + - 'HTML:Opis_elementów' +translation_of: Web/HTML/Element/big +--- +<div> + {{ obsolete_header() }}</div> +<h2 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h2> +<p>Element <code><big>...</big></code> powiększa czcionkę w stosunku do użytej treści.</p> +<h2 id="Przyk.C5.82ad" name="Przyk.C5.82ad">Przykład</h2> +<pre class="brush:html"><p> + To jest pierwsze zdanie. <big>To zdanie jest napisane dużymi literami.</big> +</p></pre> + +<h2 id="Zobacz_tak.C5.BCe" name="Zobacz_tak.C5.BCe">Zobacz także</h2> +<p><a href="/pl/HTML/Element/font" title="pl/HTML/Element/font">Znacznik <code><font></code></a>, <a href="/pl/HTML/Element/small" title="pl/HTML/Element/small">Znacznik <code><small></code></a>, <a href="/pl/HTML/Element/style" title="pl/HTML/Element/style">Znacznik <code><style></code></a></p> +<div> + {{ HTML:Element_Navigation() }}</div> |