執行 ❯
建立您
自己的
網站
×
改變方向
儲存程式碼
改變主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <body> <h2>SVG rect Element</h2> <svg width="300" height="130" xmlns="http://www.w3.org/2000/svg"> � <rect width="200" height="100" x="10" y="10" rx="20" ry="20" fill="blue" /> Sorry, your browser does not support inline SVG. </svg> </body> </html>