| You are here : Web design > JavaScript > Convertors | DinkostaOnline |
|
| Sometimes you need to convert miles into kilometres, metres to yards, fahreheit into celsius and so on. With JavaScript you can make such convertors. Here is an example of a temperature-converter, which can convert Celsius to Fahrenheit and Kelvin and vice-versa: If you would like to add some style to this convertor, you could do so by using CSS. |