Accompanying Files
Observation Details
HTML element <b> is used for text emphasis in badge text content.
Remediation Notes
Ensure proper use of semantic HTML.
Elements with needed or wanted functionality use the native HTML element, fitting said functionality
Emphasis of text content uses
<strong>and<em>instead of<b>and<i>
Alternatively, CSS can be used to style the text content.