Computer Science, asked by pkumar55, 1 year ago

HTML coding in text color pink

Answers

Answered by Anonymous
6

Hi,

<!DOCTYPE html>

<html lang="en">

<head>

<title></title>

</head>

<body style="color: pink;">

<p>This text will be in pink color.</p>

</body>

</html>

that bold code will force the pink text color on every font of webpage.

Answered by Anonymous
0
Pink color code for HTML is

#FAAFBE
Similar questions