form 태그 마크업 할때
아놀드
div class=join_certify
form name=join_certify_frm method=post action=#
fieldset
legend/legend
plabel for=name이름/labelinput type=text id=name name=name //p
p
label for=birthday생년월일/label
select id=birthday name=birthday /select name=birthday title=태어난 월을 선택하세요. /select name=birthday title=태어난 일을 선택하세요. /
/p
p
label for=sex성별/label
input type=radio id=man name= /label for=man남/labelinput type=radio id=woman name= /label for=woman여/label
/p
/fieldset
pinput type=image src= alt= //p
/form
/div
빨간영역이 버튼인데요.. fieldset 다음에 버튼을 넣어도 되나여?
헷갈려서 질문드립니다..
-
연하늘
히히 네 도움답변 감사합니다^^
-
전갈자리
넵^_^ 으흣~
-
해찬솔
아 저 빨간영역을 fieldset 안에 넣어야한다는 말씀이시죠?
-
엘핀
pinput type=\image\ src=\\ alt=\\ //p
/fieldset
이렇게 되야 되지 않을까요??^^;; -
아빠몬
fieldset안에 p의 인풋요소들이 들어와 있는 마크업이 저게 아닌가요?
-
누리별
p의 인풋도 폼요소이므로 fieldset은 폼을 그룹화 시키는 역할이므로 fieldset안에 피의 인풋요소들이 들어와야 지 맞을 것 같습니닷~^^
-
PinkPearl
select 마크업잘못한건 배제해주세요 ㅋㅋㅋ