B) The tag and its attributes are missing.
C) The
tag should be used outside thetags.
D) The !DOCTYPE declaration is missing a reference to the Document Type Definition (DTD).

What is wrong with this code?
The code does not validate as HTML5. Why?tag should be used outside thetags.
D) The !DOCTYPE declaration is missing a reference to the Document Type Definition (DTD).
Also consider the following CSS code:
This I-ITML5 and CSS code directs the sidebar background image to:element.
B) Use theelement.
C) Use the style attribute with thetag.
D) Use the text-align attribute with thetag.