How can I include inline styling that functions like the <strong>
or <u>
tags?
<strong> strong text </strong><div style="color:rgb(160, 160, 160)"> inline styled text </div>
I would like this to show "strong text inline styled text" all on one line, where 'inline styled text' is colored with a light grey.