Code Academy
I am currently learning HTML and I am stuck I mean whats wrong with this code?
<!DOCTYPE html>
<html>
<head>
<title>Changing the colors!</title>
</head>
<body>
<h2><h2 style="color:green; font-size:16px">Big Heading</h2>
<p><p style="color:violet">The giant bear and a little duck were friends.</p>
<p><p style="color:red; font-size:10px">But the bear got hungry and ate the duck.</p>
</body>
</html>
It says "You forgot to make paragraph 2 red" WTF man it is red.
PROGRAMMING SECTION BOI
WE ARE LONELY THERE
Yeah. You're doing inline css right now, so you do:
<p style=""> </p>