20250605
You are currently viewing a revision titled "20250605", saved on 2025年6月5日 8:55 PM by Nimedi Chanchala | |
---|---|
タイトル | 20250605 |
コンテンツ | <!DOCTYPE html>
<html>
<head>
<title>JavaScriptのテスト</title>
</head>
<body>
<h1>JavaScriptを試しみよう !</h1>
<script>
console.log("HELLO、JavaScript !");
alert("JavaScriptがSTARTED!");
</script>
</body>
</html>
I got a basic understand HTML and how it works with JavaScript.HTML is used to create the structure of webpage, while JavaScript makes it interactive. So I can use javascript to change HTML content , style element, respond to user action and create fantastic web experience. |
抜粋 | |
脚注 |