What is the pattern of HTML identifier names, eg:
<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>
Are there other standards?