HTML Text Kullanımı

html text kullanımı


Kendi web siteniz için kullanabileceğiniz metin kod örnekleri.
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
Çıktısı :

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

<p>Normal paragraph text.</p>
Çıktısı :
Normal paragraph text.
Test amaçlı metin… <br /> …aşağı.
Çıktısı :
Test amaçlı metin…
…aşağı.
<b>Bold text.</b>
Çıktısı :
Bold text.
<i>Italic text.</i>
Çıktısı :
Italic text.
<p style=”color:##B22222″>Color text and <span style=”color:limegreen;”>another color</span>, and now back to the same. Oh, and here’s a <span style=”background-color:PaleGreen;”>different background color</span> just in case you need it!</p>
Çıktısı :
Color text and another color, and now back to the same. Oh, and here’s adifferent background color just in case you need it!
<p style=”font-size:18pt”>Text size using points.</p><p style=”font-size:18px”>Text size using pixels.</p><p style=”font-size:larger”>Text size using relative sizes.</p>
Çıktısı :
Text size using points.
Text size using pixels.
Text size using relative sizes.
<p style=”font-family:Georgia, Garamond, Serif;”>Preferred serif font.</p>
Çıktısı :
Preferred serif font.
<pre style=”color:black”>Preformatted text
displays just
as you
type it…
…line breaks,
spaces…
…and all!
</pre>
Çıktısı :
Preformatted text 
displays just
as you
type it...
...line breaks,
spaces...
...and all!


<tt>Teletype text - sometimes referred to as typewriter text.</tt>
Çıktısı :
Teletype text – sometimes referred to as typewriter text.
<cite>Citation text.</cite>
Çıktısı :
Citation text.
<big>Big text.</big>
Çıktısı :
Big text.
<small>Small text.</small>
Çıktısı :
Small text.
<del>Delete this text.</del>
Çıktısı :
Delete this text.
<q>Quotation text.</q>
Çıktısı :
“Quotation text.”
<var>Variable text.</var>
Çıktısı :
Variable text.
Google Plus ile Paylaş

Kısaca: seymanblog

Panelde şablon düzenle deyip, bu satırı aratarak buraya kısaca hakkımda yazısı yazabilirsiniz.
    BLOGGER YORUMLARI
    FACEBOOK YORUMLARI

0 yorum:

Yorum Gönder