19 lines
287 B
HTML
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>
|
|
|