Step 4: Calculator Project
How do I add an input field... what goes in the style field I'm confused? Please help!!! Thanks!!
<!DOCTYPE html>
<html>
<head><title>HTML Calculator Layout</title></head>
<body>
<table border="1px" width="75%">
<tr height="50px">
<td></td>
</tr>
<input type="text"; style=""; width="95%"; height="50px"/>
</table>
</body>
</html>