What's wrong with this code?

The ; is missing at the end of both declarationsThe background-color is spelled wrongEach declaration should be between quotesEach declaration should be in its own style attribute

The ; is missing at the end of both declarations.