<p></p> # 단락
<br>
줄바꿈. 1개당 1줄
제목 : <input type="text" name="title" th:value="${post.title}"/><br>
<p>작성자 : <input type="text" name="author" th:value="${post.author}"/></p>
<p>내용 : <textarea name="content" th:text="${post.content}"></textarea></p>
The element type "br" must be terminated by the matching end-tag "</br>".
이런 에러가 떴다. 태그는 <br>이 안 통하나..
<p>~</p>를 써야겠다
반응형
'FE > html' 카테고리의 다른 글
id, name, class (0) | 2021.06.05 |
---|---|
[Error] html textarea에 데이터가 있어도 null로 넘어옴 (0) | 2021.06.05 |
input 태그 (0) | 2021.06.05 |
<img> (0) | 2020.12.20 |
기본 문법 (0) | 2020.12.20 |