0
<section> Usage
Hello Can someone Explain me The Paragraph located below ? "If it makes sense to separately syndicate the content of a <section> element, use an <article> element instead." i cant understand, please explain it clearly. Thanks a lot.
2 Answers
+ 17
https://goo.gl/search/Definition+of+syndicate
syndicate, noun, , group of individuals or organizations combined to promote some common interest
đ
It basically says that if you want to add more than one content then use <section> tag inside <article>
âď¸
<section> is like <p> inside a <body>
Look at that this way
<Article> is page
<Section> paragraph in that page
Example...
You have 2 types of chips, you want to separate it into 2 section in your self
âď¸In this case, self is <article>
***I'm 95% sure I'm correct***
+ 1
Thank You @Daniel [#United We StandđŽđł].
I got it.