0
If I nest article element inside section element, then the content of article element should be related to section element???
3 Réponses
+ 4
Not necessarily
+ 1
Thanks
+ 1
Thanks for your clarification!!😊
So according to you, it means that section element is need-based.
If I'm using many articles on a page, and if I want to put them in different sections, then section element comes to use.
But if I want to add only 2-3 article elements in a page, then I don't need to put them in section element.
Also, the section element can be used under the article element to sectionize the content of the article element.
So am I right???