+ 2
How can I change the color of heading????
5 Respostas
+ 1
h1{
color:red;
}
You can set color of your choice.
+ 5
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p style="color:#FF0000";>Red paragraph text</p>
</body>
</html>
+ 3
Divya Mohan
Thanks
0
ཞıɬıƙą ɱıʂɧཞą
I want change it in css