下列关于媒体引入语法错误的是:
A. @media screen and (max-width:1200px){样式代码…}
B. <link href = "style1.css" media = " only screen and (max-width:500px) " />
C. @media not print and (max-width:1200px){样式代码…}
D. <link rel="stylesheet" href="styleA.css" media="screen , (min-width: 800px)">