单选题根据以下的HTML代码片段:...
<h1 style ="font-style:italic;color:limegreen;font-size=30">
hello!Nice to meet you !</h1>
<h1>this is the default display of an h1 element</h1>
...
以下描述不正确是(选一项)
A、第一个h1设置了特定的样式
B、第二个h1用了系统默认的样式
C、hello!Nice to meet you !的字体颜色是浅绿色(limegreen)
D、this is the default displayof an h1 element的字体大小为30