+ 2
How use the simbol $ in my forms in html ?
I am making a software that the people insert in the forms the price of products. How can I put $ ?
1 ответ
+ 4
You can use the character code: '$' to get it. The $ isn't special to html so would normally work, but there are some add ons that assign a special meaning to it.