运行 ❯
建立您
自己的
网站
×
改变方向
保存代码
改变主题,亮/暗
前往 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>