这是第一个段落
A. <style type="text/css">p{color:red}</style> B. <style type="text/css"> C. firstp {color:red}</style> D. <style type="text/css">.firstp {color:red}</style> E. <style type="text/css">p.firstp {color:red}</style>
A. class的定义方法是:.类名{样式}; B. id的应用方法:<指定标签 id=”id名”> C. class的应用方法:<指定标签 class=“类名”> D. id和class只是在写法上有区别,在应用和意义上没有区别