+ 1
What advantages does the article element have over the p element
I know I can create a post or "article" just by using the header and p element. Header for the title and p for the articles. What was the need to introduce <article> in html5
1 Réponse
+ 14
<article> is for dividing your webpage logically based on content.
<p> is just for displaying any number of paragraphs.