728x90
반응형
#타임리프 th:href, th:alt, th:action, th:content, th:data 사용법 및 문법
#th:href, th:alt, th:action, th:content, th:data
// th:href
<a th:href="www.naver.com">
<link rel="stylesheet" th:href="@{/temp/style.min.css}" />
// th:alt
<img th:src="${data.url}" th:alt="${data.imgNm}" />
// th:action
<form name="formData" th:action="#" method="post">
// th:content
<meta th:id="xss" th:name="xss" th:content="${data.xss}" />
// th:data
<div th:id="index" th:data-index="${data.index}">
728x90
반응형
'IT > Thymeleaf' 카테고리의 다른 글
[Thymeleaf] - 타임리프 th:for 사용법 및 문법 (0) | 2022.01.29 |
---|---|
[Thymeleaf] - 타임리프 라디오박스(radiobox) th:checked 사용법 및 문법 (0) | 2022.01.28 |
[Thymeleaf] - 타임리프 th:utext, th:style, th:field 사용법 및 문법 (0) | 2022.01.26 |
[Thymeleaf] - 타임리프 th:inline 사용법 및 문법 (0) | 2022.01.26 |
[Thymeleaf] - 타임리프 th:disabled 사용법 및 문법 (0) | 2022.01.25 |
댓글