Toggle navigation
☰
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <svg width="300" height="150" xmlns="http://www.w3.org/2000/svg"> <!-- A circle --> <circle cx="80" cy="75" r="55" fill="mediumseagreen" /> <!-- An ellipse --> <ellipse cx="220" cy="75" rx="70" ry="45" fill="mediumpurple" /> </svg>