article

英 [?ɑ:t?kl]? ?美 [?ɑ:rt?kl]??

n.物品;(報(bào)章雜志中的)文章,論文;條款;[語(yǔ)] 冠詞

vt.使受協(xié)議條款的約束;以協(xié)議(或契約)約束;訂約將…收為學(xué)徒(或徒弟);定約雇用

vi.進(jìn)行控告,提出罪狀(或指責(zé))(against);簽訂協(xié)議

html5<article>標(biāo)簽 語(yǔ)法

作用:<article> 標(biāo)簽定義獨(dú)立的內(nèi)容??赡艿?article 實(shí)例:論壇帖子? 報(bào)紙文章? 博客條目? 用戶評(píng)論

注釋:<article> 標(biāo)簽的內(nèi)容獨(dú)立于文檔的其余部分。

html5<article>標(biāo)簽 示例

<!DOCTYPE html>
<html>
<body>

<article>
  <h1>What Does WWF Do?</h1>
  <p>WWF's mission is to stop the degradation of our planet's natural environment, and build a future in which humans live in harmony with nature.</p>
</article>

</body>
</html>
運(yùn)行實(shí)例 ?

點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例