HTML Page with 6 Separate Lines in Different Sizes

<!DOCTYPE html>
<html>
<body>
<h1>Line one</h1>
<h2>Line two</h2>
<h3>Line three</h3>
<h4>Line four</h4>
<h5>Line five</h5>
<h6>Line six</h6>
</body>
</html>


Output –

 
also see

C Programming language
Go Programming language
Linked List Array
Stack Queue
Puzzle Reasoning
Aptitude Simplification
Previous articleHTML Page with 7 Separate Lines in Different Colors
Next articleAverage Set I

LEAVE A REPLY

Please enter your comment!
Please enter your name here