次のような4列のフォームを作成しようとしています
Name Phone City Remarks
<html>
<body>
<form id="myform" action="/" method="post" enctype="application/x-www-form-urlencoded">
<input type="text" name="Name" id="mytext" />
<input type="text" name="Phone number" id="mytext" />
<input type="text" name="City" id="mytext" />
<input type="text" name="remarks" id="mytext" />
<input type="submit" id="mysubmit" />
</form>
</body>
</html>
私が持っているコードでは、彼らは分離しているように見えます..フォーム/グリッドのようにしたいのですが、その方法を教えてください