Monday 22 June 2020

#5 HTML Headings

HTML Headings are the titles or subtitles that you want to display on screen.

There are six different HTML headings which are defined with the <h1> to <h6> tags, from highest level h1 (main heading) to the least level h6 (least important heading).

Examples :-

<h1>Heading 1</h1>                  Heading 1

<h2>Heading 2</h2>                  Heading 2

<h3>Heading 3</h3>                                                        Heading 3

<h4>Heading 4</h4>                                                                       Heading 4

<h5>Heading 5</h5>                                                                                               Heading 5
<h6>Heading 6</h6>                                                                                                                               Heading 6

Codepen link is here:- 🔗https://codepen.io/arwazkhan189/pen/yLeMRQm 

Previous codepen links:-

Next we will going to learn About HTML Paragraphs ....... addio 😁

No comments:

Post a Comment