커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
4주차 과제중
undefined주차
북마크
유*승
댓글
2
추천
0
조회수
8
조회수
8
답변 완료

4주차 과제가 해결이 안되서 해설코드를 불러와서 붙여넣기 했는데요


해설 중에 아래 부분의 floatingInput, floatingTestarea2 이 부분이 오류가 뜨는 것 같은데 어떻게 처리하면 될까요?


<div class="mypost">
    <div class="form-floating mb-3">
        <input type="text" class="form-control" id="name" placeholder="url">
        <label for="floatingInput">닉네임</label>
    </div>
    <div class="form-floating">
        <textarea class="form-control" placeholder="Leave a comment here" id="comment"
            style="height: 100px"></textarea>
        <label for="floatingTextarea2">응원댓글</label>
    </div>


취소
 공유
취소
댓글 0
댓글 알림
나의얼굴