What property is used to apply a blue underline to the text?
text-decoration: blue, underline;
text-decoration-line: underline; text-decoration-color: blue;
text-decoration: underline, blue;
text-decoration-color: blue;