Answers for "change text color in div only"

1

how to change text color using only html

<body>
  <p style="color:#FF0000";>Red paragraph text</p>
</body>
Posted by: Guest on October-06-2020
0

why wont text color of a div change

#articletext h1 {
        color: #000000;               
}
Posted by: Guest on July-08-2021

Browse Popular Code Answers by Language