<html> <body> <h2>Some <span style="color:red">Important</span> <span style="colour:pink">m | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

<html> <body> <h2>Some <span style="color:red">Important</span> <span style="colour:pink">m

will this code will print "message" in pink colour if its wrong what would be the correct code. plz help!!!

3rd Feb 2017, 2:04 PM
kumar badal
kumar badal - avatar
1 Answer
+ 12
<html> <body> <h2> Some <!--pink color red--> <span style="color:red">Important</span> <!--pink color #hex--> <span style="color:#ffc0cb">message</span> </h2> </body> </html>
17th Mar 2017, 12:18 PM
mr.Frechman
mr.Frechman - avatar