單項(xiàng)選擇題

在HTML中,使用HTML元素的class屬性,將樣式應(yīng)用于網(wǎng)頁上某個(gè)段落的代碼如下所示:< P class=“firstp”>這是一個(gè)段落< /P> 下面選項(xiàng)中,()正確定義了上面代碼引用的樣式規(guī)則。

A、<style type="text/css">P{color:red}</style> 
B、<style type="text/css">#firstp {color:red} </style> 
C、<style type="text/css"> .firstp{color:red} </style> 
D、<style type="text/css">P.firstp{color:red}</style>

微信掃碼免費(fèi)搜題