html5<article> tag


  Translation results:

article

UK[ˈɑ:tɪkl] US[ˈɑ:rtɪkl]

n. Article; (in newspapers and magazines) articles, papers; clauses; [Slang] Article

vt. To be bound by the terms of an agreement; to be bound by an agreement (or contract); to contract to accept... as an apprentice (or apprentice); to contract to hire

vi .To make an accusation, to make an accusation (or accusation) (against); to sign an agreement

html5<article> tagsyntax

Function: The <article> tag defines independent content. Possible article examples: Forum posts Newspaper articles Blog entries User comments

Comments: The content of the <article> tag is independent of the rest of the document.

html5<article> tagexample

<!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>
Run instance »

Click the "Run instance" button to view the online instance

Popular Recommendations

Home

Videos

Q&A