I have a string from the database, which has the html tag inside it. everything is the result of the process of CKEditor.
I tried several ways but it didn't work
`$data_from_db = <strong> this is title </strong>`
what I hope is the this is title are printed in bold on the web. but what appears is still <strong> this is title </strong>