Ask 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.

+5
Answers (1)
  1. 25 August, 10:30
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers