How can I change the color of heading???? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

How can I change the color of heading????

2nd Sep 2020, 3:04 AM
Fake
Fake - avatar
5 Réponses
+ 1
h1{ color:red; } You can set color of your choice.
2nd Sep 2020, 4:36 AM
Divya Mohan
Divya Mohan - avatar
+ 5
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p style="color:#FF0000";>Red paragraph text</p> </body> </html>
2nd Sep 2020, 4:06 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
2nd Sep 2020, 3:11 AM
Samira
Samira - avatar
+ 3
2nd Sep 2020, 4:38 AM
Fake
Fake - avatar
0
ཞıɬıƙą ɱıʂɧཞą I want change it in css
2nd Sep 2020, 4:10 AM
Fake
Fake - avatar