Consider the following HTML5 code: The code does not validate as HTML5. Why?
 
A.
 The <article> tag is missing.
B.
 The <meta> tag and its attributes are missing.
C.
 The <blockquote> tag should be used outside the <p> tags.
D.
 The !DOCTYPEdeclaration is missing a reference to the Document Type Definition 
(DTD).
 			
			
 
                
