-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering Responsive Web Design
By :

As per the MDN definition:
The HTML Article Element (
<article>
) 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. This could be a forum post, a magazine or newspaper article, a blog entry, or any other independent item of content. Each<article>
should be identified, typically by including a heading (h1
-h6
element) as a child of the<article>
element.
Here are a few important points to remember about the <article>
element:
<article>
element.
Self-contained means that if we take the <article>
element and everything inside it out into another context, all the content is self-explanatory and does not need anything else around it to be understood.
<article>
can be nested inside another <article>
element.<article>...
Change the font size
Change margin width
Change background colour