html etiketlerin kullanımı

HTML de etiketler nasil kullanilir, iste html etiket kodu.
Çalıştığı platformlar.
Çalıştığı platformlar.
önizleme
Etiket kullanimi
H1 BASLIK
H2 BASLIK
H3 BASLIK
H4 BASLIK
H5 BASLIK
H6 BASLIK
<html>
<head>
<title>Etiket kullanimi</title>
</head>
<body>
<h1>H1 BASLIK</h1>
<h2>H2 BASLIK</h2>
<h3>H3 BASLIK</h3>
<h4>H4 BASLIK</h4>
<h5>H5 BASLIK</h5>
<h6>H6 BASLIK</h6>
</body>
</html>
Join the conversation