Hello everyone,
I'm working with Oracle Database. So I try to save the html code into the database. Such as: <html> <h1> Hello </h1> </html>. and The data in the database displayed unnormal.
You can see that in the picture

But When I show it to the View. I still a html code

My question is: Is that ok to continue to save the html code into my database?