웹솔루션개발 22년 노하우! 해피CGI의 모든것

[해피CGI][cgimall][HTML] 이런 태그도 있었군요. 박스태그 본문

웹프로그램밍 자료실/알짜자료 골드팁

[해피CGI][cgimall][HTML] 이런 태그도 있었군요. 박스태그

해피CGI윤실장 2016. 12. 27. 09:03

해피CGI 입니다.

나름데로 첨 보는 태그라 올려봅니다.



[프로그램코드]

 

<style>
LEGEND,FIELDSET.{
              border-bottom:#888888 solid 2px;
              border-right:#888888 solid 2px;
              border-top:silver solid 1px;
              border-left:silver solid 1px;
}
</style>
<P>
<FIELDSET style="width:150px" id=kkk>
   <LEGEND>&nbsp;개인정보&nbsp;</LEGEND>
   <P>
               이름: <INPUT name="last" type="text" tabindex="1" size=10><br>
            성&nbsp;&nbsp;&nbsp: <INPUT name="first" type="text" tabindex="2" size=10><br>
              주소: <INPUT name="address" type="text" tabindex="3" size=10>
        <P>
</FIELDSET>
<FIELDSET style="width:150px">
   <LEGEND>&nbsp;취 미&nbsp;</LEGEND>
     <INPUT name="history_illness" type="checkbox" value="Smallpox"
              tabindex="20"> 독서<br>
     <INPUT name="history_illness" type="checkbox" value="Mumps"
              tabindex="21"> 컴퓨터<br>
     <INPUT name="history_illness" type="checkbox" value="Dizziness"
              tabindex="22"> 축구<br>
     <INPUT name="history_illness" type="checkbox" value="Sneezing"
              tabindex="23"> 농구
</FIELDSET>

 


 

아래는 실제 화면입니다.

 

 개인정보 

이름:
성   :
주소:

 

 

 취 미  독서
컴퓨터
축구
농구

 

홈페이지바로가기 

Comments