C# Programming: How to use color in html | Learn HTML5

Thursday, June 14, 2018

How to use color in html | Learn HTML5





This video demonstrate how to use color in html in very easy way.

we use css style attribute in html to make colourful headings.



code:

<!DOCTYPE html>

<html>

<head>

<title>using color</title>

</head>

<body>

<h2 style="color:blue;background-color:yellow;"> Testing color </h2>



<h3 style="color:green;background-color:violet;"> Testing color</h3>

</body>

</html>

No comments:

Post a Comment