Skip to content

Instantly share code, notes, and snippets.

@tunimadulid
tunimadulid / TASK_nov10_CALC
Created November 10, 2015 07:52
CALCULATOR
<html>
<head></head>
<form style = "padding: 20px; width: 215px; border: 10px solid purple;">
<body bgcolor="pink">
Enter your name: <input type = 'text' id='name' name='yourname' style='width:213;height:30'><br><br>
Enter the first number: &nbsp&nbsp&nbsp&nbsp&nbsp <input type = 'text' id='fnumber' style='width:213;height:30'><br><br>
Enter the second number: &nbsp<input type = 'text' id='snumber'style='width:213;height:30'>