diff --git a/guide/english/html/elements/strong-tag/index.md b/guide/english/html/elements/strong-tag/index.md index 2aa37f2a1e..8dd33d0eee 100644 --- a/guide/english/html/elements/strong-tag/index.md +++ b/guide/english/html/elements/strong-tag/index.md @@ -26,10 +26,6 @@ tag ie., there are no specific attributes for <**strong**> tag. |Opera|Yes| |Safari|Yes| -#### More Information: -[https://www.techonthenet.com/html/elements/strong_tag.php](https://www.techonthenet.com/html/elements/strong_tag.php)
-[https://www.w3schools.com/tags/tag_strong.asp](https://www.w3schools.com/tags/tag_strong.asp) -======= The `` tag is used to give importance to 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 bold. Note: The `` tag should not be used to stylistically bold text. @@ -45,6 +41,7 @@ Note: The `` tag should not be used to stylistically bold text. #### More Information: -- [em tag: w3schools](https://www.w3schools.com/tags/tag_strong.asp) +- [strong tag: w3schools](https://www.w3schools.com/tags/tag_strong.asp) +- [strong tag: techonthenet](https://www.techonthenet.com/html/elements/strong_tag.php)