diff --git a/guide/english/html/elements/em-tag/index.md b/guide/english/html/elements/em-tag/index.md index cb16e5fb45..f8f63823b5 100644 --- a/guide/english/html/elements/em-tag/index.md +++ b/guide/english/html/elements/em-tag/index.md @@ -3,9 +3,9 @@ title: Em Tag --- ## Em Tag -The `` tag is used to *emphasize* text in an HTML document. This can be done by wrapping the text you would like to be emphasized in an `` tag. Most browsers will render text wrapped in an `` tag as italicized. +The `` tag is used to *emphasize* text in an HTML document. This can be done by wrapping the text you would like to be emphasized in an `` tag and an `` tag respectively. Most browsers will render text wrapped in an `` tag as italicized. -Note: The `` tag should not be used to stylistically italicize text. The `` tag is used to stress emphasis on text. +Note: The `` tag should not be used to stylistically italicize text. The `` tag is used to stress emphasis on text. Typically, CSS formatting is used to stylistically italicize text. ### Example: ```