Accompanying Files
Observation Details
These mis-matches happen with improper use of semantic HTML or lack thereof. Content, visually presented in a certain way, communicating certain purpose or functionality, uses mis-matched HTML elements.
Emphasis, using <b> instead of <strong>.
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>