Hello everyone,
I am currently learning to use Oracle Apex to create a web page for tech stuff sale, and the version of the software is 22.1.3. Since a tech product has many specification details (for e.g, a laptop has details about its CPU, GPU, RAM,...), the specs were stored in the table in HTML-format paragraph. How can I display that paragraph in a card's body?
This is one of my record row, with <Description> column being the specs, its datatype is <Varchar>

There has been a thread before where I was suggested that I can use <HTML expression>.

It turns out not working approriately

Although when I changed to &DESCRIPTION.
It does display the content, but only raw content instead of HTML format.

May you suggest any ideas on how to fix this? I am so new to this tool so I would love to learn more from you.
Thank you very much in advance.