need help with my code (error that wont go away that isn't oh noes buddy)
my code is getting a compatibility error
(thanks I didn't realize it was color I thought the video said rgb)
my code is getting a compatibility error
(thanks I didn't realize it was color I thought the video said rgb)
If you are using the color name, you don't need the rgb. Your code should look like:
<style>
body{
color: orange;
}
</style>
Log ind for at efterlade en kommentar.