How do I simulate a yellow highlight on text?

Use the span tag

<span style ="background-color:yellow"> words to be highlighted </span></p>"

Additional information