CSS Text Properties



Properties in css can control how text is displayed on the screen. Each property is listed within a class, id, or tag definition in the css.

color:;

text-decoration;;

  • text-decoration: blink;
  • text-decoration: line-through;
  • text-decoration: none;
  • text-decoration: overline;
  • text-decoration: underline;