Horje

Full Example of HTML Headings

Below has given code to understand HTML Headings. Follow it.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<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>

</body>
</html>

Output should be:

Full Example of HTML Headings



Single Articles
How is to look HTML Headings Code?HTML Basic
Why we use HTML Headings Code?HTML Basic
Full Example of HTML HeadingsHTML Basic


Related Articles
How to create HTML Documents HTML Basic
How to create HTML <!DOCTYPE> Declaration HTML Basic
How to create HTML Headings HTML Basic
How to create HTML Paragraphs HTML Basic
How to create HTML Text Links HTML Basic
How to create HTML Image HTML Basic
How to View HTML Source HTML Basic

Type:
Html
Category:
Web Tutorial
Sub Category:
HTML Basic
Uploaded by:
Admin