Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!doctype html> <title>Example</title> <style> .clipped { width: 150px; padding: 20px; background-color: gold; border: 5px solid orange; overflow-x: scroll; } </style> <div class="clipped"> And the longest place name in the world is... Taumatawhakatangihangakoauauotamateapokaiwhenuakitanatahu in New Zealand! </div> <p>Change the value to see the difference between <code>visible</code>, <code>scroll</code>, <code>auto</code>, and <code>hidden</code>.</p>