+ 3
What does "syndicate the content of a <section>" mean?
It's from the HTML5 course, lesson about "articles", in an extra info panel. The full text is; "If it makes sense to separately syndicate the content of a <section> element, use an <article> element instead."
1 Answer
+ 3
I guess "syndicate" here is related to RSS, meaning that if you want to write some content (like blog posts) that could be accessed by an external website, you should use <article> for every entry instead.
https://www.w3.org/wiki/HTML_structural_elements#Enter_HTML5_structural_elements