We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4c2de commit 2824c02Copy full SHA for 2824c02
docs/2-browser-apps/03-class/index.md
@@ -347,6 +347,9 @@ document.write(false.toString()); // false
347
348
### 課題
349
350
+<!-- FIXME: 雑すぎるので修正してください
351
+Answerタグもその時に追加してください。 -->
352
+
353
`document.getElementById` 関数で `div` 要素を取得すると、[`HTMLDivElement` クラス](https://developer.mozilla.org/ja/docs/Web/API/HTMLDivElement)のインスタンスが返されます。このクラスは [`HTMLElement` クラス](https://developer.mozilla.org/ja/docs/Web/API/HTMLElement) を継承しており、さらに `HTMLElement` クラスは [`Element` クラス](https://developer.mozilla.org/ja/docs/Web/API/Element)を、`Element` クラスは [`Node` クラス](https://developer.mozilla.org/ja/docs/Web/API/Node)を継承しています。
354
355

0 commit comments