執行 ❯
建立您
自己的
網站
×
改變方向
儲存程式碼
改變主題,亮/暗
前往 Spaces
<!DOCTYPE html> <html> <body> <h2>HTML Buttons</h2> <p>HTML buttons are defined with the button tag:</p> <button>Click me</button> </body> </html>