20250605
You are currently viewing a revision titled "20250605", saved on 2025年6月5日 9:02 PM by Mayurajee Mihithala | |
---|---|
タイトル | 20250605 |
コンテンツ | <!DOCTYPE html>
<html>
<head>
<title>JavaScript のテスト</title>
</head>
<body>
<h1>JavaScript を試してみよう!</h1>
<script>
console.log("こんにちは、japan!");
alert("JavaScript が始めましょう!");
</script>
</body>
</html>
console.log("こんにちは、japan!");
alert("JavaScript が始めましょう!");
</script> I understood all this well.... |
抜粋 | |
脚注 |