From b8f8a3e852a72c688ce862173db0ea5af5631abf Mon Sep 17 00:00:00 2001 From: Saiful Date: Fri, 16 Apr 2021 02:38:04 +0600 Subject: [PATCH] translate page related events --- .../01-onload-ondomcontentloaded/article.md | 171 +++++++++--------- 1 file changed, 85 insertions(+), 86 deletions(-) diff --git a/2-ui/5-loading/01-onload-ondomcontentloaded/article.md b/2-ui/5-loading/01-onload-ondomcontentloaded/article.md index 6a2d24ad2..5a2575d91 100644 --- a/2-ui/5-loading/01-onload-ondomcontentloaded/article.md +++ b/2-ui/5-loading/01-onload-ondomcontentloaded/article.md @@ -1,39 +1,39 @@ # Page: DOMContentLoaded, load, beforeunload, unload -The lifecycle of an HTML page has three important events: +একটি HTML পেজের লাইফসাইকেলে তিনটি গুরুত্বপূর্ণ ইভেন্ট আছে: -- `DOMContentLoaded` -- the browser fully loaded HTML, and the DOM tree is built, but external resources like pictures `` and stylesheets may not yet have loaded. -- `load` -- not only HTML is loaded, but also all the external resources: images, styles etc. -- `beforeunload/unload` -- the user is leaving the page. +- `DOMContentLoaded` -- সকল HTML কন্টেন্ট লোড হয়ে DOM ট্রি বিল্ট হলে এটি ট্রিগার হয়, তবে এক্সটার্নাল রিসোর্স যেমন `` ট্যাগ এর সোর্স বা `