Computer Science, asked by Kritika23042006, 10 months ago

Name the attribute to add colour to text.. Ans fast plzzzz it's very important ​

Answers

Answered by iamgojoof6eyes
1

Answer:

<font>

Explanation:

Answered by theankushdas
1

Answer:

The HTML <font> color Attribute is used to specify the text color inside the <font> element.

<font color="color_name|hex_number|rgb_number"

Attribute Values:

color_name: It sets the text color by using color name. For example: “red”.

hex_number: It sets the text color by using color hex code. For example: “#0000ff”.

rgb_number: It sets the text color by using rgb code. For example: “rgb(0, 153, 0)”.

Note: The <font> color attribute is not supported by HTML5.

Similar questions