Ask Question
17 March, 11:06

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.

+2
Answers (1)
  1. 17 March, 14:29
    0
    P {

    font-style: tahoma;

    font-size: 16px;

    font-color: red;

    }
Know the Answer?
Not Sure About the Answer?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers