HTML HEADINGS

HTML Headings

HTML headings are defined with the <h1> to <h6> tags:
1: <h1>Content</h1>
1: <h2>Content</h2>
1: <h3>Content</h3>
1: <h4>Content</h4>
1: <h5>Content</h5>
1: <h6>Content</h6>

Example

<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>


Share this

Related Posts

Previous
Next Post »