article

英[ˈɑ:tɪkl]   美[ˈɑ:rtɪkl]  

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

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

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

html5<article>標籤 語法

作用:<article> 標籤定義獨立的內容。可能的 article 範例:論壇貼文  報紙文章  部落格條目  使用者評論

註解:<article> 標籤的內容獨立於文件的其餘部分。

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>
執行實例 »

#點擊 "執行實例" 按鈕查看線上實例

#