1
What is the pattern of HTML identifier names , ex :
<form id="alterar-nome-form" th:action="@{/conta/alterarnome}" th:method="put">
</form>
Or
<form id="alterarNomeForm" th:action="@{/conta/alterarnome}" th:method="put">
</form>
There are other standards ?
google is a great example , thanks for the reply
– Jose Vieira Neto