The Congress, whenever two thirds of both houses shall deem it necessary,shall propose amendments to this Constitution, or, on the application of thelegislatures of two thirds of the several states, shall call a convention forproposing amendments, which, in either case, shall be valid to all intents andpurposes, as part of this Constitution, when ratified by the legislatures ofthree fourths of the several states, or by conventions in three fourths thereof,as the one or the other mode of ratification may be proposed by the Congress;provided that no amendment which may be made prior to the year one thousandeight hundred and eight shall in any manner affect the first and fourth clausesin the ninth section of the first article; and that no state, without itsconsent, shall be deprived of its equal suffrage in the Senate.
Adding Article structured data to your news, blog, and sports article pages can help Google understand more about the web page and show better title text, images, and date information for the article in search results on Google Search and other properties (for example, Google News and the Google Assistant). While there's no markup requirement to be eligible for Google News features like Top stories, you can add Article to more explicitly tell Google what your content is about (for example, that it's a news article, who the author is, or what the title of the article is).
Structured data is a standardized format for providing information about a page and classifying the page content. If you're new to structured data, you can learn more about how structured data works.
To help Google better understand your page, include as many recommended properties that apply to your web page. There are no required properties; instead, add the properties that apply to your content.
Add the dateModified property if you want to provide more accurate date information to Google. The Rich Results Test doesn't show a warning for this property, as it's only recommended if you decide that it's applicable to your site. datePublished DateTime
Add the datePublished property if you want to provide more accurate date information to Google. The Rich Results Test doesn't show a warning for this property, as it's only recommended if you decide that it's applicable to your site.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
The HTML element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable (e.g., in syndication). Examples include: a forum post, a magazine or newspaper article, or a blog entry, a product card, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.
A given document can have multiple articles in it; for example, on a blog that shows the text of each article one after another as the reader scrolls, each post would be contained in an element, possibly with one or more s within.
The event handlers of the Window object named by the Window-reflecting body element event handler set, exposed on the body element, replace the generic event handlers with the same names normally supported by HTML elements.
Element/articleSupport in all current engines.Firefox4+Safari5+Chrome5+Opera11.1+Edge79+Edge (Legacy)12+Internet Explorer9+Firefox Android?Safari iOS?Chrome Android?WebView Android?Samsung Internet?Opera Android11.1+ Categories:Flow content.Sectioning content.Palpable content.Contexts in which this element can be used:Where sectioning content is expected.Content model:Flow content.Tag omission in text/html:Neither tag is omissible.Content attributes:Global attributesAccessibility considerations:For authors.For implementers.DOM interface:Uses HTMLElement. The article element represents a complete, or self-contained, composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.
When article elements are nested, the inner article elements represent articles that are in principle related to the contents of the outer article. For instance, a blog entry on a site that accepts user-submitted comments could represent the comments as article elements nested within the article element for the blog entry.
When the main content of the page (i.e. excluding footers, headers, navigation blocks, and sidebars) is all one single self-contained composition, that content may be marked with an article, but it is technically redundant in that case (since it's self-evident that the page is a single composition, as it is a single document).
Notice the use of footer to give the information for each comment (such as who wrote it and when): the footer element can appear at the start of its section when appropriate, such as in this case. (Using header in this case wouldn't be wrong either; it's mostly a matter of authoring preference.)
Element/sectionSupport in all current engines.Firefox4+Safari5+Chrome5+Opera11.1+Edge79+Edge (Legacy)12+Internet Explorer9+Firefox Android?Safari iOS?Chrome Android?WebView Android?Samsung Internet?Opera Android11.1+ Categories:Flow content.Sectioning content.Palpable content.Contexts in which this element can be used:Where sectioning content is expected.Content model:Flow content.Tag omission in text/html:Neither tag is omissible.Content attributes:Global attributesAccessibility considerations:For authors.For implementers.DOM interface:Uses HTMLElement. The section element represents a generic section of a document or application. A section, in this context, is a thematic grouping of content, typically with a heading.
Here is a graduation programme with two sections, one for the list of people graduating, and one for the description of the ceremony. (The markup in this example features an uncommon style sometimes used to minimize the amount of inter-element whitespace.)
Element/navSupport in all current engines.Firefox4+Safari5+Chrome5+Opera11.1+Edge79+Edge (Legacy)12+Internet Explorer9+Firefox Android?Safari iOS?Chrome Android?WebView Android?Samsung Internet?Opera Android11.1+ Categories:Flow content.Sectioning content.Palpable content.Contexts in which this element can be used:Where sectioning content is expected.Content model:Flow content.Tag omission in text/html:Neither tag is omissible.Content attributes:Global attributesAccessibility considerations:For authors.For implementers.DOM interface:Uses HTMLElement. The nav element represents a section of a page that links to other pages or to parts within the page: a section with navigation links.
Element/asideSupport in all current engines.Firefox4+Safari5+Chrome5+Opera11.1+Edge79+Edge (Legacy)12+Internet Explorer9+Firefox Android?Safari iOS?Chrome Android?WebView Android?Samsung Internet?Opera Android11.1+ Categories:Flow content.Sectioning content.Palpable content.Contexts in which this element can be used:Where sectioning content is expected.Content model:Flow content.Tag omission in text/html:Neither tag is omissible.Content attributes:Global attributesAccessibility considerations:For authors.For implementers.DOM interface:Uses HTMLElement. The aside element represents a section of a page that consists of content that is tangentially related to the content around the aside element, and which could be considered separate from that content. Such sections are often represented as sidebars in printed typography.
The element can be used for typographical effects like pull quotes or sidebars, for advertising, for groups of nav elements, and for other content that is considered separate from the main content of the page.
These elements have a heading level given by the number in their name. The heading level corresponds to the levels of nested sections. The h1 element is for a top-level section, h2 for a subsection, h3 for a sub-subsection, and so on.
Element/headerSupport in all current engines.Firefox4+Safari5+Chrome5+Opera11.1+Edge79+Edge (Legacy)12+Internet Explorer9+Firefox Android?Safari iOS?Chrome Android?WebView Android?Samsung Internet?Opera Android11.1+ Categories:Flow content.Palpable content.Contexts in which this element can be used:Where flow content is expected.Content model:Flow content, but with no header or footer element descendants.Tag omission in text/html:Neither tag is omissible.Content attributes:Global attributesAccessibility considerations:If there is an ancestor sectioning content element: for authors; for implementers.Otherwise: for authors; for implementers.DOM interface:Uses HTMLElement. The header element represents a group of introductory or navigational aids.
In this example, the page has a page heading given by the h1 element, and two subsections whose headings are given by h2 elements. The content after the header element is still part of the last subsection started in the header element, because the header element doesn't take part in the outline algorithm.
Element/footerSupport in all current engines.Firefox4+Safari5+Chrome5+Opera11.1+Edge79+Edge (Legacy)12+Internet Explorer9+Firefox Android?Safari iOS?Chrome Android?WebView Android?Samsung Internet?Opera Android11.1+ Categories:Flow content.Palpable content.Contexts in which this element can be used:Where flow content is expected.Content model:Flow content, but with no header or footer element descendants.Tag omission in text/html:Neither tag is omissible.Content attributes:Global attributesAccessibility considerations:If there is an ancestor sectioning content element: for authors; for implementers.Otherwise: for authors; for implementers.DOM interface:Uses HTMLElement. The footer element represents a footer for its nearest ancestor sectioning content element, or for the body element if there is no such ancestor. A footer typically contains information about its section such as who wrote it, links to related documents, copyright data, and the like.
c80f0f1006