Choose the HTML5 element below that is used to configure an area on a web page that can stand on its own and could potentially be syndicated, such as a blog posting, comments, or e-zine article that can stand on its own.

- div
- section
- article
- aside

Respuesta :

Answer:

article

Explanation:

The article element of the HTML5 is used to specify an area on a web page that has self contained content,it is independent.

The article tag is used for blog posting,forum post,new story ,comments so taht these can stand on their own.

It is only included in HTML5 it was not in earlier versions of HTML.So it is pretty new and very useful also.