Is it possible to add highlighted text in a seperate tag other than <span> when converting to HTML using aspose

Hai,
I have word(docx) document highlighted. When I am coverting the docx to html using aspose, highlighted text and normal text are added in the <span> tag.
Is there any way I can make the highlighted text added in a seperate tag, say <mark> or em tag’.
It would be helpful if you let me know this is possible.
Thank you.

@pooja.jayan Highlight color is applied to Run node in MS Word document. Aspose.Words exports Run nodes as <span> into HTML. Unfortunately there is no way to change this.