Day1-Exercise-6(To Demonstrate Various colors and Pixel-Sizes)

<!To Demonstrate Various colors and pixelSizes>
<html>
<body>
<p style=color:red >welcome to first paragraph</p>
<p style=color:blue>welcome to second paragraph</p>
<p style=color:green>welcome </p>
<p style=font-size:50px>Fontsize 50</p>
<p style=font-size:100px>Fontsize 100</p>
<p style=font-size:120px>Fontsize 120</p>
</body>
</html>

Comments

Popular posts from this blog