What does < Article > mean in HTML?

 What does Article mean in HTML?


The <article> 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).

Comments

Last 7 Days

How to use referrerpolicy Attribute value (strict-origin ) with < iframe > tag in HTML ? with example

Tag is used to create inline frame ?

How to add Amazon website inside iframe?

How to use referrerpolicy Attribute value ( no-referrer-when-downgrade ) with < iframe > tag in HTML ? with example

Difference between Public vs Internal vs Private state variables in solidity programming langauge with example ?