Headings in HTML

19
Mr. Coder | 23-Sep-2024
Introduction

Heading is the most important page of every text in any form. That can be digital or printed.

HTML heading tags are used to provide headings and subheadings the code examples are as follows.

<h1>Gyanva is awesome</h1>
<h2>Gyanva is awesome</h2>
<h3>
Gyanva is awesome</h3>
<h4>
Gyanva is awesome</h4>
<h5>
Gyanva is awesome</h5>
<h6>
Gyanva is awesome</h6>

Output

The output for the  above mentioned code is as follows

Gyanva is awesome

Gyanva is awesome

Gyanva is awesome

Gyanva is awesome

Gyanva is awesome
Gyanva is awesome

logo
facebook youtube