From 2b27a01ddc58fb3e194348b33ce86d250a556b7b Mon Sep 17 00:00:00 2001 From: Descritorio <36520867+Descritorio@users.noreply.github.com> Date: Sun, 12 May 2019 11:50:00 -0500 Subject: [PATCH] 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 --- guide/english/html/elements/article-tag/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/guide/english/html/elements/article-tag/index.md b/guide/english/html/elements/article-tag/index.md index 69e1f378b7b..b917588dc53 100644 --- a/guide/english/html/elements/article-tag/index.md +++ b/guide/english/html/elements/article-tag/index.md @@ -3,9 +3,7 @@ title: Article Tag --- ## Article Tag -The `
` 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 `
` tag was added in HTML5 and is supported by major browsers. +The `
` 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 `
` 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)