1.

When You Want To Show Some Part Of A Text Displayed On An Html Page In Red Font Color? What Different Possibilities Are There To Do This? What Are The Advantages /disadvantages Of These Methods?

Answer»

There are 2 ways to show some part of a TEXT in red:

  1. USING HTML tag <FONT color=”red”>
  2. Using HTML tag <span style=”color: red”>

There are 2 ways to show some part of a text in red:



Discussion

No Comment Found