1

I have 123 as the numeric value.

I need to print it as one hundred twenty three.

Is it possible in FTL, HTML?

Seth McClaine
  • 9,142
  • 6
  • 38
  • 64
Surya
  • 11
  • 1
  • 3

1 Answers1

1

HTML is a markup language, it does not do any computing. For computing you would be looking for a programming/scripting language such as Javascript, PHP, Java, etc.

Here is a deeper explanation

https://www.quora.com/What-is-the-difference-between-programming-languages-markup-languages-and-scripting-languages

Seth McClaine
  • 9,142
  • 6
  • 38
  • 64