Computer Science, asked by shamsurr8, 10 months ago


Change the font style of the selected text to Times New Roman. Also, change
the text colour to red and the text size to 16.​

Answers

Answered by sangeetabhanwar
1

Answer:

in what word or html or something else plz specify,

<html>

<body>

<p style="color:blue">This is another paragraph.</p>

<p style="color:red">This is a paragraph.</p>

<p style="font-family:verdana">This is a paragraph.</p>

<p style="font-family:'Times New Roman'">This is another paragraph.</p>

<p style="font-size:30px">This is a paragraph.</p>

<p style="font-size:16px">This is another paragraph.</p>

</body>

</html>

Explanation:

try this

Similar questions