タイトルとクラス電卓
Coddyの「DOMプロジェクト:電卓」コースのレッスン 2/14。
始めましょう!指示に一歩ずつ従えば、目標に到達できるはずです!
チャレンジ
簡単headタグの中に、好きなtitleタグとテキストを追加してください!bodyタグの中に、クラス名がcalculatorのdivを作成してください。
自分で試してみよう
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Write HTML code here -->
<script src="script.js"></script>
</body>
</html>