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>
#點擊 "執(zhí)行實例" 按鈕查看線上實例