user uploaded photo

test html 2 0924

0
削除
alphabetalphabetalphabeta

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<title>CSS &amp; JS Test</title>

<style>

body {

font-family: sans-serif;

background-color: #f0f0f0;

}

h1 {

color: #333;

}

</style>

</head>

<body>

<h1>Testing CSS &amp; JavaScript</h1>

<p>This page includes both CSS and a simple script.</p>

<button onclick="alert('Hello from JavaScript!');">Click Me</button>

<script>

console.log("Script executed successfully.");

</script>

</body>

</html>

0
削除
test html 3 0924
test html 0924
alphabetalphabetalphabeta
alphabetalphabetalphabetalphabetalphabetalphabetalphabetalphabetalphabetalphabetalphabetalphabetalphabetalphabetalphabetalphabetalphabetalph
このユーザーの人気記事
コメント

まだコメントはありません。最初のコメントを書いてみませんか?

コメントを投稿するには、ログインする必要があります。

ページトップへ