Respuesta :

Answer:

Here are two text properties that can be applied in CSS:

text-align: - aligns the text in an element

text-decoration: - adds decoration to text

The syntax for CSS is:

selector {

property: value;

}