대신 대충 올려봄
메뉴태그.
html>
<head>
<title>FIELDSET 태그</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body bgcolor=white>
<** method=post action=ex.asp>
<FIELDSET>
<LEGEND>학 교</LEGEND>
<select name="search1">
<option>1학년
<option>2학년
<option>3학년
<option selected>초등학교
</select>
<select name="search2">
<option>1학년
<option>2학년
<option>3학년
<option selected>중학교
</select>
<select name="search3">
<option>1학년
<option>2학년
<option>3학년
<option selected>고등학교
</select>
</FIELDSET>
</**>
</body>
</html>
이거 태그연습장에 가서 하면 되고
움짤.
<img src= "주소입력"> 대충 이렇고
링크.
<b><a href="주소입력" target="_blank"><font color="blue">링크이름입력</font></a></b> 대충 이렇고