Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>Example</title> <style> .small-tab { tab-size: 2; } </style> <pre> Normal tab size </pre> <pre class="small-tab"> Small tab size </pre>