Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> .example { font: 12px arial, helvetica, sans-serif; width: 100px; height: 100px; padding: 10px; background-color: yellowgreen; border: 20px solid rgba(0,0,0,0.3); overflow: scroll; overflow-style: marquee-block; } </style> <div class="example"> And the longest place name in the world is... Taumatawhakatangihangakoauauotamateapokaiwhenuakitanatahu in New Zealand! </div>
Preview