SSShivani Soniinshivanisoni.hashnode.dev·Sep 17, 2022 · 2 min readMy Engineering JourneyMy Four Year Experience In Engineering College Goes Like This... 1st Year- Heard a lot like “ get into college , you won’t have to study later on “ …. applied in real life. Made some friends and had some crazy day outs. Enjoyed the fests an...00
SSShivani Soniinshivanisoni.hashnode.dev·Sep 16, 2022 · 2 min readVirtual Dom In ReactJSFirstly, understand what is DOM What is DOM? The DOM (Document Object Model) represents the web page as a tree structure. Any piece of HTML that we write is added as a node, to this tree. With JavaScript, we can access any of these nodes (HTML elemen...00
SSShivani Soniinshivanisoni.hashnode.dev·Sep 16, 2022 · 3 min readCSS BOX-MODELWhat is css box-model? The CSS Box Model is used to create a definition for the way the HTML elements are organized on the screen. This approach accounts for options such as margins, padding, borders, and all the properties that manipulate them. Each...00