Toggle navigation
☰
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <svg width="300" height="150" xmlns="http://www.w3.org/2000/svg"> <!-- Polyline: open path connecting multiple points --> <polyline points="20,130 80,40 140,100 200,20 280,90" fill="none" stroke="steelblue" stroke-width="3" stroke-linejoin="round" stroke-linecap="round" /> </svg>