Day1-Exercise-5(To demonstrate various colors in HTML)

<!To demonstrate various colors in HTML>
<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 to third paragraph</p>
<p style=color:tomato>welcome to fourth paragraph</p>
</body>
</html>

Comments

Popular posts from this blog