<ARTICLE>

Tag Description

<article> defines external content, such as a news article from an external provider. New in HTML5.

Code Example

<article cite="www.mynews.com/content.htm" pubdate="23Jun11">
<h4>Title</h4>
<p>Content.</p>
</article>

Result

Note: ARTICLE is not allowed to be nested within another, and will be displayed by the browser following this ARTICLE

Title

Content.

Attributes

Attribute Value Description
cite URL The url of the article
pubdate date The publication date of the article

Browser Support

Browser Comment
Firefox Yes
Safari Yes
Chrome Yes
Opera Yes
IE Yes

Notes

Title

details

Thanks for visiting!