HTML Headings

Using Html Header Tags


Title tags help define the hierarchy and structure of web page content.

HTML has six levels of h1 to h6 in the header fields, the higher the number of header levels, the greater the importance - h1 tag defines the most important headline and h6 the least important headline.

By default, browsers display titles larger and bolder than normal text. Also h1 titles are displayed in the largest font, h6 titles are displayed in the smallest font.

One of the most important issues here is the title sequence. Titles should be structured like a book index in a growing order.

There is no obligation to use all title levels on a page.
<h1> Title Level 1 </h1>
<h2> Heading Level 2 </h2>
<h3> Heading Level 3 </h3>
<h4> Heading Level 4 </h4>
<h5> Heading Level 5 </h5>
<h6> Heading Level 6 </h6>

<h1> First Title </h1>
  <h2> Second Title </h2>
  <h2> Second Title </h2>
     <h3> Third Title </h3>

A ranking like above works both in your page configuration and creates a positive value in seo.

Başlık Seviyesi 1

Başlık Seviyesi 2

Başlık Seviyesi 3

Başlık Seviyesi 4

Başlık Seviyesi 5
Başlık Seviyesi 6
With the h1, h2, h3, h4, h5, h6 others you will define in the basic configuration style files you use, you can define any color, font size and font size you want. These values ​​are defined if you are using a ready library such as Bootstrap. You can write new definitions to them in your custom css file. Title tags can be defined in different styles on desktop and mobile devices.
E.Albayrak

0 Yorum

Soru & Yorum


Web Tasarım

Renkli Kare

Web Tasarım Ajansı