K
Keito
Home
Blog
Algorithms
Accounting
Calculator
BIG3
Playground
About
Contact
Light mode
Dark mode
Get Started
Keito
閉じる
🏠
ホーム
📝
ブログ
🔍
アルゴリズム学習
💼
会計解説
💪
BIG3計算
🔬
物理計算
🚀
Playground
👤
私について
📧
お問い合わせ
© 2024 Keito
技術ブログとポートフォリオ
🚀 Code Playground
新しいプロジェクト
👁️
👁️ プレビュー
📋 (0)
📋 コンソール (0)
🌐 HTML
🎨 CSS
⚡ JavaScript
HTML
1
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Playground</title> </head> <body> <div class="container"> <h1>Hello, Playground!</h1> <p>ここでHTML、CSS、JavaScriptを試してみましょう。</p> <button id="clickBtn">クリックしてください</button> <div id="result"></div> </div> </body> </html>
🔄 更新
🗑️ クリア
📈 フルスクリーン
最終更新: 3:13:43 AM