placeholder1 테이블 단위와 Form 1. 테이블 단위 : Thead > th > tr > td 테이블 만들기 border에 두께를 조절합니다. thead: 열 테이블 구분 th: 열 제목 / bold값 , Centered 설정됨 tr: 가로줄 생성 td: 데이터 셀 생성 **tr로 연결 + td로 셀 생성 Col 1 col 2 col 3 entry 1 data2 data 3 entry 1 data2 data 3 2. form 하나의 html을 연결하기 위해서 텍스트 2개와 type, id, name(값)을 입력하면 name값이 other.html로 연결되는 형태입니다. First Name: Last Name: 이런 형태의 값에서 placeholder로 내용을 넣어줄 수도 있습니다. 아래는 id와 pw를 other.html으로 보내줄 수 있.. 2023. 2. 23. 이전 1 다음