Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!doctype html> <title>Example</title> <style> .hide { display: none; } </style> <p>Normal.</p> <p class="hide">Hidden.</p>