Fixed some typos (#29306)

This commit is contained in:
Ujwal Kadariya
2019-01-18 08:26:33 +05:45
committed by Tom
parent 1858feea27
commit 788a8e87db

View File

@ -6,7 +6,7 @@ title: B Tag
Formerly used to bold text the `<b>` tag is now known as the 'Bring Attention To element' tag. It should be used only to draw attention to the contents of the element.
Most browsers will display text in bold type but you should not use it for this purpose, instead use CSS `font-weight` property for purely visual display reasons. If you wish to signify the elements content are of special importance use the `<strong>` tag instead.
Most browsers will display text in bold type but you should not use it for this purpose, instead use CSS `font-weight` property for purely visual display reasons. If you wish to signify the elements content are of special importance, use the `<strong>` tag instead.
An appropriate use case is drawing attention to keywords in a text.