<!DOCTYPE html> <svg width="100" height="300"> <rect width="100" height="100" fill="red"/> <rect y="100" width="100" height="100" fill="green"/> <rect y="200" width="100" height="100" fill="blue"/> </svg>