課程
/前端開發(fā)
/HTML/CSS
/初識(shí)HTML(5)+CSS(3)-升級(jí)版
請(qǐng)教一下,我在dw里使用這語(yǔ)句發(fā)現(xiàn)沒(méi)有作用,麻煩發(fā)夾幫我看一下
good morning
2016-09-25
源自:初識(shí)HTML(5)+CSS(3)-升級(jí)版 9-4
正在回答
<style type="text/css"><style>這行標(biāo)簽多余了p{color: #0F3 !important;}.first{color: #F0C}</style></head><body><p>good morning</p><p class="first">good morning</p>
唱唱反調(diào)11 提問(wèn)者
戰(zhàn)栗的超人 回復(fù) 唱唱反調(diào)11 提問(wèn)者
<style type="text/css"><style>p{color: #0F3 !important;}.first{color: #F0C}</style></head><body><p>good morning</p><p class="first">good morning</p>
舉報(bào)
HTML(5)+CSS(3)基礎(chǔ)教程8小時(shí)帶領(lǐng)大家步步深入學(xué)習(xí)標(biāo)簽用法和意義
3 回答important 的用法
2 回答important 對(duì)span 是不是不管用
2 回答for起不了作用
4 回答text-align:center; 不起作用啊
7 回答文本居中不起作用
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-09-25
<style type="text/css">
<style>這行標(biāo)簽多余了
p{color: #0F3 !important;}
.first{color: #F0C}
</style>
</head>
<body>
<p>good morning</p>
<p class="first">good morning</p>
2016-09-25
<style type="text/css">
<style>
p{color: #0F3 !important;}
.first{color: #F0C}
</style>
</head>
<body>
<p>good morning</p>
<p class="first">good morning</p>