Despite setting my text to Arial Black, it appears as regular text on Firefox. To workaround this issue, I tried using the Arial font with the Strong
tag but couldn't notice any visual difference. Should I be concerned about this discrepancy?
Thank you
EDIT
In this scenario, CSS is not an option for me, so I approached it like this:
<font face="Arial Black, Arial, sans-serif"> <strong>Want an undergraduate course with more hands-on practice opportunities? </strong></font>
I appreciate all the responses and explanations provided. In this context, I believe the strong tag is suitable since it highlights the most crucial part of the message. Although no one noticed a visual distinction, I am satisfied with this approach.
When I posted in jsfiddle, I was surprised that the strong tag did not create the bold effect I expected. The b
tag achieved the desired result. The contrast is clear there! Thank you for the suggestion!