<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>JavaScript Practice</title>
<style>
.box {
width:100px;
height: 100px;
background-color: skyblue;
cursor:pointer;
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>
この回答を見るにはプレミアムプランへの登録が必要です
プレミアムプランとは?