From 4759460f62af3a216514c4b580f7e9d6cb81751b Mon Sep 17 00:00:00 2001 From: GeorgiaGk <31389535+GeorgiaGk@users.noreply.github.com> Date: Mon, 29 Oct 2018 07:09:39 +0200 Subject: [PATCH] Emphasized word (#20373) I emphasized the word "emphasize" --- guide/english/html/elements/em-tag/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.