What is HTML Headings - Yes Edu

Hot

Make Money

Saturday, 21 January 2017

What is HTML Headings

HTML Headings

HTML heading are describe between the <h1>and <h6> tags,
<h1> are the biggest tag (Content) and <h6> is the smallest tag (Content).
Example:
<h1>This is a heading 1</h1>
<h2>This is a heading 2</h2>
<h3>This is a heading 3</h3>

Notpad++ View
<!DOCTYPE html>
<html>

<head>
              <title>This is a Heading</title> 
</head>
<body>

<h1>This the biggest  Header</h1>
<h2>This is a Heading 2</h2>
<h3>This is a Heading 3</h3>
<h4>This is a Heading 4</h4>
<h5>This is a Heading 5</h5>
<h6>This the smallest  Heading 6</h6>



</body>
</html>

Browser View



No comments:

Post a Comment

Post Top Ad

Your Ad Spot