From 529f35046117f81cea13393d288b8a08862bc014 Mon Sep 17 00:00:00 2001 From: hn-agnihotri29 Date: Sun, 6 Oct 2024 20:03:20 +0530 Subject: [PATCH] Added the introduction to DOM from MDN --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dafcacf0..ec116c18 100644 --- a/README.md +++ b/README.md @@ -464,6 +464,10 @@ All the translations for this repo will be listed below: ## 13. DOM and Layout Trees +### Reference + +- [Document Object Model (DOM)](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model) + ### Books - [Eloquent JavaScript, 3rd Edition: Ch. 14 - The Document Object Model](https://eloquentjavascript.net/14_dom.html)