•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 374,572 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,779 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
A simple HTML code that converts Fahrenheit to Celsius and Vice Versa.
<font size=+1>Enter a number in either field, then click outside the text box. <form>F: </font><input type="text" name="F" value="32" onChange="C.value = 100/(212-32) * (this.value - 32 )"> <br><font size=+1>C: </font><input type="text" name="C" value="0" onChange="F.value = (212-32)/100 * this.value + 32 "> <center></form>
Post Comment
•
•
•
•
DaniWeb Marketplace (Sponsored Links)