As the question, I'm coding such as (value x) * (value y) to directly display the result in HTML in software.
But the software doesn't support the script tag. can we simply use HTML tag achieve function.
In the software I have the subtotal example $55.25, but I want it shows $$65.00 (calculate by $55.25 / 0.85)
script?