Thread: Heading tags
View Single Post
Old 11-18-2017, 02:47 AM   #6
ethnicwear
Registered User
 
Join Date: Jun 2017
Location: mumbai
Posts: 36
Headings are defined with the <h1> to <h6> tags.
<h1> defines the most important heading. <h6> defines the least important heading.
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ethnicwear is offline   Reply With Quote