Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();"> Go on... hover over me! </marquee>