How to add under line in note pad

I have to have underline like yellow highlight in HTML file,
image
But how can I add it when I open it by note pad, Where should I add code and add what code can add under line to yellow highlight like above (Pic 1)

@sunny.zhang

you can add tag <u> for underline in html

but it wont reflect in notepad as notepad does not support text formatting

<u>Check it </u>

cheers

Thanks for your help, Can you also help to tell me where should I add in below code, Thanks so much~

@sunny.zhang

add it before <u>QP ...<u></span></b> end before closing span

cheers

It’s ok now, Thanks a lot

@sunny.zhang

Happy Automation

Cheers