You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
programming-examples/css/Color sets the color of the...

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>