Accompanying Files
Observation Details

Text Emphasis via <b> element.

Remediation Notes

Ensure, emphasis of text content uses <strong> and <em> instead of <b> and <i>.

In this instance, the whole paragraph is emphasized and as such should be styled via CSS, instead of using HTML elements for styling purposes.