Computer Science, asked by shivananadreddy111, 4 months ago

Write down the procedure to change the font type, size and colour of

the text in HTML.​

Answers

Answered by sasmi1417
2

Answer:

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

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

Set the font of text (with CSS):

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

<p style="font-family:'Courier New'">This is another paragraph.</p>Set the size of text (with CSS):

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

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

Answered by PradyumnaDen
1

Explanation:

<font color= green>

<font size=14>

........ hope this helps you

Similar questions