English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Manual de referência HTML

大全 de tags HTML

Tag <article> do HTML

O rótulo <article> do HTML é um rótulo HTML5Elemento, que define a composição independente de um documento HTML. Este rótulo também é conhecido como elemento <article>.

<!DOCTYPE html>
<html>
<head> 
<meta charset="utf-8"> 
<title>Site de tutoriais básicos(oldtoolbag.com)</title> 
</head>
<body>
<article>
    <h1>Título do artigo</h1>
    <p>Texto exibido abaixo do artigo</p>
</article>
</body>
</html>
Test to see ‹/›

Browser compatibility

IEFirefoxOperaChromeSafari

IE 9+Firefox, Opera, Chrome and Safari all support the <article> tag.

Note: IE 8 or earlier versions of IE browsers do not support the <article> tag.

tag definition and usage instructions

The HTML <article> element can be found within the <body> tag, which is an HTML5elements.

The <article> tag defines independent content.

The content defined by the <article> tag must be meaningful and must be independent of the rest of the document.

The <article> tag can be used for any of the following: forum posts, blog entries, magazine articles, newspaper articles, user comments, or independent content items.

HTML 4.01 and HTML5differences between

The <article> tag is a part of HTML5 new tag.

Global attributes

Support for <article> tag Global attributes of HTML.

Event attributes

Support for <article> tag Event attributes of HTML.