aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/html/element/big/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/html/element/big/index.html')
-rw-r--r--files/pl/web/html/element/big/index.html20
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>&lt;big&gt;...&lt;/big&gt;</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">&lt;p&gt;
+ To jest pierwsze zdanie. &lt;big&gt;To zdanie jest napisane dużymi literami.&lt;/big&gt;
+&lt;/p&gt;</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>&lt;font&gt;</code></a>, <a href="/pl/HTML/Element/small" title="pl/HTML/Element/small">Znacznik <code>&lt;small&gt;</code></a>, <a href="/pl/HTML/Element/style" title="pl/HTML/Element/style">Znacznik <code>&lt;style&gt;</code></a></p>
+<div>
+ {{ HTML:Element_Navigation() }}</div>