programming-examples/css/Color sets the color of the text.html
2019-11-15 12:59:38 +01:00

19 lines
287 B
HTML

<html>
<head><title>Color Sets The Color Of The Text</title>
</head>
<body>
<p>
<font face="arial" color="pink">www.happycodings.com</font>
Love is the great miracle cure.<br>
Loving ourselves works miracles in our lives.<br><br>
Louise Hay
</p>
</body>
</html>