Write a program to Display text color

 

Name of Program - Program to display text color 

Text Editor - Notepad, Notepad++, Visual Studio Code, Atom, etc.

Code Input- 

<!DOCTYPE html>

<html>

<head>

<title>HTML program for Text Color</title>

</head>

<body>

<font size="6"

face="verdana"

color="green">

Kindernotes

</font>

<br>

<font size="6"

face="arial"

color="#008000">

Kindernotes

</font>

<br>

<font size="6"

color="rgb(128, 128, 0)">

Kindernotes

</font>

</body>

</html>

Output Screen - Internet Browser, Google Chrome, Microsoft Edge, etc

Code View - 

Ordered List with Roman Numbers

      1.  

      2. Kindernotes
        Kindernotes
        Kindernotes

No comments

Plz.... Don't enter any spam message