在线代码预览器
🚀 在线代码预览器
▶️ 运行代码
🗑️ 清空
🎨 格式化
代码编辑器
HTML
CSS
JavaScript
测试页面
Hello World!
这是一个测试页面,展示了基本的HTML结构和CSS样式。
点击我
改变颜色
body { font-family: Arial, sans-serif; padding: 20px; background: #f5f5f5; } h1 { color: #333; text-align: center; } .container { max-width: 600px; margin: 0 auto; background: white; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } button { background: #007acc; color: white; border: none; padding: 12px 24px; border-radius: 4px; cursor: pointer; font-size: 16px; margin: 10px 5px; } button:hover { background: #005a9e; }
function changeColor() { const colors = ['#ff6b6b', '#4ecdc4', '#45b7d1', '#96ceb4', '#feca57']; const randomColor = colors[Math.floor(Math.random() * colors.length)]; document.querySelector('h1').style.color = randomColor; }
预览
问题反馈
反馈来源:
simple-editor
工具链接:http://dkfile.com/Wind12006/simple-editor.html
反馈类型
问题反馈
功能建议/需求
技术支持
商务合作
其他
反馈内容
0/1000
请尽可能详细地描述,这有助于我们更好地理解和解决问题
问题解决后,会通过你的帐号邮箱给你回复,也能在
我的反馈
查看问题处理进度。
分享内容
simple-editor
来自 DKFile 免费HTML网页托管平台
生成二维码中...
下载二维码
复制链接
一键分享到这些平台
X (Twitter)
微博
GitHub
Reddit
LinkedIn
WhatsApp
Telegram
微信
QQ
关闭