Day1-Exercise-4(To Demonstrate various Heading sizes in HTML)
<! To Demonstrate various Heading sizes in HTML>
<html>
<body>
<h1 style=color:red>heading1</h1>
<h2 style=color:violet>heading2</h2>
<h3 style=color:blue>heading3</h3>
<h4 style=color:green>heading4</h4>
<h5 style=color:orange>heading5</h5>
<h6 style=color:tomato>heading6</h6>
<body>
</html>
<html>
<body>
<h1 style=color:red>heading1</h1>
<h2 style=color:violet>heading2</h2>
<h3 style=color:blue>heading3</h3>
<h4 style=color:green>heading4</h4>
<h5 style=color:orange>heading5</h5>
<h6 style=color:tomato>heading6</h6>
<body>
</html>
Comments
Post a Comment