Menu
Coddy logo textTech

タイトルとクラス電卓

Coddyの「DOMプロジェクト:電卓」コースのレッスン 2/14。

始めましょう!指示に一歩ずつ従えば、目標に到達できるはずです!

challenge icon

チャレンジ

簡単
  1. head タグの中に、好きなtitleタグとテキストを追加してください!
  2. body タグの中に、クラス名がcalculatordivを作成してください。

自分で試してみよう

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
        <script src="script.js"></script>
    </body>
</html>

DOMプロジェクト:電卓のすべてのレッスン