From 09edf93ba9fd121b7e642282ab41923592769806 Mon Sep 17 00:00:00 2001 From: zweifish <36526802+zweifish@users.noreply.github.com> Date: Wed, 21 Nov 2018 08:27:47 -0500 Subject: [PATCH] fixed minor formatting error (#21184) * fixed minor formatting error * Update index.md --- guide/english/html/elements/strong-tag/index.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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)