HTML_fieldset

song·2023년 7월 18일

HTML

목록 보기
12/15

fieldset : block레벨
구역 표시
부모로만 사용 가능
legend : fieldset의 자식으로만 사용 가능
해당 영역의 제목

    <fieldset>
        <legend>로그인</legend>
        <input type="text">
        <input type="password">
        <input type="button" value="로그인">
    </fieldset>
    <fieldset>
        <legend>인증</legend>
        <input type="text">
        <input type="password">
        <input type="button" value="로그인">
    </fieldset>
profile
계속 나아가기

2개의 댓글

comment-user-thumbnail
2023년 7월 18일

잘 봤습니다. 좋은 글 감사합니다.

답글 달기
comment-user-thumbnail
2023년 7월 18일

잘 읽었습니다. 좋은 정보 감사드립니다.

답글 달기