Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

CALCULATOR LAYOUT

step 4
by

1 Answer

sam5epi0l
Hi, here is a possible solution to step4:


<!DOCTYPE html>
<html>
<head>
<title>Table with Borders</title>
</head>
<body>
<table border="1px" width="75%">
<tr height="50px">
<td>
<input type="text" style="width: 95%; height: 50px;" placeholder="Enter your text here">
</td>
</tr>
</table>
</body>
</html>

Login / Signup to Answer the Question.