In the previous video I showed how we can use HTML article element to group content divided by sections.
Please see link to previous video below
https://youtu.be/EqAXsyhcLQg
In today's video lets take a look at a scenario when HTML section element can be used to mark up articles on related topic, however, two sections on the same webpage can be unrelated in topic (same concept as magazine or newspaper). In those type of situations we can use HTML article element to mark up separate articles. Whats important is that each article within section element can be considered and used as a separate piece of information on its own.