Ask Question
9 March, 10:24

Write some html on a css page that transforms a sentence within a paragraph to tahoma font style, 16px font size, and red font color.

+5
Answers (1)
  1. 9 March, 12:45
    0
    P {

    font-style: tahoma;

    font-size: 16px;

    font-color: red;

    }
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Write some html on a css page that transforms a sentence within a paragraph to tahoma font style, 16px font size, and red font color. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers