Question: Study the following HTML and Javascript code, and finish the following converter in HTML and Javascript. ) Convert Fahrenheit to Cesius 2) Convert Celsius to

Study the following HTML and Javascript code, and finish the following converter in HTML and Javascript. ) Convert Fahrenheit to Cesius 2) Convert Celsius to Fahrenheit 3) Convert Kilograms to Pounds 4) Convert Pounds to Kilograms 3) Convert Meters to Yards 7) Convert Square Feet to Acres 8) Convert Acres to square Feet 10) convert G ms to ounces. 10) Convert Ounces to Grams Sample code c !DOCTYPE htri chtnl> chead function temp (forn) if ( forn.celsius.value != ". ) form.fahrenheit.value form.celsius.value"1.8+32; else if ( fom.fahrenheit.value !=*) form.celsius.value-(forn.fshrenheit.value -32) 5/9; tempClear (forn) form. celsius . value = forn.fahrenheit.value c/script> c/hesd cbody> cform> Celsius: cinput typer "text" size-"15" name"celsius" Fahrenheit: cinput type-"text" size- 15 nane fahrenheit"> input type-"button value-. Convert onclick="templ this. form)"> cinput type-"button velue Clear onclick- tempcleer(this.form)" /form c/body /html
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
