Introduction:
Apart from the various CSS font properties, there are other
properties that can assist in styling your text. For example, you can
change the color of text, align text, add decoration properties and
more.
In CSS, text can be styled using the properties listed below. Using
this list, you can learn how to use each css text property and what it
looks like in a browser.
Example:
<html> <head> </head> <body> </body> <p style="color:olive;">This CSS text color is olive</p> </html>
0 comments :
Post a Comment