Added extra information to "Article Tag" section (#34101)

* Added extra information to "Article Tag" section

* Fixed "Article Tag" section

Fixed grammatical errors and combined multiple lines
pull/28023/head^2
Descritorio 2019-05-12 11:50:00 -05:00 committed by Randell Dawson
parent 9d2307acf6
commit 2b27a01ddc
1 changed files with 1 additions and 4 deletions

View File

@ -3,9 +3,7 @@ title: Article Tag
---
## Article Tag
The `<article>` tag represents self-contained content in a document. The article should be independent from the rest of page, intended to be distributable and reusable.
The `<article>` tag was added in HTML5 and is supported by major browsers.
The `<article>` tag represents self-contained content in a document. The article should be independent from the rest of page; intended to be distributable and reusable. It can add semantic meaning to your markup, and is a good choice to contain entire blog posts, news articles, and similar content. The `<article>` tag was added in HTML5 and is supported by major browsers.
### Example
Here is an example of how to use article tag in webpage:
@ -20,5 +18,4 @@ Here is an example of how to use article tag in webpage:
```
#### More Information:
[MDN](https://developer.mozilla.org/tr/docs/Web/HTML/Element/article)