code)
<form action="" method="post">
<fieldset>
<legend>로그인</legend>
<p>
<label for="userId">아이디</label>
<input type="text" id="userId" />
</p>
<p>
<label for="userPass">비밀번호</label>
<input type="password" id="userPass" />
</p>
<p><input type="submit" value="로그인" /></p>
<p><a href="#">회원가입</a></p>
</fieldset>
</form>
'html' 카테고리의 다른 글
CSS 선택자의 우선순위 (0) | 2011.01.16 |
---|---|
온라인 서식예제 만들기 (0) | 2011.01.16 |
예제) 그림의 메인페이지 마크업 해보기 (0) | 2011.01.16 |
예제) 그림의 페이지 마크업 해보기 (0) | 2011.01.16 |
그룹화, 문자삽입 (0) | 2011.01.16 |