0
What's the difference between the <p> tag and <article>?
html5
3 Answers
+ 2
article is a new semantic tag in html5 but there's no difference really
+ 2
article is a new semantic tag in html5 but there's no difference really
+ 1
<p> creates a new paragraph, <article> is basically only a container, alone it doesn't do anything, it just helps to keep the website organized. Articles generally contain things such as news articles, comments, posts, etc.