Style the HTML Body Element

Tell us what’s happening:
I can’t go to the next work even though am done with it

Your code so far

  #body{
    background-color:black;
    
  }
</style>
<body id="body">
  
</body>

  
  

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0.

Link to the challenge:
https://www.freecodecamp.org/challenges/style-the-html-body-element

You only have the end of <style>. You need to add <style> to the top.