Emphasized word (#20373)

I emphasized the word "emphasize"
This commit is contained in:
GeorgiaGk
2018-10-29 07:09:39 +02:00
committed by Manish Giri
parent 615742ba78
commit 4759460f62

View File

@ -3,7 +3,7 @@ title: Em Tag
---
## Em Tag
The `<em>` 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 `<em>` tag. Most browsers will render text wrapped in an `<em>` tag as italicized.
The `<em>` 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 `<em>` tag. Most browsers will render text wrapped in an `<em>` tag as italicized.
Note: The `<em>` tag should not be used to stylistically italicize text. The `<em>` tag is used to stress emphasis on text.