---
answer: direct
beat: dev-practices
source: 1 article · updated: May 23, 2026
---

What is kebab-case used for?

kebab-case joins lowercase words with hyphens (main-content-wrapper) and is the standard for HTML class and ID names, CSS properties, file names and URLs. It is not usable for variable names in most programming languages because the hyphen is parsed as a minus operator.

Answered in

Programming Naming Conventions Explained: camelCase, PascalCase, snake_case & More

Learn the difference between camelCase, PascalCase, snake_case, kebab-case and UPPER_SNAKE_CASE — which languages use which, and how to name things cleanly.

Crashtech Editorial May 23, 2026 Development Best Practices

Read the full analysis

Other questions this article answers

More development best practices questions

Every answer on Crashtech is written by the editor of the article it comes from — never auto-summarised. Browse all answers or the Development Best Practices beat.