diff --git a/guide/english/html/elements/em-tag/index.md b/guide/english/html/elements/em-tag/index.md index bff98288ae..cb16e5fb45 100644 --- a/guide/english/html/elements/em-tag/index.md +++ b/guide/english/html/elements/em-tag/index.md @@ -3,7 +3,7 @@ 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. 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.