2025/06/05 2025年6月5日 最終更新日時 : 2025年6月5日 Nawoda All Docs 2025/06/05 Read History <!DOCTYPE html> <html> <head> <title>Java scriptのテスト</title> </head> <body> <h1>JavaScript を試してみよう!</h1> <script> console.log(“Hii、JavaScript!”); alert(“JavaScript is opened”); </script> </body> </html>