NeedSpot.in
Everything You Need is Here :)
Home
HTML
CSS
JavaScript
General Knowledge
Menu
Home
Why Learn HTML?
How to Run the code in HTML?
Elements of HTML
Headings & Paragraphs of HTML
Text Formatting of HTML
<br> & <hr> tag of HTML
How to Comments?
Attributes of HTML
Relative vs Absolute path in HTML
Block level And Inline Elements of HTML
Class & Id Attribute of HTML
List of HTML
Table of HTML ‒Part‒1‒ Table | Example
Table of HTML ‒Part‒2‒ colspan and rowspan
Form Element of HTML ‒Part‒1‒
Form Element of HTML ‒Part‒2‒
Form Element of HTML ‒Part‒3‒
Iframe of HTML
Multimedia of HTML : Audio | Video
Headings & Paragraphs of HTML
Headings of HTML
HTML headings are titles or subtitles that you want to display on a webpage.
HTML headings are defined with the <h1> to <h6> tags.
<h1> defines the most important heading. <h6> defines the least important heading
This is a Syntax of heading Tags:
This is a Output of heading Tags:
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 5
Paragraphs Of HTML
HTML paragraphs are defined with the <p> tag.
A paragraph always starts on a new line, and browsers automatically add some margin before and after a paragraph.
This is a Syntax of </p>
This is a Output of </p>