DOM: A document object model (DOM) is a interface for html document and it represents the tree of objects inside the html document. -- DOM can be...
-- node js is a javascript runtime environment that runs JS outside the web browser. we can run node js in -REPL ( read-eval-print-loop), -CLI...
--- there are multiple methods to create multiple obj's. 1) By using object literals. 2)By using the factor function. 3)By using a constructor...
Flexbox is a layout method that helps to arrange the HTML elements in rows (horizontally)➡️ or columns (vertically)⬇️ flexbox properties: Providing...
-- By default in the CSS box model, the width and height you set to an element is applied only to the element's content. ---The width and height...