Toggle navigation
☰
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <svg width="300" height="200" viewBox="0 0 150 100" xmlns="http://www.w3.org/2000/svg"> <rect x="5" y="5" width="140" height="90" fill="lightblue" stroke="steelblue" stroke-width="2" /> <circle cx="75" cy="50" r="30" fill="coral" /> </svg>