InterviewSolution
Saved Bookmarks
| 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"> There are 2 ways to show some part of a text in red: 1. Using HTML tag <font color="red"> |
|