I have HTML tags formatted in the database (< becomes < and so on).
The problem I’m having is the HTML tags are being outputted literally; instead of <b>Text</b> making text bold, it’s being displayed as <b>
Does anybody know why this is? Or how to fix it please?
The output on the website:

HTML code in the DB:

Use
html_entity_decode()