Hi All!
I'm trying to use a variable($val) inside html on a passage.
But the value is not understood by HTML. What should be the proper syntax?
I'm trying to use a variable($val) inside html on a passage.
(set: $val to 10) <progress value= $val max="100">70 %</progress>
But the value is not understood by HTML. What should be the proper syntax?