TextArea or something in java that converts the formatted String to html

811 views Asked by At

I don't know how to formulate my question correctly, but I am looking for something like this: enter image description here

But I want to save it as html code in the database like this:

<html><body><p>here's the "<em>preloaded</em><strong>content</strong>"</p></body></html>

Can you recommend a library or component that I can use? Thanks!

0

There are 0 answers