fieldset: 입력양식 묶음
legend: 입력양식 title
<form>
<fieldset>
<legend>개인 정보</legend>
<label for="name">이름:</label>
<input type="text" id="name" name="name"><br>
</fieldset>
</form>
https://standout.tistory.com/165
'HTML·CSS' 카테고리의 다른 글
마우스/키보드를 인식하다, :hover :active :facus (0) | 2023.03.18 |
---|---|
footer에 이용하다, address (1) | 2023.03.18 |
input 속성의 모든 것 (0) | 2023.03.18 |
@media 미디어 쿼리 속성, 장치의 회전 orientation (0) | 2023.03.17 |
말줄임 코드, 영역을 벗어나면 ... 로 (0) | 2023.03.17 |