blob: b8848b77e00307892107340da2e52c5397a504c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>
|