HTML <Hx> Etiketleri – Başlık Ekleme Etiketleri

R

Rooster

only business
Super Moderator
Joined
Aug 10, 2019
Messages
3,215
Reaction score
4,728
Location
Milano
HTML’ de başlıklar <h1> .. <h6> etiketleriyle oluşturulur.
Başlık boyutu <h1> den <h6> y< doğru küçülür. Önemli başlıklar için <h1> etiketi kullanılır. Aşağıdaki örnekte tüm başlıklara ait (<h1> den <h6> ya kadar) görünümleri inceleyebilirsiniz.

Html Kodları:

Code:
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>realitycheats.com</title>
    </head>
<body>
<h1>BAŞLIK 1</h1>
<h2>BAŞLIK 2</h2>
<h3>BAŞLIK 3</h3>
<h4>BAŞLIK 4</h4>
<h5>BAŞLIK 5</h5>
<h6>BAŞLIK 6</h6>
</body>
</html>
 
SPAM IS FORBIDDEN!
  • SPAMMERS ARE BANNED FROM THE FORUM AND CANNOT USE ANY OF THE CHEATS
  • For example: thanks, thx, very good, asdqwe, working, ty and so on!
  • For example: Writing the same message over and over. thanks, thx and so on!
  • Copying and copying someone else's message is prohibited.
  • It is forbidden to send messages to increase the number of comments on threads that you have no knowledge of.
  • Write your own opinion when commenting!
  • If you see spam message, please let us know with the REPORT button!

Tema düzenleyici

Top Bottom