article

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

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

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

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

html5<article>標簽 語法

作用:<article> 標簽定義獨立的內(nèi)容。可能的 article 實例:論壇帖子? 報紙文章? 博客條目? 用戶評論

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

html5<article>標簽 示例

<!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>
運行實例 ?

點擊 "運行實例" 按鈕查看在線實例