# Highlight.js — Automatic Syntax Highlighting for the Web > Highlight.js is a syntax highlighter written in JavaScript that works in the browser and on the server, with automatic language detection and support for nearly 200 languages. ## Install Save in your project root: # Highlight.js — Automatic Syntax Highlighting for the Web ## Quick Use ```html ``` ## Introduction Highlight.js detects the programming language in `
` blocks and applies syntax coloring automatically. It requires zero configuration for basic use and works across all modern browsers and Node.js environments.
## What Highlight.js Does
- Automatically detects the programming language of code blocks
- Highlights syntax for nearly 200 languages including JS, Python, SQL, Rust, and Go
- Ships with over 90 color themes including popular ones like GitHub, Monokai, and Nord
- Works in browsers via a `