fixed minor formatting error (#21184)
* fixed minor formatting error * Update index.md
This commit is contained in:
@@ -26,10 +26,6 @@ tag ie., there are no specific attributes for <**strong**> tag.
|
|||||||
|Opera|Yes|
|
|Opera|Yes|
|
||||||
|Safari|Yes|
|
|Safari|Yes|
|
||||||
|
|
||||||
#### More Information:
|
|
||||||
[https://www.techonthenet.com/html/elements/strong_tag.php](https://www.techonthenet.com/html/elements/strong_tag.php)<br>
|
|
||||||
[https://www.w3schools.com/tags/tag_strong.asp](https://www.w3schools.com/tags/tag_strong.asp)
|
|
||||||
=======
|
|
||||||
The `<strong>` 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 `<strong>` tag. Most browsers will render text wrapped in an `<strong>` tag as bold.
|
The `<strong>` 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 `<strong>` tag. Most browsers will render text wrapped in an `<strong>` tag as bold.
|
||||||
|
|
||||||
Note: The `<strong>` tag should not be used to stylistically bold text.
|
Note: The `<strong>` tag should not be used to stylistically bold text.
|
||||||
@@ -45,6 +41,7 @@ Note: The `<strong>` tag should not be used to stylistically bold text.
|
|||||||
|
|
||||||
|
|
||||||
#### More Information:
|
#### 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)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user