Creating highlight effect via html, etc

@christy_malone if you’d like to have the highlighted text in the middle of regular text you can use and adjust the following code snippet:

$w ( ‘#text3’ ). html = <p style="font-size: 50px">This is a sentence with some <mark style="font-size: 50px">highlighted text</mark> which is awesome!</p>