• kebab case in Lisp.

  • kebab case in HTTP URLs (most-common-programming-case-types/).

  • snake case in JSON property keys.

The kebab case is recommended for writing URLs as well as naming images, PDFs and other files for the web. In programming, it is used, for example, to name classes and IDs in HTML and CSS code.


See Also