-
-
Notifications
You must be signed in to change notification settings - Fork 34
HTML Headings
Hridaya edited this page Feb 4, 2021
·
1 revision
HTML headings are titles or subtitles that you want to display on a webpage.
There 6 types of headings in HTML.
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
<h1>
defines the biggest heading. <h6>
defines the smallest heading.
NOTE: Browsers automatically add some white space (a margin) before and after a heading
NOTE: Use HTML headings for headings only. Don't use headings to make text BIG or bold.
HTML Tutorial for Beginners
© 2021, Learn Earn & Fun, Inc.
- Home
- HTML Introduction
- HTML Basic
- HTML Headings
- HTML Paragraphs
- HTML Lists
- HTML Links