안녕하세요 어제부터PHP폼 시작했는데요 하나 만들고싶은게있어서질문드려요!사진에서는ramen 이랑 radio들이 따로 놀고있잖아요 이걸 통합시키고싶고! Ramen문구를 가운데에 위치하게 하고, chumon의 버튼을 맨 오른쪽에 위치하고싶은데 어떻게하면좋을까요? 제가작성한코드 올립니다, <form method=\"post\" action=\"ramen. PHP style=\"display. inline\"><form><table border=1><tr>  <TD colspan =3>RAMEN</TD></tr><tr>  <TD><input type=\"radio\" name=\"miso\" checked>Miso <input type=\"radio\" name=\"sio\">Sio <input type=\"radio\" name=\"Cha\">Cha</TD></tr><TD> <input type=\"radio\" name=\"egg\">Egg<input type=\"radio\" name=\"sin\">Sin <input type=\"radio\" name=\"soba\">Soba</TD></tr><tr><TD colspan = 3><input type=\"button\" value=\"chumon\"=alert(\'arigatou\')></TD> </tr></table></form>