Home >Web Front-end >HTML Tutorial >Please summarize what identifiers should be used as separators in various places in HTML/CSS_html/css_WEB-ITnose
I remember that it is recommended to use a minus sign for id and class. But what is the separator for the name of the form?
Camel case or underscore
There is no support for - sign. This is too easy to be confused with the four arithmetic operations. It must be separated.